开发者

Get the values from the database in Android

开发者 https://www.devze.com 2023-02-09 08:56 出处:网络
I saved the EditText value in SQLite database and I want the to view all values from the database in ListV开发者_StackOverflowiew or TextView.

I saved the EditText value in SQLite database and I want the to view all values from the database in ListV开发者_StackOverflowiew or TextView.

How it can be done?

Please help me.


The Notepad tutorial shows you how to pull information out of a database using a Cursor then how to display it in a ListView using the SimpleCursorAdapter.

It can be found here: http://developer.android.com/resources/tutorials/notepad/index.html

0

精彩评论

暂无评论...
验证码 换一张
取 消