• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps create database and retrieve values in listview

Hi,

I want to retrieve data from the existing sqllite and query it and show the values in listview. my sqllite db has four columns naming emp id, emp name, salary, designation. i want to show the list of employees in a listview and on list item click query from db and by sending that particular emp id and show the name, salary and designation in the textviews in another screen.

i am a newbie to android.
please help me.

Thanks in advance. :)
 
Back
Top Bottom