A sample android app that fetches profile pics of your friends and displays them in a gridview.
ProfilePicGallery is hosted in the following web site
https://github.com/vivekrk/ProfilePicGallery
If you think the Android project ProfilePicGallery listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ProfilePicGallery.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in ProfilePicGallery. The names of the image files are listed as follows.
default_image.png
The following screenshort is generated from the image listed above.
ProfilePicGallery has the following Java source files.
com.vravindranath.profilepicgallery.DownloadTask.java com.vravindranath.profilepicgallery.DownloadTaskManager.java com.vravindranath.profilepicgallery.Friend.java com.vravindranath.profilepicgallery.FriendlistAdapter.java com.vravindranath.profilepicgallery.ImageHelper.java com.vravindranath.profilepicgallery.MainActivity.java