This repository contains the source code for the Bike Bean App. Visit bike-bean.de for more information about the project.
- Easy Display of the location of the Bike Bean
- Simple Setting of Wake-Up Intervals, Wifi Status and Warning number
- Estimation of the Battery Life
- Wifi positioning
See Design Doc.
The App is currently listed on IzzyDroid as we rework some of the code to apply for f-droid.
You can also download a prebuilt version (apk) in the release section.
- Initial Release (must-have's): See Initial Release Board
- Generic (nice-to-have's): See App Progress Board.
- Bike Bean Instructions (PDF) -- SMS Commands etc.
- SMS Listener (StackOverflow) -- StackOverflow Solution for SMSListener by stefan.nsk
- AsyncTasks (StackOverflow) -- Excellent description of how to use AsyncTasks while keeping a context/activity reference.