1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/README.md
Christophe Beyls b6e6ecf027 Replaced PagerSlidingTabStrip with a slightly improved version of
Android's example SlidingTabLayout.
2014-03-31 22:30:34 +02:00

35 lines
1.4 KiB
Markdown

# FOSDEM Companion
Advanced native Android schedule browser application for the [FOSDEM](http://fosdem.org/) conference in Brussels, Belgium.
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.
## How to build
The project depends on the Android Support Library, including the compatibility ActionBar. All other dependencies are included.
### Eclipse
Import the *android-support-v7-appcompat* project from your local SDK folder to your Eclipse workspace and add it as a dependency to this project.
### Gradle
```
gradle build
```
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
## Used libraries
* [Android Support Library](http://developer.android.com/tools/support-library/) by The Android Open Source Project
* [ViewPagerIndicator](http://viewpagerindicator.com/) by Jake Wharton
* [PhotoView](https://github.com/chrisbanes/PhotoView) by Chris Banes
## Contributors
* Christophe Beyls