1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Added some buttons to download the app

This commit is contained in:
Poussinou 2017-01-13 18:54:27 +01:00 committed by GitHub
parent e9ed181e61
commit e2c6289ff4

View file

@ -4,10 +4,15 @@ Advanced native Android schedule browser application for the [FOSDEM](http://fos
This is a new implementation of the [legacy FOSDEM app](https://github.com/rkallensee/fosdem-android/). The code has been rewritten from scratch and the features have been extended. It uses loaders and fragments extensively and is backward compatible up to Android 2.1 thanks to the support library. This is a new implementation of the [legacy FOSDEM app](https://github.com/rkallensee/fosdem-android/). The code has been rewritten from scratch and the features have been extended. It uses loaders and fragments extensively and is backward compatible up to Android 2.1 thanks to the support library.
To get more information and install the app, look at the [Google Play Store](https://play.google.com/store/apps/details?id=be.digitalia.fosdem) page.
The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission. The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.
<a href="https://f-droid.org/repository/browse/?fdfilter=fosdem&fdid=be.digitalia.fosdem" target="_blank">
<img src="https://f-droid.org/badge/get-it-on.png" height="80"/>
</a>
<a href="https://play.google.com/store/apps/details?id=be.digitalia.fosdem" target="_blank">
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" height="80"/>
</a>
## How to build ## How to build
All dependencies are defined in ```app/build.gradle```. Import the project in Android Studio or use Gradle in command line: All dependencies are defined in ```app/build.gradle```. Import the project in Android Studio or use Gradle in command line: