/android.favicoin

Favicoin is a simple Android app that connects to a remote API and fetches a list of cryptocurrencies, the user is able to view details of a specific cryptocurrency, and favourite it for future use.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

banner

Favicoin is a simple Android app that connects to a remote API and fetches a list of cryptocurrencies, the user is able to view details of a specific cryptocurrency, and favourite it for future use. The app has offline support, and makes use of the following libraries: RxJava, Realm, Retrofit, Crashlytics, Data-binding etc.

Download

The app can be downloaded from the Google Play Store

Screenshots

sc1 sc2 sc3 sc4

How do I get set up?

  • Install Android Studio
  • Install the Android SDK
  • Clone the repository
  • Build / run the project

Running the project

  1. Navigate into the cloned folder cd android.favicoin
  2. Open the project in Android Studio / Run ./gradlew clean build

Contribution Guidelines:

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.

Pull Requests

Here are some basic rules to follow to ensure timely addition of your request:

  1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
  2. If its a feature, bugfix, or anything please only change code to what you specify.
  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  5. Check for existing issues first, before filing an issue.

3rd party libraries used: