Skip to content

This is an example of using SQLite databases on android devices.

Notifications You must be signed in to change notification settings

mrtrkmn/SQLiteExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLiteExample in android programming field

This project is uploaded to show you the usage of SQLite databases and its particular methods such as updating, deleting, creating data via java methods and SQLite commands in android programming field.

The sequence of the operations is given below.
1.Design layout file according to your request.
2.Create objects (-that you need to add and manipulate via database-) and their setter getter methods.
3.Create adapters for the objects.
4.Create database class.
5.Eventually, define needed views in MainActivity.java and create methods acorrding to information you have.

Good Luck

About

This is an example of using SQLite databases on android devices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages