Is there any way to add data to a listview, outside of a cursor? In my application, I have a SQL database that I use to store data for each list entry, but one of the numbers I need to show is not directly derived from the database, but is instead calculated from a number from the database. (Database stores a date, but I want to show the number of days until that date) I know the formula to get this number, but how would I insert it into the list without putting it into my SQL database?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---