Android Read Data From SQLite Database Tutorial #3

preview_player
Показать описание
Android Read Data From SQLite Database
Рекомендации по теме
Комментарии
Автор

Thanks, sir. This video was really simple and helpful. Keep on doing

sarahm
Автор

Thanks for the partial help. You used buffer object that appends your one row's columns but what if they are multiple rows ? and you need to show each item separately with its properties, e.g person 1 username, email then person 2 username, email then so on. There, your buffer object will append all items in one and your info will be messy. So to help you, i figured out that you don't need to use a buffer object. You can simply show all items separately with their properties by using this,

while (result.moveToNext())
{




}

Here as i need to add in the listview object arrayList so i did this.

farhanazamchohan
Автор

What is inside your SQLiteDatabase.java

thembocharleslwanga
join shbcf.ru