SQLite database in android

  • Replies:3
  • Answered
Nicolas
  • Forum posts: 2

May 22, 2018, 12:26:12 PM via Website

Hello all,
I am trying to learn SQLite database in android app development.
I am very beginner in programming field and finding little tough on this topic.
If you guys can give a reference of any tutorial on this topic would be appreciated.
Thanks.

Reply
Best answer
Bob Stone
  • Forum posts: 12

May 22, 2018, 12:45:51 PM via Website

SQLite database is internal database for android.
Internal means that database is stored in user's android device only and not on external server.

If you know about MySQL and have little knowledge about SQL queries than learning SQLite is easy task.
Here is an android SQLite Tutorial with Example for beginner with which, you can slowly start the topic.

After gaining enough basic knowledge about SQLite, learn about CRUD(create,retrieve, update,delete) operations.
All the best!

Helpful?
mtmNicolas
Reply
James Watson
  • Forum posts: 1,584

May 22, 2018, 1:19:19 PM via Website

SQLite is easy to use in Android App developing.

Try to find a sample on http://developer.android.com/ .

Here is another one on codeproject website.

https://www.codeproject.com/Articles/783073/A-Simple-Android-SQLite-Example

Download size < 0.15 MB. But also accurate enough, ad-free & free.
The minimalist app available on Play Store: https://goo.gl/ws42fN
Blog: https://okblackcafe.blogspot.com Your 5-star is appreciated.

Helpful?
Nicolas
Reply
Nicolas
  • Forum posts: 2

May 22, 2018, 1:27:31 PM via Website

Thank you both of you for quick answers and help.

Helpful?
Reply