Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.
emiltin edited this page Oct 30, 2014 · 2 revisions

This is really just a wrapper project. All the actual code is in the repo ibikecph-lib-android, which is pulled in as a sub module. The only code in this repo is extending the Application class and that is in src/ folder and of course AndroidManifest.

Basically ibikecph-lib-android is the ibikecph-android app. Cykelplanen is a lot similar and because of that a lot of code could be reused. In order to make that happen ibikecph was extracted to be a library, so other projects can use it. Code in repo cykelplanen-android is the difference between those two apps.

So there will be some ibikecph-specific code (like cargobikes) that is included in cykelplanen via the lib, but not actually used.

Clone this wiki locally