Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 644 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 644 Bytes

Instagram Post Viewer App

A basic application which can display the posts of an instagram account if the app is given the appropriate access token. The app contains 2 screens:

  1. A horizontal list of posts with the date of the post and caption displayed.
  2. A vertical list for those posts which are albums. These can be accessed by tapping on the post. A post is an album if the appropriate icon is displayed over the image on the bottom left.

Setup

In the Constants file, place the access token for the account you wish to display posts in the app.

const val ACCESS_TOKEN = "" // todo: place the appropriate instagram access token