Displaying large amounts of data in an Android app can be a tricky balancing act. Even on devices with larger screens (such as a laptop or computer) being confronted with a solid wall of data isn’t ...
If you're used to ListBox or LongListSelector, find out how the GridView and ListView controls for Windows Phone 8.1 can do it better. At some point, most applications need to present a list of items.
I have an object data source that implements a method that returns a list of data objects, and a method returning total number of records in the database. If I watch the execution, I can see it hit ...