Go Back   Android Forums > Android Development > Application Development > Application Announcements

Application Announcements A place for developers to announce new applications.



Reply
 
LinkBack Thread Tools
Old March 10th, 2010, 06:47 PM   #1 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default Mileage App

I just got into android development. But to learn the ropes I've been working on an app to keep track of miles per gallon that your car gets. So before I pay the fee to become an android developer I wanted to see how many people here would buy this application for $0.99.

It will have an interface to enter how many miles you've driven (since last fillup), how many gallons your car took, what the price per gallon is. It will display your average mpg, and the average price you pay per mile driven. It will also allow you to enter the number of gallons that your tank holds, and estimate how many miles you will be able to drive before running out of gas (to be safe I will use 3 standard deviations below the average).

Does this sound like something you all would be interested in? If not is there some feature I could add that would sell you on it?

baderbuddy is offline  
Reply With Quote
Sponsors
Old March 10th, 2010, 11:39 PM   #2 (permalink)
Member
 
DaWeav's Avatar
 
Join Date: Nov 2009
Location: Lemoore, CA
Posts: 333
 
Device(s): Before: Sprint HTC Hero Now: Sprint HTC Evo Shift
Thanks: 2
Thanked 50 Times in 39 Posts
Default

There are some other apps on the market, but they don't calculate anywhere near good enough for me so I ended up using a Google Doc spreadsheet with a Form configured which I connect to the Form from my phone's browser to input the price per gallon, total cost, and trip miles. The first two are pre-configured selection boxes, while the only manual typed entry is for the trip miles. BUT, I have to have digital cellular coverage for it to work.

Anyway, I would suggest that you ensure your application automatically adds the 9/10 of a penny to price per gallon or cost history will be effected. That's another reason the apps in the market are not loaded on my phone.

Question; why would you need to input 'how many gallons your car took' if you have the price per gallon and the total price?

Here is the math calculation I use to calculate the gallons of fuel from price per gallon and total cost which I input on my Google Docs Spreadsheet Form.

Example:

I filled up at $2.39 and 9/10 per gallon with a total cost of $19.00 out the door.

The formula is;

$19.00 divided by ($2.39+.009) equals 7.92gal
19.00/(2.39+.009)=7.9199666527719883284701959149646
DaWeav is offline  
Reply With Quote
Old March 11th, 2010, 03:18 AM   #3 (permalink)
OK Computer
 
bluenova's Avatar
 
Join Date: Jan 2010
Location: W Midlands, UK
Posts: 1,459
 
Device(s): HTC Hero (GSM) - Elelinux v6.2.0
Thanks: 192
Thanked 207 Times in 154 Posts
Default

I use a program called Mileage by Evan Charlton. It works perfectly for me, it gives the option to enter fill-ups by unit price/total volume, total cost/total volume or total cost/unit price (along with the odometer) so you can choose which ever is easiest for you. You can set what units you want to use, date format and currency so it covers US Imperial, UK Imperial and Metric. It also collects location data. With all this info I can see at a glance when my vehicle is over or under performing. It shows all possible statistics from the given data and also supplies charts. The data can be imported/exported by SQLite DB, SQL or CSV. It also allows you to add service intervals by time and mileage so you are warned when a service is due. Best of all it's free!
bluenova is offline  
Reply With Quote
Old March 11th, 2010, 09:44 AM   #4 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Bluenova, I guess back to the drawing board
baderbuddy is offline  
Reply With Quote
Old March 14th, 2010, 09:46 AM   #5 (permalink)
Senior Member
 
TheSultan's Avatar
 
Join Date: Mar 2010
Location: Rochester, NY
Posts: 1,484
 
Device(s): HTC Thunderbolt
Thanks: 33
Thanked 255 Times in 129 Posts
Default

I used to use a program on Blackberry called "TrackIt: Vehicle Edition" that was $25. Total waste of money and looked like crap. A spreadsheet is the way to go!
TheSultan is offline  
Reply With Quote
Old March 14th, 2010, 06:29 PM   #6 (permalink)
Junior Member
 
