Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “ListView”:

Android: How to Use Two Data Sources in ListViews?

By

Sometimes in our apps we have the need to link to data of other sources. You have a database of your own for your app, but some records also point to the MediaStore content provider to calendar entries or to contacts. For all detail pages this is not much of a problem. You get the […]  Continue Reading  “Android: How to Use Two Data Sources in ListViews?”