Android :: The Difference Resolution Makes ?
Jan 30, 2010
My current phone is 240*320 and I know that's definitely not enough, but I was wondering if someone with a HVGA and someone with a WVGA could take a screenshot showing the same webpage (phandroid, perhaps?) so it's possible to see the actual difference in use.
I really want a WVGA screen, but since it might be a while before they're released I'm considering just getting a Hero, but it would be sad to buy it and be disappointed in it.
View 3 Replies
Oct 12, 2012
Is it just me and my device, or is the Google Plus app rubbish for everyone? Jitters and lags just when scrolling down the feed. I'm using a Samsung Galaxy S3, and the problem persists across ROMs, and enabling/disabling "Force GPU rendering" makes no difference.
GT-I9300
View 2 Replies
View Related
Aug 8, 2010
Is there any difference between the back up that ROM manager makes and Nandroid? Reboots to what looks like the same screen. Also, will either of these restore my home screen icon configs?
View 8 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
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
Jun 21, 2010
is there any app that makes your stick htc widgets see through?As you know there is a semi see through background on all of them and i was wondering if i could het rid?
View 3 Replies
View Related
Aug 18, 2010
So I factory reset a while ago, after 2.2 really bogged my phone down or so it seemed. So I deleted all apps and when I went to install my favorite ringtone app (Mabilo Ringtones), it was gone. I don't know if they are getting rid of the app all together or if they are in the works of making a brand new app but I'm pretty bummed cause I used to love the app.
Now the question is, what ringtone app should I use? I like to download the ringtones already made instead of editing my own (that takes too much work right?! lol)
I downloaded one called Ringlert or something like that and its really similar but everytime I assign the ringtone as default ringtone it makes everything silent for some reason? What is everyone using?
View 1 Replies
View Related
Aug 29, 2010
I saw an message "page could not be loaded" in an app that I was using which made me realize that it's UI may be HTTP based somehow. Is there a way that I can find out where it is sending its requests?
View 4 Replies
View Related
Nov 15, 2009
Pretty much what the title says. Is there any app out there that lights up the screen when you receive a sms /txt message?
View 9 Replies
View Related
Oct 14, 2010
I have an app that contains a custom view, and in it I want to use a custom font. Unfortunately, this results in really ugly text being rendered.
My custom view extends Surface (and just realized: is this a bad idea), and I draw the text with the following code:
CODE:...............
The result looks like this:
Not fun. I'm using p.setFlags(Paint.ANTI_ALIAS_FLAG) but even with that the result is just fudgly.
So, is there a way to improve custom TTF rendering, or should I just stick to the system fonts?
View 1 Replies
View Related
Nov 22, 2010
I have a ListView in which each item has a complex layout that contains, at some point, a TextView with android:inputType="text" and android:ellipsize="marquee". My problem is that inputType="text" does something that renders the whole listview item un-clickable.
I've tried:
CODE:........................
Nothing worked.
The reason why I use android:inputType="text" on a TextView is so that it becomes single-line and android:ellipsize="marquee" actually works. I've done my homework: android:singleLine is deprecated
android:lines="1", as suggested here, doesn't work, the text still wraps, you just don't get to see the second line, so the marquee effect does not appear.
or is it? My Ctrl+Space in Eclipse says this about android:singleLine (emphasis mine):
Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated and is replaced by the textMultiLine flag in the inputType attribute. Use caution when altering existing layouts, as the default value of singeLine is false (multi-line mode), but if you specify any value for inputType, the default is single-line mode. (If both singleLine and inputType attributes are found, the inputType flags will override the value of singleLine.). [boolean]
However, the docs do not say anything about any deprecation.
View 1 Replies
View Related
Sep 23, 2010
Is there an app that makes the android a light meter?
View 1 Replies
View Related
Sep 25, 2010
I've got the following layout:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button android:id="@+id/back"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:text="Back" />
<Button android:id="@+id/page_number"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:text="1 / 100" />
<Button android:id="@+id/next"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:text="Next" />
</LinearLayout>
</LinearLayout>
Which results in the following. How do I make the buttons fit the screen and stop the WebView pushing them off?
View 1 Replies
View Related
Jul 29, 2010
Why is this button changing color to orange when clicked: <Button android:background="@android:drawable/btn_plus" ...>
But this one is not? <Button android:background="@drawable/ic_btn_round_plus" ...>
Found another type of button (text and image) that changes color to orange when clicked
without having to create a selector: <Button android:text="List" android:drawableTop="@drawable/list" ...>
View 1 Replies
View Related
Mar 29, 2010
I need in my application to make the device vibrate during the playback of a sound. I did something like this: Vibrator vibrator=(Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE); ... vibrator.vibrate(mp.getDuration()); but it makes the application crash. What am I doing wrong? Does the emulator support the vibration?
View 7 Replies
View Related
Sep 6, 2010
How can i use 3G network to run application that makes use of internet. i have make use of wi-fi, but not getting how to set preferance for 3G.
Here is the code i have used for wifi.
CODE:.............
How can i come to know whether 3G is available or not?
CODE:...................
View 1 Replies
View Related
Jul 13, 2010
On my LG Ally every time I try to type into a login or password box on a website if I use a letter g or a letter s I get thrown out of the browser and into gmail or messaging. How can I disable quick launch when the browser is active? For the time being I have just removed the associations in quick launch.
View 7 Replies
View Related
Dec 11, 2009
I saw somewhere a clock widget that makes the time look embedded in the wallpaper, but I cant find it anywhere. I searched here and the market but cant find out what its called and if its supported on 1.5.
View 1 Replies
View Related
Jul 14, 2010
I implemented a gallery, and inside it I have many listviews from left to right. For some reason Gallery works great with all views but not with listview. With listview, when scrolling on the gallery, sometimes I get little jumps.
Some notes: The gallery uses an adapter to find out what to show, and then the listview is created based on the adapter
View 2 Replies
View Related
Feb 25, 2009
I am using Intents to switch between activities in my Android app. I am putting data in the Intent for use in the next activity. When I switch the phone between landscape and portrait modes, the values passed from the intent are lost and I get a NullPointerException.
Can someone please tell me what could be wrong.
There's a lot of code to post it entirely. But if someone needs to look at specific parts of code, I can post it here.
Edit
I solved the issue of state not being saved. But another problem I faced is that none of the buttons on the screen work after the orientation has been changed. On button press, I get this warning in LogCat
02-25 23:07:49.190: WARN/WindowManager(58): No window to dispatch pointer action 0
View 2 Replies
View Related
Aug 5, 2009
I wanted to change the frame around my Dialog. So I set up a style...
And yay! I get my new frame. However, the parent window disappears (goes black).
Having a normal dialog: <activity android:name=".MyActivity" android:theme="@android:style/ Theme.Dialog"> keeps the parent window visible.
Can I have a custom frame on a dialog and keep the parent window visible?
View 11 Replies
View Related
Jan 12, 2014
I've had 4.3 on my phone now for about a month. It is horrible, phone freezes a lot, and run very slow. Is there a way to roll back to the previous version?
View 5 Replies
View Related
Jun 29, 2010
Is there an app that makes a sound to let you know the battery is charged to the max?
View 3 Replies
View Related
Sep 1, 2010
My apologies if this has already been discussed in a previous thread, but I tried to search and didn't see it mentioned...
It seems here lately that whenever I turn on my 4G radio (I'm in a 4G area), my phone becomes very sluggish. Browsing and pinch-to-zoom using the Dolphin Browser becomes stuttered, swiping between home screens is delayed, pretty much anything I do is slower. I've killed all apps, but still get the same results. Once I turn the 4G off, the phone works fine. Just wondering if anyone else has run into this issue. It seems to be counter-productive to have a faster data speed when it makes your phone slower, basically canceling each other out.
View 8 Replies
View Related
Mar 30, 2010
I've had my Hero for a few months now and it has been wonderful. However, the other night, the phone wouldn't charge all the way, so I unplugged it, restarted it, and charged it and it charged up to 90% through the night. Last night it only charged up to about 50% give or take. This morning at work, I plugged it in and instead of charging, it got extremely hot and then it died.
This afternoon, I took it to the Sprint store and they put in a new battery and the phone worked again, but it got REALLY hot again. I took it back in and they looked at it again and said the phone has definitely got a problem and the cause of this is water. It has been raining, but I don't recall ever having any water get in the phone - just the occasional rain drop hits the screen and I wipe it off. I never keep it out in the rain. They are saying I'll have to do an insurance claim to replace it because of water damage. They say there are 4 water marks in the phone. I find this so hard to believe and don't like that they want me to spend $100 on a new phone.
View 3 Replies
View Related
Aug 20, 2010
ever since I installed Froyo my phone has been so laggy it's almost unresponsive. I'm rooted so that may be a cause but it might be a bad app. Anyone else have similar problems?
View 5 Replies
View Related
Jan 1, 2010
My Motorola Droid will occasionally make phone calls after I've turned the machine off. I've observed the machine to restart and make a call, usually to a number prior to the topmost number on the call log. Any help on this?
View 24 Replies
View Related
Aug 26, 2010
I see similar threads says this is normal for the Moto Droid. Anyone have this with their Dinc? Is it okay? It never did that until I had to remove my cover a handful of times during one day. It does it when it first turns on, if I change between taking a photo and viewing photos, etc. I want to be sure I didn't break it or something.
View 3 Replies
View Related
Mar 6, 2010
I have seen many posts on the new Otterbox case, but I don't have any knowledge of them or the company. What makes them different/better than the hard case I got off of eBay. Serious question. I have used the cheap screen protectors off of eBay and I don't like them as well. Might as well go ahead and spend the dollars each for OEM ones lol.
View 2 Replies
View Related
Jun 27, 2010
Whenever I start to use my GPS (not just switching it on but actually use it) for instance using Google maps and navigation, it seems to kill my 3G connection. I can still see the icon for connection however but it stalls completely. I have to switch GPS off, then force wi-fi on, then switch wi-fi off again to establish 3G connection again. This means that I can't use my GPS at all whenever I'm off wi-fi and want to use 3G. This is absolutely not OK. I've just started with this Android business, choosing this over iPhone. Please help me not to regret my choice.
View 2 Replies
View Related