PattoMotto / CatLover

For learning Kotlin syntax by create an real world project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

For learning Kotlin syntax by create an real world project

License:Apache License 2.0


Languages

Language:Kotlin 100.0%