Recently I developed a launcher app for a Samsung tab 2 running android 4.0.3. During development/debugging everything was running fine. But when I created a release/signed apk we started experiencing problems with font rendering and the system home button not behaving properly.
Tested it again on the same tablet upgraded to 4.0.4 and everything was fine again.. can anyone tell me why?
I believe that the Galaxy Tab 2 reported its pixel density as 170dpi and screen bucket of hdpi in 4.0.3 . This was fixed in 4.0.4 to report as mdpi. I know this personally as I work on a comic reader application as was a pain in the ass to compensate for.
This answer has way more definitive information.
I hope this helps you Erik.
Related
i have to do an update release in my app,
i've changed a control in an internal activity.
Now during the testing, i 'have noted that the app has a problem showing icons on main page, but only in a Samsung Galaxy Nexus device.
I have checked all the code, i've made test with other device with same resolution (xhdpi) and in all other devices work fine, only in the Galaxy Nexus show the icon (not all, 8 on 9) too large.
here's a screenshot:
Any suggestion to understand this problem and solve it?
many thanks
I've Found the problem!
I'ts a bug of android, i've set the targetSdkVersion to 19, like the suggestion of eclipse, and i was them that give the error.
Now i set the targetSdkVersion to 17 and all work fine!
I am beginner of Android Developer.I just published a app on google and I get some of feedback which is screen keep on blinking in Samsung Galaxy S2. But I tested it with Nexus4 and Samsung galaxy S3 with no such problem at all. and also tested it with simulator Android 2.3.3(API 10)also No problem with it.
Since I do not own a Galaxy S2 device, do you guys have any idea which part I should look for in order to find out the problem? because I really no idea, Please help and give advice. thanks.
the app implemented some of external library which is:
(jfeinstein10) - SlidingMenu and (chrisbanes) -Android-PullToRefresh
I have build an iPhone app and using same code to compile Android app. When I run the app in the phone (HTC Desire) instead in emulator, the main window shrinked to the quarter of the screen size, everything else is working fine except this. Can someone please let me know if there is any configuration to look for in Titanium ?
Ubuntu
Appaccelerator Tatanium Studio
HTC Desire
This could possibly help you?
Looking at screenshots on Appaccelerator website I see that Android phone is presented by HTC Hero, which is kind of old for 2011. This makes me think that Appaccelerator is not aware of newest high-density devices like Desire. If Appaccelerator uses physical coordinates for pixels then on high-density phones you'll get exactly the behavior you describe.
Anyways, phrase patent-pending development technology stated on the Appaccelerator website is already an alarming sign against using it.
I have created an android application and its running fine on my emulator.But the problem really is whenever I want to run it on a Samsung Galaxy 10.1 tab,the application screen appears to be tiny.Could somebody help me out in this regard and tell me how to make my application acquire the whole of the screen in the tab? Thanks in advance.
Yes I think, that you need to read this You need to make your application, to be "big" on the tablets too. I think that it will be "very important" until 3.2 .
Be happy with Galaxy Tab 10.1 :)
I am in middle of learning application development.
I have created an application in 2.2 and tested that in my HTC Nexus One device.
I looks like fine. My client testing same application setup in his device (Droid2). I don't have that device to test.
He said there are some font sizes are vary and button alignments are missing. When I testing in my device everything looks fine.
So, I need to test my application in Simulator which resembles like Droid2 device. Can anyone tell me how to create emulator and setup like Droid2.
And also, is there any need to adjust my code or anything in manifest file.
Any help/suggestion will be much helpful for me to fix this problem.
Thanks in advance for your replies.
Go to this page http://developer.motorola.com/docstools/tools/ and download the emulator add-ons for any of the Motorola android family. Droid 2, Droid X, Cliq, Devour, all your favorites.
I cant comment on your code because I have not seen it.