amanpatial / android-phonebook

PhoneBook app displays and add phone contact to server based phonebook through REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhoneBook

Phonebook app displays the entire existing phone contacts. You can add new phone contact and refresh new entry in display of phonebook

Feature

  1. Display phonebook using android's activity, layouts, fragment, adapter and bind the server data through remote REST API using JSON format
  2. Add new phone contact to existing phonebook that uses android's async background service for remote REST API communication
  3. Refresh a phonebook display that uses async background service to re-populate the fresh data

Screenshot

alt-text-1          alt-text-2

Use

To build a development version of the app from source, follow the instructions outlined below.

  1. Download and install Android Studio
  2. Clone the project or a fork of it to your local development machine
  3. Import the project into Android Studio
  4. Click on Sync Project with Gradle files to download all the dependencies
  5. Open the SDK manager to install the required Android SDK Tools and Android SDK Build-tools
  6. Make sure backend REST APIs are up and running [Refer API] (https://github.com/aman-patial/emberjs-expressjs-mongodb-crud/tree/master/express-phonebook)
  7. Build the project

About

PhoneBook app displays and add phone contact to server based phonebook through REST API


Languages

Language:Java 100.0%