Learn something new every day that can be quite the conversation starter. Dive deeper into its source and share your newfound knowledge with family and friends.
This repository has been archived on 2026-04-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Kotlin 98.5%
  • Java 1.5%
Find a file
2015-12-24 10:56:55 +02:00
app Fixed issue where users where UTC isn't 0 not recieving new fact at midnight local time. 2015-12-24 10:56:55 +02:00
gradle/wrapper Updated gradle and added signing configs. 2015-12-10 23:29:25 +02:00
.gitignore Added necessary build stuff and ic_launcher. 2015-10-24 17:56:14 +03:00
build.gradle Updated gradle and added signing configs. 2015-12-10 23:29:25 +02:00
gradle.properties Updated gradle and added signing configs. 2015-12-10 23:29:25 +02:00
gradlew Added necessary build stuff and ic_launcher. 2015-10-24 17:56:14 +03:00
gradlew.bat Added necessary build stuff and ic_launcher. 2015-10-24 17:56:14 +03:00
LICENSE Initial commit 2015-10-24 17:10:29 +03:00
README.md Update README.md 2015-12-11 23:21:02 +02:00
settings.gradle Added necessary build stuff and ic_launcher. 2015-10-24 17:56:14 +03:00

Merlin

Learn something new every day that can be quite the conversation starter. Dive deeper into its source and share your newfound knowledge with family and friends. Data provided using the Reddit API.

Download the app on Google Play

This is my first app I write in Kotlin after reading this amazing book: Kotlin for Android Developers

Credentials

For the in app billing to work you'd need to replace some values found in the Constants.kt file with your ids that are provided from the Google Play Console. Read more: https://developer.android.com/google/play/billing/billing_overview.html

Technologies used in the project