AadityaKhetan / FlickrBrowser-App

An android app made using Kotlin which allows users to query and download a list of recent photos from Flickr Website. The fetched JSON data is then displayed using a Recycler View. Material design is used for app UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlickrBrowser-App

This is an app to learn Kotlin and Android. Uses Flickr API to get data. Used Material Design for UI. The app allows users to query and download a list of recent photos from Flickr Website. The fetched JSON data is then displayed using a Recycler View.

Learned

  • Async Tasks
  • Flickr API
  • JSON parsing
  • Parcelable and Serializable data
  • Recycler Adapter View
  • Material Design

About

An android app made using Kotlin which allows users to query and download a list of recent photos from Flickr Website. The fetched JSON data is then displayed using a Recycler View. Material design is used for app UI.


Languages

Language:Kotlin 100.0%