All Projects → Nilhcem → mobilization-2016

Nilhcem / mobilization-2016

Licence: Apache-2.0 license
Mobilization VI Schedule app

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
javascript
184084 projects - #8 most used programming language
IDL
102 projects
shell
77523 projects
prolog
421 projects
HTML
75241 projects

Mobilization 2016 Conference App

Sample app for the "2016 Android Developer Toolbox" talk at Mobilization VI, Łódź

Features

mobilization 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].