Loading...
Answers
MenuHow difficult is it (in terms of programming) for a mobile app to track a user's mileage without displaying a map?
Would this use a large amount of mobile data?
Would having this running in the background use as much battery power as say Google maps (without ever having to display a map)?
Note:It's okay if the app is measuring in intervals (every 1/8 mile) if that would help reduce the data or battery useage...
Answers
Assuming you are looking for software, not in-car telematics, and you are willing to integrate rather than build it yourself, you could try using ZenDrive. That would give you a lot more than mileage too (eg, driving behavior).
This should neither use a large amount of mobile data nor use as much battery as Gmaps. Can't speak for iOS but this is what the Android documentation below has to say on location strategies and what it boils down to is that you need to determine how much accuracy your app needs, pick your strategy and maybe implement it as a background service that talks to your app. Someone who coded for Android before should have a prototype up and running within a few days. I assume however that this involves extensive testing on various devices and OS versions (the tricky part of mobile development).
http://developer.android.com/guide/topics/location/strategies.html
Yep, you would be polling intervals/speed and saving those locally during a drive session then you would post those numbers back to the server for calculation. No need to show a map.
Related Questions
-
Programming language for web platform?
NOT Wordpress! Facebook uses PHP among other languages, if that tells you anything. Every programmer will be bias toward what they like and what they are used to coding with. The bigger question for you is, have you completed your due diligence? Is there a real need for another crowd funding platform? Why would yours be so different that it would stand out among the others? Who is you target market? What is your unique selling proposition? How big is your potential market? Should you go vertical or horizontal? You may have already answered these and the two dozen other questions every entrepreneur must ask before they waste valuable time and money to become another business start up statistic. Assuming you have a strong grasp of where you are heading and a solid strategic blueprint to be able to predict your growth, the last thing I will leave you with is this. The programing language is not nearly as important as your database structure and IT infrastructure for the purpose of scale. Not to say the language is not important - all three components work together. Spend time on the other two and work backwards. If you would like to discuss this further at no charge, use the link below. I provide a free 30 minute consultation to first time callers. https://clarity.fm/kevinmccarthy/FreeConsult Best regards, Kevin McCarthy www.kevinmccarthy.comKM
-
If I'm looking to create a mobile app for my startup, should I first hire a designer or a developer?
Designer. Specifically a UX "designer" as you say, who doesn't just draw screens, and won't draw any for weeks or months. They will not just use their knowledge but will go out and talk to users, observe how they solve the same problem today, and help create the scope of work, and design the basic functionality. If you hire a developer first, they will build stuff that may or may not be of any value. If the company survives the first few rounds of building the wrong thing, you are still spending a hell of a lot in rebuilding, re-marketing, etc. etc.SH
-
What is the best way to implement sharing in a native app and mobile website?
I've been developing web and iPhone apps for a while and I usually recommend to first use the provided sharing mechanisms. They provide great flexibility and as well don't require your app to request permissions on external networks. Using the iOS SDK sharing components will also save you precious development time. The most important part is the content that will be shared. On that side, make sure all the content has a unique URL, and can be properly consumed on all plateforms, desktop and mobile. Pay a particular attention to the head meta tags of those pages. Open graph and Twitter tags are not optional anymore and help driver a better visibility on the networks your content is being shared onto. Don't forget to track with an appropriate analytics tool how your users use the sharing module. Then you can evaluate the pertinence of building something custom.FV
-
What is the best programming language for building multi-platform mobile software that is scalable?
I've been involved in several projects that hinged upon this question (generally start-ups or web+mobile apps), and it's not a clean or easy answer unfortunately! Plus every developer you talk to is going to try to sell you their services, but what you need is simply the truth! I'd suggest that you consider shifting your focus away from finding a best language. That sort of premise can eliminate options that are actually quite valid solutions. Keep in mind that any mobile app will require multiple languages working in harmony - all while used in a commercially consistent and standards-based manner. That's the part that determines your technical scalability! Almost every programming language can achieve this functionality with an experienced developer on your team. The best advice I can give you, is to consult with at least two people on this, and three if your app is os-specific. The most important insight will come from a "full stack" developer. One who's got a variety of enterprise experience, and can code at all levels of the stack. This person needs to have experience in leading a team of other developers, which forces the strategy of which technologies to use and why onto their plates daily. Secondly, you'll want to consult with a "front end" developer, who can tell you what's possible using advanced OOP JavaScript techniques (like Google's angular.js), because in an absurdly fast change over the past 3 years, much of the formerly back-end work has made it's way to the front-end, and is driven by JavaScript, predominantly JSON data, and awesome API's. The game has changed and the front-enders are the poor souls dealing with this rapid shift daily. To do this, they're also fantastic JavaScript programmers, which is a language that runs on all mobile devices and all browsers, too. Love it or hate it JavaScript is the most commonly used language in the world. Finally, if your app is OS-specific, you'll want to consult with a developer who works predominantly with the OS your app is built for. This person lets you know what's possible from the device POV, should know what stacks and JavaScript approaches can and can't be done on that OS, and how to leverage the resources of the device for your app as well as extend it's functionality. BONUS - loop back to the full stack developer to double-check the claims of the front-ender and the mobile developers. Always double check with your most senior programmer ;) All of these consults together in addition to your own research and due diligence will get you comfortable and allow you to navigate on this rather daunting but deeply important journey. There aren't any turn-key options. Instead it's a series of inter-connected modules driven by different languages, and all working in tandem. Every solution will have bugs, and no one group of technologies can do everything without proper developers. If you'd like to go further down the rabbit hole, then we should definitely set-up some time to speak. Otherwise, I wish you great luck in research and encourage you to learn as much as you can! :) It's going to seem hard, and might give you a headache here or there, but learn everything you can about how different technologies "talk" to each other, and then you will be able to build a map for keeping your app and business scalable regardless of the changing tides of technology!MM
-
What day and time is best to release an app for best exposure?
The best day to launch your app is either Wednesday night or Thursday, because the iOS App Store changes features every Thursday and you may get featured that day as "New games..." "New app..." etc. Ideally all your marketing/PR/advertising efforts should start that day (Thursday) because Apple likes it when an app is being privately promoted at the same time it's being featured. Yes AdMob could work for you but please know that there are many other ad placement companies similar to AdMob that can work for you too. You need to see what kind of clients they have, if they match with your niche, etc. Usually this is a trial and error process, you start with several ads and you see which works and which doesn't, you improve, you cut them. etc. Good luckEN
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.