Join Date: Jan 2010
Posts: 17
 
Device(s):
Thanks: 3
Thanked 0 Times in 0 Posts
Default app suggestion

What I keep hearing folks ask for a is an application that provides the ability to track business, medical, volunteer & personal miles so that it can be imported into an excel spreadsheet and filtered by category for expense & tax reporting purposes.

This could easily be accomplished by creating a program that would be able to email a csv file.

A couple of suggestions.

You should be able to have multiple cars, it should remember the last ending mileage as your default starting mileage. It should also allow you to enter either the ending mileage or the miles driven.

Maintenance and gas would be nice, but there are apps that do that well already.

Kevin
KevinM is offline  
Reply With Quote
Old March 16th, 2010, 11:09 AM   #7 (permalink)
New Member
 
Join Date: Feb 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Kevin is right, we need a nice priced application for keeping record of miles for tax information, I need one and as a tax preparer I can tell you is hard for people to keep track on them on paper if that is on the phone man that will be a lot easy for them to keep track of if I have about 600 customers that need it and if you make it I will ask them to but it.

Let me know we can email each other and I can get you some needs for the application I found 1 but is about 20 dollars so at that price will not many people buy it.

let me know.

Gabriel
Gorozco is offline  
Reply With Quote
Old April 11th, 2010, 09:57 PM   #8 (permalink)
New Member
 
Join Date: Apr 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

if you create one same as trackit for bb i would by it, great for business, mileage, maint. fuel, expense etc.
noisemaker is offline  
Reply With Quote
Old April 12th, 2010, 11:47 PM   #9 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: London
Posts: 74
 
Device(s): HTC Desire
Thanks: 11
Thanked 12 Times in 8 Posts
Default

although not an app i use fuelly.com. They also have a mobile site which you use just for puting in your fill ups.
madnlooney is offline  
Reply With Quote
Old April 21st, 2010, 01:05 PM   #10 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 9
 
Device(s):
Thanks: 0
Thanked 6 Times in 2 Posts
Default

+1 added a bookmark to fillup page on m.fuelly.com

Learn more here FAQ: How does Fuelly Mobile work? Do you have an iPhone or Android app? | Fuelly
JarrettV is offline  
Reply With Quote
Sponsors
Old May 6th, 2010, 08:48 AM   #11 (permalink)
New Member
 
Join Date: May 2010
Posts: 6
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default ChronoLog

We just launched an app in the Android Market called ChronoLog. It might be what some of the posters in this thread are looking for.

http://www.chrono-log.com

http://i606.photobucket.com/albums/tt148/eliellis/ChronoLog/promo-image-for-forums.jpg

-Eli
Pocket Galaxy is offline  
Reply With Quote
Old July 10th, 2011, 10:31 AM   #12 (permalink)
New Member
 
Join Date: Jul 2011
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try My Mileage from Michanima. It uses GPS and you can take pictures of receipts for your expenses.

It will package the information in an email.

Also just plug in your phone while you drive and it automatically keeps track of the miles.

The trial version allows 7 records. The pro version allows unlimited entries.

search com.leptron.mymileage in the android market
jthous0 is offline  
Reply With Quote
Reply

Bookmarks

Tags
android app, mpg


Go Back   Android Forums > Android Development > Application Development > Application Announcements User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can someone recommend a mileage tracking app? joshteran Android Applications 56 September 8th, 2011 07:39 AM
track your car mileage for tax time Timmaaay4 Android Applications 10 January 16th, 2011 07:19 PM
Business Mileage Tracker Clintsullivan Android Applications 1 December 23rd, 2010 06:14 AM
Mileage Tracker SlicedKuniva Application Requests 1 August 6th, 2010 01:56 PM
Google Navigation Mileage? tanbe174 HTC Desire 0 June 17th, 2010 08:20 AM



All times are GMT -5. The time now is 09:45 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.