Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've got a list of devices where I only show the DeviceId, can I return the deviceId and the gpsCoords and let the list autoupdate when the gps updates? if so, how can i do that without writing back and forth to the database?
Posted
Comments
lindam88 8-Mar-13 21:55pm    
ArrayAdapter can be used instead of CursorAdapter.
The notifyDataSetChanged() method can be used to tell the ListView to refresh itself by requerying the ArrayAdapter assigned to it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900