7
votes
4answers
262 views
Detect if app was downloaded from Android Market
I have an Android library that uploads data to a test server and production server. I'd like developers using this library to use the test server when developing, and production se …
6
votes
4answers
554 views
How to start developing applications for Android?
I'm interested about learning how to develop applications for Android. I downloaded the Android SDK but I don't see where to begin. Any suggestion? Any literature?
Thanks in advanc …
5
votes
1answer
137 views
Is there a size limit for OTA Android Market downloads?
On the iPhone, if an application is over 10MB, the iPhone will not allow you to download it over the celluar data network, requiring you to either download over wifi, or via iTunes …
5
votes
3answers
817 views
Android - dismissDialog does not dismiss the dialog!
Hi
I am using the showDialog and dismissDialog methods to show progress dialogs in my app. Moved from creating the dialog and calling show() on it to using this in order to save s …
5
votes
4answers
595 views
Anyone have any impressions, hints, tutorials from developing for Google Android devices?
I have a T-Mobile G1 and I'm going to download the developer SDK and see if I can create a few simple apps for my phone. If you've done similar development, please answer below an …
4
votes
1answer
246 views
Best Android 2.0 development book?
I'm looking for a single book source for Android 2.0 development.
While I may be ok with a general Android development book, a book which covers 2.0 features is ideal.
What is the …
4
votes
1answer
315 views
Android Trial Applications
Hello, I have a application which I want to hit the market as a Paid app. I would like to have other version which would be a "trial" version with a time limit of say, 5 days?
How …
4
votes
3answers
2k views
Android - How do I do a lazy load of images in ListView
Hi
I am using a ListView to display some images and captions associated with those images. I am getting the images from the Internet. Is there a way to lazy load the images so whi …
4
votes
3answers
4k views
How can I create icons for menu items in Android’s ListView?
I am using a ListView to present the main screen of my application. The main screen is essentially a menu to get into the different sections of my application. Currently I have t …
3
votes
5answers
160 views
Android: Learning the platform, have any app suggestions?
I'm beginning to learn mobile programming on the Android platform. I'm up for working with any particular base SDK. I just want to hear some suggestions from the community about wh …
3
votes
2answers
86 views
Are there any push notification system in place for andriods?
There are currently push notifications available for iPhones, Palm Pre and Blackberries each provided by their respective manufacturer. However I have heard nothing for andriods (p …
3
votes
4answers
695 views
Android Emulator vs Real Device
What are the differences developers should be aware of?
3
votes
2answers
415 views
Are there any decent physics engines for Android?
I've looked around for a physics engine that will play nicely with Android, but I've only been disappointed.
In terms of performance, I had heard that jbox2d was the best bet, but …
3
votes
1answer
120 views
Android remote code loading
I am developing a library for Android that requires frequent updates from a central server. I was thinking how nice it would be if my library could update itself -- or if I could j …
3
votes
2answers
1k views
Android - disable landscape mode?
Hi
How can I disable landscape mode for some of the views in my Android app?
Thanks.
