Please see our public project presentation here.
An Android application for configuring direct funding.
git clone https://github.com/stouza/stouza-android.git
cd stouza-android
gradle build
You may need to adjust the path to Android SDK in local.properties.
Problem:
Cannot lock Java compile cache as it has already been locked by this process.
Solution: manually remove locks from the Gradle cache
find ~/.gradle -type f -name "*.lock" | xargs rm
Adapted from the orginal sample repository by Felipe Mendes. There, the integration of Floating Action Button and Fragment Navigation Drawer is shown.