- In my app i am using Sqlite data base to store the data.
-
The stored items are displayed in a table (Main table).
-
Now i need to display RECENTLY added 3 items in another table (RecentTable).
- I implemented recent table, but unable to display recently added data.
Please help..
Thanks in advance.
Have you thought about using an auto-incrementing column and then using that to get the three most recently added items? Something like: