• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Test Strategy for Android Application running on Various Handsets

Hi,

We have been working on making a Android Application. The issue we are facing is the support across various Handsets, which actually are increasing by everyday. Our application deals with Android Calendar.

Does anyone have idea about as to how we can span across the various handsets, is there a way where we can give types of handsets supported, or MARKET can handle it on its own?

Any suggestion is highly appreciated.
 
Hi,

I'll be honest. The Fragmentation problem in Android is NOT that bad. I have had one problem with the HTC Wildfires, happened twice and I didn't have to fix it, a few uninstalls/reinstalls did the trick.

You just need make sure you really grasp how an Activity works and in what order and when Events fire. All I can really recommend is that you try to understand when you App force closes, its not because of different handsets.

Hope something from that helps,
Albert
 
Back
Top Bottom