droidcontn-2016 icon indicating copy to clipboard operation
droidcontn-2016 copied to clipboard

Latest version: https://github.com/Nilhcem/mobilization-2016

DEPRECATED - Are you sure this is the repo you really want to see?

If you want the latest, up to date, source code for the 2016 Android Developer Toolbox sample project, checkout the list of my repositories and choose the one from the conference you went to:

https://github.com/Nilhcem?tab=repositories

Otherwise: droidcon Tunisia 2016 Conference App

Sample app for the "2016 Android Developer Toolbox" talk at droidcon tunisia

Try it on your device via DeployGate

Features

droidcontn2016 Android screenshots

  • See all sessions
  • Manage your schedule
  • Consult speakers information
  • Receive a notification when selected sessions are about to begin

Development Environment

This project uses Java 8, Retrolambda, and Lombok.

Don't forget to install the Java 8 JDK, and the lombok plugin for your IDE before trying to build it.

Run Unit Tests

./scripts/run-tests-unit.sh

Run Mock Server

cd mockserver
npm install
node server

You can then access it through:

http://localhost:8990/

Acknowledgements

This project took some inspiration from the amazing work done for the Droidcon PL 2015 mobile app, the Google I/O app, and the DroidKaigi 2016 app

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.