Yet another portfolio app
This app has been designed to be a Flickr portfolio client for the artist you may know as Serometa.
Anyways, the source code is opened, so you can try to modify it to make your own portfolio app.
To launch the app, you need to perform three simple actions:
- Create your own Flickr api key by following this link
- Add following strings in your
local.propertiesin project:
api_key_debug="YOUR_API_KEY"
api_key_release="YOUR_API_KEY"
- Build project
- MVP + Moxy
- Dagger2 (or Toothpick in v1.0.0)
- RxJava2
- Retrofit
- Room
- Kotlin Serialization
- Glide
