0
votes
0answers
54 views

Supporting specific screen sizes in Android

I read the developers guide and the things it says about this topic, but I didn't find what I was looking for. I want my application to be compatible with screens smaller than 5.5" (the biggest screen ...
1
vote
1answer
116 views

Android Screen Compatibility Issue

I have uploaded an application to Google Play Store which I made compatible only with High Resolution screens. I use the following code in Manifest.xml file to make the App compatible with High ...
5
votes
1answer
1k views

How to create Android Google Play's Grid View like Widget with different size images loaded dynamically

Hi I have enclosed two app images which has grid view like widgets with different image heights and widths, loaded dynamically ,i need to create the same type of UI ,i could be glad if someone ...
1
vote
0answers
373 views

what layout does Google Play use?

I use GridView to display image. When scroll to bottom of GridView, more image will load and display use notifydatasetChange(). But when notifydatasetChange() call, all image reload. I want only new ...
0
votes
1answer
84 views

View how apps look on multiple API levels

My new obsession is to see how specific applications run on different versions of Android. As a beginner I think it's important for me to see how different developers go about releasing their ...
1
vote
1answer
306 views

Featured list in Android Google Play app?

I wonder how the main activity in the Android Google play app is implemented, is it a ListView, GridView or a TableLayout ? what can be the best approaches to implement such a list ? thanks
12
votes
2answers
3k views

Designing an android tablet-only app

Let's say that I want to build 2 different sets of tablet-only layouts. One for 600dp (7" tablet 1024x600) and one for 720dp (10" tablet 1280x720 or 1280x800) I understand that with android 3.2 you ...
1
vote
2answers
155 views

Strange User Crash Report: Null Pointer exception for something that is definitely there

So my little app is available on Google "Play" and got a few downloads so far. Now the developer console reported a crash. This crash report is weird. First of all, the developer console is giving ...