Instagram client for Android.
Compile sdk version = 27 | Target sdk version = 19
Instagram API developer scopes = basic+likes
SANDBOX MODE!!!!
Functionality:
- Fetch recent user media (most recent 15 images uploaded by user)
- Grid layout for the Feed
- Photo details view with likes count and elapsed time since creation
- User can like or unlike photos from Feed and Details views
- Logout using user avatar in Action bar/Menu icon in Feed view (upper right corner)
---Replace your client_id and redirect_url in Constants.java in main package---
Path to Constants.java = app\src\main\java\io\github\prathameshpatel\instadroid\Constants.java
Libraries used:
- Retrofit - http://square.github.io/retrofit/ (HTTP client)
- Glide - https://github.com/bumptech/glide (Image loading)