This app is no longer being developed due to new Reddit API #. If you would like to use it, please create your own API key and build the app using instructions below 👇
Reddit client for Android highlighting Material Design 3 aspects, with dynamic color and a clean, more minimalistic design. (WIP)
Before building, you must do the following steps so that OAuth and basic network functionality will work:
- Sign-in, and create a new client on https://www.reddit.com/prefs/apps
- Make sure the redirect URI is set to "pineapple://#"
- Copy the client secret, and paste in the
gradle.properties
file:
...
ClientSecret="PASTE CLIENT SECRET HERE"
...
- Build in Android Studio or using gradle on the command line