Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galaxygoldfish/pineapple

🍍 Reddit client for Android using Material You - WIP
https://github.com/galaxygoldfish/pineapple

android dynamic-color jetpack-compose kotlin material-you reddit

Last synced: 3 months ago
JSON representation

🍍 Reddit client for Android using Material You - WIP

Awesome Lists containing this project

README

        

# Pineapple
This app is no longer being developed due to new Reddit API pricing. 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)

# Build notes
Before building, you must do the following steps so that OAuth and basic network functionality will work:
1. Sign-in, and create a new client on https://www.reddit.com/prefs/apps
2. Make sure the redirect URI is set to "pineapple://login"
3. Copy the client secret, and paste in the ```gradle.properties``` file:
```
...

ClientSecret="PASTE CLIENT SECRET HERE"

...
```
4. Build in Android Studio or using gradle on the command line