Android Question Sqlite database

Ankush11

New Member
Sir, I created a database table in SQLite browser and I want to display in an android application in the listview.
it is not working. I want to display the data date wise.
for ex:
05/05/2016 ABC
06/05/2016 ABC
07/05/2016 XYZ
................... ........
when I click the forward/backward the datewise data automatic change .
anybody can please help me.
 
Top