Skip to content

SoundSonic1/RedFruit

Repository files navigation

RedFruit

CircleCI codecov

RedFruit is a Reddit app, fully written in Kotlin. The app displays modern Android architecture like MVVM and dependency injection via Dagger2.

In order to build this app, you need to have a Reddit account.
Once you have that, head over to this page to get a client id for the app.
Make a new installed type app with appropriate information.

Now on your development machine goto

  • Windows: C:\Users\<Your Username>\.gradle
  • Mac: /Users/<Your Username>/.gradle
  • Linux: /home/<Your Username>/.gradle

and then add the following line to gradle.properties (create one if it doesn't exist).

REDFRUIT = "xxxxxxxxxxxxxx"

where xxxxxxxxxxxxxx is the client id that you got after creating a new installed type app.

For further information on Reddit's oauth usage, use this guide.

About

Small Reddit App to learn the latest Android Architecture Components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages