[android-developers] Publishing Apps

2011-12-05 Thread Markus Unger
Hello! I tried to publish a example app. Not for public only for me and an other developer. So I had register at the android market and it works fine. Not I had uploaded the APK and add the description and so on.. now I see the App in the overview.. For Free, not publish.. all seems ok. I will

[android-developers] requestLocationUpdates Question

2011-12-15 Thread Markus Unger
Hello! The method requestLocationUpdates public void requestLocationUpdates (String provider, long minTime, float minDistance, LocationListener listener) has minTime and a minDistance. So if I would say requestLocationUpdates (gps, 1000l * 60l * 5l, 0, new LocationListener); I will

[android-developers] Re: requestLocationUpdates Question

2011-12-15 Thread Markus Unger
The requestSingleUpdate is no Option, cause I need to support 2.1 and the method is just available at 2.3. -- 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

[android-developers] Messages between App and Server without C2DM

2011-12-21 Thread Markus Unger
Hello! My App send Http Request to Webservice in the Google App Engine. So I need to inform some User, maybe that they receiver a new Message... But I don't want to use C2DM. Do's anybody know a good solution? Currently I check the Webservice every 10 Seconds.. But I definitely not the best

[android-developers] Android Frameworks/Technologies to improve development

2012-07-18 Thread Markus Unger
Hey! I am planing my new Android project and I would like to know which frameworks/technologies you can recommend. Currently I want to use: - roboguice - greenDAO Anybody another good tools to improve Android development? Thanks for help! Regards, Markus -- You received this message