Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgourlie/petropad-android
https://github.com/bgourlie/petropad-android
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgourlie/petropad-android
- Owner: bgourlie
- License: bsd-3-clause
- Created: 2012-08-29T21:42:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-29T21:44:26.000Z (over 12 years ago)
- Last Synced: 2024-10-29T17:23:48.863Z (2 months ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Petropad
This is an Android application I wrote a while back to track fuel efficiency. Be cautioned -- the algorithm for determining fuel efficiency is flawed, although I can't remember specifically what was wrong with it. I also do some wierd micro optimization where I avoid floating point math, attempting to adhere too strictly to the Android design guide (circa 2010). Feel free to learn from it and make it your own!