Skip to content
This repository was 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 code is in ibikecph-lib-android. The only code is extending 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