This document contains code for an Android bookshelf application. It includes classes for the main bookshelf activity screen, a Facebook entity class to retrieve and store Facebook profile data, an asynchronous task to fetch Facebook profile data and images, and an adapter class to display the data in a list view. The bookshelf activity populates a sample list of books and uses the adapter class to display it. The adapter initiates asynchronous tasks to fetch Facebook profile data and images for each item in the list.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
83 views11 pages
Delta Bookshelf Master
This document contains code for an Android bookshelf application. It includes classes for the main bookshelf activity screen, a Facebook entity class to retrieve and store Facebook profile data, an asynchronous task to fetch Facebook profile data and images, and an adapter class to display the data in a list view. The bookshelf activity populates a sample list of books and uses the adapter class to display it. The adapter initiates asynchronous tasks to fetch Facebook profile data and images for each item in the list.