Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 341 Bytes

File metadata and controls

6 lines (5 loc) · 341 Bytes

store-and-retrieve-data-in-SQLite-android

in this i repo i put all neccessary code which you need for storing and retrieving from sqlite database in android

i also put sqlite helper class. and two activity.

  1. mainActivity for storing data into SQLite.
  2. main2Activity for getting data from SQLite by passing unique id(as traditionally)