/feathercoin-wallet-2

Android Feathercoin Wallet App

Primary LanguageJava

Welcome to Feathercoin Wallet, a standalone Feathercoin payment app for your Android device!

The Android Wallet is not maintained anymore. See http://forum.feathercoin.com/topic/9913/feathercoin-wallet-2-for-android-is-obsolete

This project contains several sub-projects:

  • wallet: The Android app itself. This is probably what you're searching for.
  • market: App description and promo material for the Google Play app store.
  • integration-android: A tiny library for integrating Feathercoin payments into your own Android app (e.g. donations, in-app purchases).
  • sample-integration-android: A minimal example app to demonstrate integration of Feathercoin payments into your Android app.

You can build all sub-projects at once using Maven:

mvn clean install