It is a simple Android example that shows user's profile in list and grid mode.
- Authenticate users using Instagram Server-Side (Explicit) OAuth flow.
- Fetching profile info.
- Fetching user's images and show on a list and grid view.
- Fetching the caption and date of images.
- Using recyclerView and Picasso for showing images.
- Using tabs with fragment swipeable view.
Before compiling the app make sure to put your client_id and client_secret on [strings.xml] (app/src/main/res/values/strings.xml). For more information please visit Instagram Developer Documentation.
See the LICENSE file for license rights and limitations (MIT).