开发者

Get the values from the database in Android

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