- Notifications
You must be signed in to change notification settings - Fork0
kafousis/spring-android-crud
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An Android application which performs CRUD operations.
The Android application makes REST calls to theBooks REST API and performs the following CRUD operations:
- Get saved books
- Create new book
- Update existing book
- Delete existing book
In order for the application to be able to reach the Books REST API, the BASE_URL constant atRestClient class should be changed according to the appropriate IP and port. Also, be aware that if the Books REST API runs locally on your computer, the Android device should be in the same network.
- Gradle
- Android SDK
- Retrofit
About
An Android application which performs CRUD operations.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.