Re: [android-developers] Re: Is it possible to track mileage with the GPS on the phone?

2014-07-02 Thread james pruett
you wanted sourcecode. Give em a try. Also this one: https://code.google.com/p/speedlimit/ I guess I may have misled you. I have an app that translates GPS to MILES, but I didn't open source it. If you want, I can dig out that calculation. Help me out first, get this app and review it!

[android-developers] how best to move canvas dimensions to tablet proportions. Functions I could use...

2012-08-10 Thread james pruett
I have an app that looks fine on an HTC-G1, but is all misaligned on a tablet. Q: What functions should I use to find screen size, so I can get rid of the hard numbers you see below. For example, 347 is 50% in the X direction... Thanks for any leads! -cellurl public class View extends

Re: [android-developers] Help, eclipse does'nt show any errors, but app does'nt work on phone.

2012-06-12 Thread james pruett
Get Jetboy working first. http://www.udemy.com/write-and-publish-an-app-for-your-android-smartphone/ It will teach you a lot and only take 1hour. On Tue, Jun 12, 2012 at 5:50 PM, Justin Anderson magouyaw...@gmail.comwrote: Without seeing your code there is no way of knowing... Thanks,

Re: [android-developers] So urgent, need an example program please help! :(

2012-04-12 Thread james pruett
do a google search for android sample code. There are at least 30 sample programs that work with source code from google. Also, you might benefit from a tutorial like this: http://www.udemy.com/write-and-publish-an-app-for-your-android-smartphone/ -cellurl -- [Speederaser]

Re: [android-developers] Re: map doesn't show

2012-04-08 Thread james pruett
registering worked. thanks. -cellurl On Wed, Apr 4, 2012 at 6:33 AM, lbendlin l...@bendlin.us wrote: Go through the API registration process again. You will see that your key has changed. On Tuesday, April 3, 2012 9:25:22 PM UTC-4, cellurl wrote: Hi, If one were to hail-mary fix a

Re: [android-developers] remote database

2011-10-04 Thread james pruett
absolutely. I use nearlyfreespeech.net and run mysql and share data all day long. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Context LocationManager

2011-05-21 Thread james pruett
Thanks for that. I don't know how to trigger events here? Any suggestions? -- SpeedlimitListener speedlimitListener; speedlimitListener = new SpeedlimitListener() { public void onSpeedLimitChanged(String speedlimit) { } };

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread james pruett
did you have that on the Android-Market? E.g. is it against the terms to have a filter like that in a free app ?? On Thu, Mar 24, 2011 at 1:16 PM, Justin Anderson magouyaw...@gmail.comwrote: One thing you could do that I have done in a few occasions, is to get your beta testers email

Re: [android-developers] Re: Gift certificate or something like that

2011-03-24 Thread james pruett
Anderson magouyaw...@gmail.comwrote: No... I distributed it to them personally. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 24, 2011 at 12:23 PM, james pruett gpscru...@gmail.comwrote: did you have that on the Android-Market? E.g

[android-developers] how to change background of a widget

2010-12-17 Thread james pruett
I want to change the background of a widget. This is from the wiki word of the day widget example code: Thanks for any leads! -cellurl I have tried:         /**          * Build a widget update to show the current Wiktionary          * Word of the day. Will block until the online API returns.   

Re: [android-developers] How do I add the Android directory in Eclipse after importing

2010-11-08 Thread james pruett
worked great. Thanks Kumar! On Sun, Nov 7, 2010 at 10:25 PM, Kumar Bibek coomar@gmail.com wrote: Properties-Android Tools-Fix Project Properties. This is a simple way of doing it. Else, you will have to modify the .classpath variable. On Mon, Nov 8, 2010 at 7:33 AM, cellurl

[android-developers] How to make a map move as you drive?

2010-10-04 Thread james pruett
Hi, I want to make a map move. Q: How best do I make a map move as I drive? Everything I know about Android maps, I learned from HelloMapView. http://developer.android.com/guide/tutorials/views/hello-mapview.html I have all the GPS LocationManager working aok, I just need help in the map part.

Re: [android-developers] How to make a map move as you drive?

2010-10-04 Thread james pruett
Perfect. Thanks Mark! On Mon, Oct 4, 2010 at 12:06 PM, Mark Murphy mmur...@commonsware.comwrote: Call getController().setCenter() periodically (e.g., on each location update). On Mon, Oct 4, 2010 at 1:01 PM, james pruett gpscru...@gmail.com wrote: Hi, I want to make a map move. Q

Re: [android-developers] How to make a map move as you drive?

2010-10-04 Thread james pruett
thanks TrekKing. As far as my-overlays, I guess I just do some box-math to see what new overlays I must add each time... -jim On Mon, Oct 4, 2010 at 12:05 PM, TreKing treking...@gmail.com wrote: On Mon, Oct 4, 2010 at 12:01 PM, james pruett gpscru...@gmail.com wrote: Q: How best do I make

Re: [android-developers] Using Eclipse - can it get faster?

2010-09-21 Thread james pruett
Eclipse used to make my laptop shutdown from overheating. I had to have a fan running under it! Then the other day, in eclipse a window popped up in the bottom right corner asking if I would like to upgrade 2 items. (I don't recall what they were...) I clicked yes and did the updates. Now, my

Re: [android-developers] Re: How to market a map overlay?

2010-09-21 Thread james pruett
vk, thanks for that In the emulator, when I click on Maps-Menu-Layers-MoreLayers-MyMaps- It says, signing in, failed. Q1: Can I create that kind of My Map and put it on the Market? Q2: Why is my login failing? I have a web map. I just want to put it on the Market somehow...

Re: [android-developers] How to market a map overlay?

2010-09-21 Thread james pruett
trek-king thanks for that. I mean like houses-for-sale maps and such must be available on the Market?? Like the Maps-Menu-layers-Wikipedia which is cool. On Tue, Sep 21, 2010 at 3:56 PM, TreKing treking...@gmail.com wrote: On Tue, Sep 21, 2010 at 9:39 AM, cellurl gpscru...@gmail.com wrote:

[android-developers] Need to make physical collaboration easier.

2009-10-07 Thread james pruett
IMHO, Android developers need more collaboration from local groups. This is a very important missing link to making Android a success. Some bugs can only be fixed with friends looking over your shoulder. This should be a priority for T-Mobile, Google, us. Does anyone have any thoughts on