/CatLover

For learning Kotlin syntax by create an real world project

Primary LanguageKotlinApache License 2.0Apache-2.0

CatLover

I create this project for learning Kotlin syntax. By using Flickr Api, Fuse and Glide

Gitignore from Github

Todo

  • Show photo from Flickr
  • Save local data (loved pictures)
  • Write test
  • Use RxKotlin
  • Clean code

API_KEY

You have to add flickr_api_key by your self

/values/secret.xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="flickr_api_key">API_KEY</string>
</resources>