Android :: Resolution Visibility On Market
Jul 13, 2010
I have tried a while ago to use these values to be able to have 2 different builds to cover all resolutions on Android Market: <supports-creens android:smallScreens="false" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" /> Unfortunately it did not worked. Although it is recommended to have one big application for all resolutions sometime it is not possible due to some time and resources constraints. The goal is to have 2 different applications Game and Game HD on the market and Game to be visible only for 240x320/320x480 devices and Game HD to be visible for 480x800 devices.
View 3 Replies
Nov 17, 2010
I have noticed that there's a new high-res icon field in the market console. Does anyone know what that's for? I have tested this new field, and I can tell for sure that it was ignored when rendering the android market icon. Maybe that it will get used after a market upgrade... Furthermore, I have had problems with the market icon. After various tests, I have realized that it is always the mdpi icon, scaled to some random size (51px, etc..), even if there's a hdpi icon, and whatever device I used. But I see some icons which seem to be pixel-sharp. Is this just an illusion or is there a trick?
View 7 Replies
View Related
Mar 21, 2010
I'm considering changing my phone (quite old Motorola) with something from the 21 century..While looking for one (HTC), I found, that only Tattoo can fit in my budget.There are, however, couple of question I'd like to ask:
Does Tattoo support offline GPS navigation (and if so - can you, please, suggest a app for this). Most of what google has to say about this is related to Google maps (obviously), but it looks like this can't be done there. And i really don't see the point having a GPS antenna that requires Wi-fi/data connection in additionIs the lower resolution / screen really such a pain for the apps in the market. Are there any problems with the all-day apps, that one needs?I might have a chance to buy a second hand Iphone 3g 16 for 40-50 euro higher price. Can you advise what's the better choice? I'm not sure about the condition of the iphone, but lets say it has only cosmetic problems, which doesn't bother me.
View 6 Replies
View Related
Jun 26, 2010
I have a program that should work on Android 1.5, but when it's run on newer devices with higher resolution screens, it should support the full resolution and not emulate a lower resolution screen. As far as I can tell from the documentation, this should be simple.
I just specify
code:.........
The problem is that if I tell Eclipse to compile for 1.5, it refuses to accept this. It reports an error (targetSdkVersion is an unknown tag) and refuses to compile or run. If I tell it to compile for 1.6 it works fine, of course. But if I then try to install on a 1.5 AVD, the program immediately crashes with a java.lang.VerifyError. I'm clearly missing something simple. How do I get it to compile an apk that works under 1.5, but still includes the targetSdkVersion tag?
View 3 Replies
View Related
Oct 18, 2010
the code I pasted below works great with the exception of the last view - the textView.
The TextView does not display:
CODE:............
I had a similar problem which came down to an XML layout issue and I'm sure it's a similar issue here only I don't know how to resolve it.
How I can get the TextView to display and perhaps more importantly, direct me to some good android xml layout material?
View 12 Replies
View Related
Apr 8, 2013
How do I convert phone resolution Bootanimation to tablet resolution?
I have 4 boot animations that I want to convert to work on my Nexus 10 full screen.
Also, how to be able to edit [URL] to show 10 instead of 4 or completly remove the number so it works nicely on both my Nexus 4 and Nexus 10.
View 1 Replies
View Related
Sep 8, 2009
If i set a views visibility which as been inflated, to gone, will it Speed up my UI?
View 1 Replies
View Related
Aug 12, 2010
There is the way to change visibility of View, but how can I change programaticly visibility of layout defined in XML? How to get layout object?
<LinearLayout
android:id="@+id/contacts_type"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:visibility="gone">
</LinearLayout>
View 2 Replies
View Related
Aug 26, 2010
I have an application that has many screens. Is it possible to detect if the screen NOT belonging to the application (not defined in my android manifest) comes into visibility?
View 1 Replies
View Related
Aug 7, 2009
I was trying to set a progress bar to View.INVISIBLE or View.GONE, or View.VISIBLE inside an AppWidgetProvider. However, it doesn't seem to want to do it. Setting visibility works fine with TextView fields or ImageView fields or ImageButtons. However, ProgressBar doesn't seem to work. It doesn't make sense that just the progress bar type isn't supported for controlling visibility. Has anyone else seen this problem?
View 4 Replies
View Related
Mar 13, 2009
Just had an odd problem with a TextView. Setting the visibility doesn't seem to work but doing the same on say a ScrollView does. Is this normal?
View 3 Replies
View Related
Apr 21, 2010
Can you pls help me?Unfortunately my laptop does not recognise Samsung i5700 as a phone only as a USB storage, the same happened with another pc...I can not synch it with outlook,do you know what to do?
View 2 Replies
View Related
May 16, 2010
How bad is Desire's screen in sunlight? Read this problem at many places. What's the visibility level while you are out? Is it just that colors are not that crisp in sunlight or one can barely see anything?
View 4 Replies
View Related
Dec 29, 2012
I am tryout a very simple thing in an activity. It has three components laid out vertically in a linear layout - button, textview1, and textview2. All I want to do is to toggle visibility of textview1 when the button is clicked. So I have the following onclick handler for the button:
[HIGH]public void onClickMe(View view){
TextView thetext =(TextView)findViewById(R.id.thetext);
if(displayText){
thetext.setVisibility(TextView.INVISIBLE);
} else {
thetext.setVisibility(TextView.VISIBLE);
[code]...
The textview does get visible and invisible but the problem is when the textview is made invisible it leaves a big gap between the button and the textview2. I would like the textview2 to be moved the the position where textview1 was. I think it is something to do with relayout but not sure what needs to be done here. I tried multiple things as shown in the code above.
View 1 Replies
View Related
May 26, 2010
Not sure what happened exactly but the camera view is now a pink screen with no visibility. Phone is not modded so I doubt it's something I did. Is this the result of water damage maybe? Everything else is working fine and the water indicator hasn't changed.
View 4 Replies
View Related
Jul 7, 2010
What is the best wallpaper/brightness setting for outdoors screen visibility? This morning I was running late for my lift and I missed a call from my mate asking where I was. I got my phone out and couldn't see a thing on the screen so had no idea who was ringing me. Turns out a plain black wallpaper and lowest setting brightness does not like being outdoors.
View 13 Replies
View Related
Mar 19, 2010
i want set the visibility to itemized overlay in map view. if the zoom level is less than 10 i want to set visibility of overlay is GONE else VISIBLE. how to do that? and also cant set zoom level Listener.
View 1 Replies
View Related
Sep 23, 2010
I find my laptop screen a lot easier to read in sunlight if it is black characters on a white background Is there any way of changing the phone color scheme similarly, esp phone book, dialing, sms, calendar.
View 1 Replies
View Related
Jan 12, 2010
I'm trying to alter the default screen resolution of the Android emulator (and by extension, the Android device) to work at 1700x1200. In other words, I need the screen to be able to display unique points over that range. I have set the dimensions in my layout file, yet the device still defaults to 320x480. I've set different dpi densities, but to no avail.
View 2 Replies
View Related
Mar 18, 2009
Is there any way to reduce the resolution of picture taken using camera? It takes long time to upload the image to server. Does anyone use any compression software for image?
View 4 Replies
View Related
Jul 10, 2010
I have an application which is basically a surfaceview, where height/ width is set to fill_parent. I run it on a htc desire, but when I check the size of the view (or the canvas I obtain), it says 340x533, so some kind of scaling seems to be done. Also, I load a bitmap, which seems to be scaled. Do I have to do anything special to run my app in full resolution?
View 6 Replies
View Related
Aug 19, 2009
I have created an application and I want to make sure it works in different resolution. i have used LinearLayout and some ListViews and buttons. I need to know will it be an issue if the apk is put to two different phones which has different resolution.
View 6 Replies
View Related
Apr 2, 2010
I'm making a game that need always be big on the screen. I have make a 2D game that have 480x320 resolution (for example the background image is so)...but if I try it on the emultator all go ok, but If I try it on Nexus the game is more little on the screen. How I can say to the game to be always max size on each screen?
View 3 Replies
View Related
Sep 12, 2010
If you compare how the map looks in MapView and how it looks in Google Maps, you'll notice that in Google Maps the map is "bigger". The texts are bigger, roads wider etc. Can I achieve this in my MapView?
View 1 Replies
View Related
Apr 5, 2010
In android, to support all the screen resolution, i have created the layout, layout-small, layout-large folder in res folder, and i have .xml file in all the folder. I can get the output in normal screen and small screen resolution, but in large screen emulator i am getting the xml file in normal folder.it is not reading the xml file in large screen emulator. i am using Android 1.6
View 3 Replies
View Related
Apr 24, 2010
I'm new to Android programming. I've seen different phones with different screen resolutions that run on Android. How can I create an application that works on all android devices with out any distortion in my application views.....
View 2 Replies
View Related
Dec 12, 2009
With Android, you can define different resources for different phone attribute by naming res directories appropriately. I need to be able to support different layouts for 480x800 and 480x854. I figured I could have one set of resources stored in the layout-hdpi-v4 directory and another in layout-long-hdpi-v4. However, both resolution seem to think that they are long (at least based on the emulator, which I understand may not reflect devices accurately). Is there another way in which I can distinguish between the two resolutions/aspect ratios?
View 2 Replies
View Related
Nov 9, 2010
I wanna create an emulator looks like a Desire screen, how to set those configuration?
View 1 Replies
View Related
Jul 20, 2010
I'm trying to capture an image by calling camera utility from "MeidaStore.ACTION_IMAGE_CAPTURE". However, it seems there is only on resolution available 640x480, while the native camera support 8MB resolution.Any permission or extra param needed to get larger resolution option? It'd much appreciated if anyone can help on this.
View 3 Replies
View Related
Sep 24, 2010
I am attempting to create a very graphically intensive android application. Almost all of the UI is based on bitmaps and I would like to support as many different devices as possible and to have the app look great in all of them.Is it possible to embed different resolutions for each image and have a different image displayed on each device. I am aware of stuff like hdpi folders etc. as well has units like dip etc., but that still leaves too many variables as to how the image is displayed. I would like to not have the images scaled at all to avoid losing image quality.For instance on my high resolution device I would like an image to be exactly 100px and then on a medium resolution device I would like a lower resolution image to display and be exactly 80px. If I use display independent units, I cannot ensure that the images will be of a particular size.
View 1 Replies
View Related