Using the Instagram API, create an Android app that displays photos tagged with hashtag #selfie and arranges them using the pattern: big, small, small, big, small small, and repeat. Then implement one of the following features: Tap to enlarge, Drag and.
SampleCode is hosted in the following web site
https://github.com/toddsalpen/SampleCode
If you think the Android project SampleCode 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 SampleCode.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
SampleCode has the following Java source files.
com.selfie.ImageAdapter.java com.selfie.InstagramImage.java com.selfie.InstagramResponse.java com.selfie.MainActivity.java com.webservices.ErrorID.java com.webservices.ImageDownloader.java com.webservices.JsonResponseHandler.java com.webservices.JsonService.java com.webservices.OnJsonResponse.java