Skip to content

fabian7593/Crud-Android-Native-Sqlite

Repository files navigation

This is an example of Create, Read, Update and Delete of SQLite native databases of Android.

SDK

  • It requires 14+ API.
  • The compile version is API 23.
  • It requires android support v7 (Toolbar).



Getting Started

Download Sources

use git (sourcetree or others)

git clone https://github.com/fabian7593/Crud-Android-Native-Sqlite.git

Or download from Here



Usage

####Description Example This system have a CRUD in Native SQLite, the example is for a shop of Movies, the administrator of this shop can see the stock of the movies, create a new category and create a new movie, with your respective category.

####Data Base The system have 2 entities in the DataBase, CATEGORY and MOVIE.

####List The system shown a list with the movies in stock. You can edit any of this movies, and if you use the long press, you delete this movie.

####Category You have an activity for create categories, this have the name and the respective code.

####Movie You have an activity for create movies, this have the name, the number of movies in stock and the respective Category.



##Documentation All the code has a internal documentation for more explanation of this example.

##Preview of Example alt tag



License

Source code can be found on github
Licenced under APACHE.

About Developer

Developed by Fabian Rosales
Known as Frosquivel Developer
Web Page www.frosquivel.com
Blog (Spanish) www.frosquivel.com/blog

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages