Use Slqlite to create database. Its very simple follow below link you get an idea http://www.vogella.com/articles/AndroidSQLite/article.html
For setting the database content to list view use simpleCursorAdapter. http://developer.android.com/reference/android/widget/SimpleCursorAdapter.html On Fri, Aug 31, 2012 at 9:45 AM, Sadhna Upadhyay <[email protected]>wrote: > Hi everybody, > > can some one tell me that how to create database and > display all data in listView and should be delete button on every row when > we clik on delete button then that row should be delete. > > pls help me, i am trying last 7 days. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

