An open API service indexing awesome lists of open source software.

https://github.com/sabujxi/people-store

An android app initially for educational purpose. Initially developed for teaching SQLite in Android
https://github.com/sabujxi/people-store

android android-application database java sqlite

Last synced: 3 months ago
JSON representation

An android app initially for educational purpose. Initially developed for teaching SQLite in Android

Awesome Lists containing this project

README

          

# People Store - An Android Application
I started developing this application for providing lessons on developing android application that need to interact with database, content providers/reslvers, network, etc. In the long run it may or may not result into a full android application. Currently this application is a part of a series of articles written by me to teach the world android programming.

## Few Screenshots (Related To Interface And SQLite)

Main Activity Initial Screen:

![SQLite Part1](screenshots/app_screenshot.JPG)

Insertion Success:

![](screenshots/inserted_successfully.JPG)

Search Success:

![](screenshots/search_success.JPG)