how to implement SQLite in Android application ? [

2020-06-27 05:55发布

I am new to android application development. help me how to store the data using SQLite concept. I have 2 EditText fiels those are Name and Mobile number and one button "Save" in my main.xml and now,I am trying to store that Name and Mobile NUmber when the "Save" button clicked...

Help me out with an simple example

Thanks for reading

标签: android
1条回答
Explosion°爆炸
2楼-- · 2020-06-27 06:11

Use the below links. Surely this will help. These links will easily understandable for beginners.

Sqlite for beginners in Android

Sqlite Tutorial 2

Sqlite Tutu 1

查看更多
登录 后发表回答