HTC Eris :: Why Apps Smaller On SD?
Oct 18, 2010
Had a low phone space warning so I've been moving a bunch of apps I don't keep open all the time over to my SD card. Why does the memory footprint of the app go way down when moved to the SD card? I had one go from 2.8ish MB to 800ish KB.
View 1 Replies
Sep 2, 2010
I have noticed this evening that a number of my apps seem to be smaller on the screen.Paper Toss now only fills half the screen, Solitaire the cards are a lot smaller and harder to read. And MixZing, the menu font is a lot smaller.
Could these all just be issues with the apps or could I have done something to my phone? I can't see that it is possible to change the screen res on the phone and I have not downloaded any further applications that would have changed this.
View 2 Replies
View Related
May 21, 2010
I did search and read the other threads, but has anyone had experience with portable chargers with the Eris?
I am headed to Bonnaroo and I am sure I'll be using the phone a lot so I was looking at the smaller portable chargers that run off of AA batteries. Figuring I'll need a mid day charge so I want a smaller one to throw in my pack.
View 7 Replies
View Related
Aug 30, 2010
I'm shopping for a cheap used droid for verizon and think I have it narrowed down to the eris or droid 1. I really like the eris for the price, however the droid has a lot of perks too like bigger higher res screen, more modern cpu, and improved battery life. I plan to root either device. What do you guys think, will I be disappointed with an eris? Is the smaller lower res screen bad for browsing? Can I expect to leave the wifi radio on all day for voip without too much in the way of battery life problems?
View 17 Replies
View Related
May 12, 2010
If you haven't noticed already Endadget has posted some new hands-on videos. One thing I noticed from the demos was the more reasonably sized directional arrows on the keyboard. May not be a huge deal to most, but it sure looks a whole lot better.
View 9 Replies
View Related
Jul 17, 2010
Is there a way to get smaller icons without root? I have seen screen shots with smaller icons so you can fit more on each page. That is what I would like. Any way to do it?
View 10 Replies
View Related
Jul 1, 2010
Is it possible to get a smaller CheckBox, like the one used in Settings application? I'd like to use it in my own custom Preference class, to mimic Android UI more closely..
View 1 Replies
View Related
May 30, 2010
I like the HTC ones, but like something that takes up half the space (ie. half a page). I've tried scanning the market, but have been unable to find anything.
View 4 Replies
View Related
Nov 15, 2010
I've noticed that there is a lot of mis typing that Happens on this keyboard. Without the good correction Software I would be typing rubbish Was thinking that more space between smaller keys Might improve accuracy
View 16 Replies
View Related
Aug 21, 2010
I am trying to create smaller tabs in android -- but I can't seem to get it to work because all that happens when I create a smaller tab is that it shows the bigger tab -- but without a drawable.
This is my layout code for tabs now -- but the height isn't wrapping for some reason -- it just goes to Android's usual layout height.
CODE:.........................
It would be great if someone could help me create something like the Facebook application -- I think that looks really clean and I would love to implement something like it:
View 2 Replies
View Related
Jan 10, 2010
Why do some people say the Moment is a "brick"? I haven't done a side-by-side comparison, but according to specs I found online the Moment is smaller than the iPhone in width and height, and only 1.5mm thicker:
Moment: 113.2 x 56.4 x 13.8 mm
iPhone: 115.5 x 62.1 x 12.3 mm
View 7 Replies
View Related
May 20, 2010
I've added a RatingBar in a layout :
CODE:...........
But the default style for the rating bar is too large.
I've trie to change it by adding the android style : style="?android:attr/ratingBarStyleSmall"
But the result is too small and it's impossible to set a rate with this property.
View 1 Replies
View Related
Aug 26, 2010
I had a Desire but now have the Wildfire and things look bigger on the wildfire then on the desire like Apps icons and when im using the internet so would like to know if there is anyway of making things look smaller? I got the internet settings to the lowest that i can but it stills look big to me.
View 1 Replies
View Related
Jan 7, 2010
I was smsing this morning on my HTC Hero using the normal virtual keyboard that came with the phone. But all of a sudden, the keyboard changed into something different.
The keys became smaller, the number keys are with the alphabet keys(on top), and there is an extra key to toggle to tamil(?) characters. And when I type, there is no more 'feedback' from the screen. The auto correct feature is gone too. how to get my old virtual keyboard back?
View 2 Replies
View Related
Mar 1, 2010
I'm trying to copy a series of small bitmaps into a larger one, arranging them side by side without any gaps or overlap in their pixels. For example, if I have 3 square bitmaps, I'd like to copy them into one long and thin rectangle. I know how to do the opposite, namely creating a small bitmap out of a larger one, but not this way around. What's the right command? I want to do this to be able to reuse some code I wrote for handling animation with a single bitmap.)
View 1 Replies
View Related
Mar 30, 2010
I have an application built for 1.5 and I am adding higher resolution drawables to support hdpi devices in 1.6 and above.My original application icon is 48x48. I created a second launcher icon that is 72x72 and placed it in a res/drawable-hdpi/ directory.When I install the application on my Nexus One the icon looks good when I view it in the application menu.But when I place it on the desktop it appears small relative to other icons, my guess is I'm seeing the 48x48 version with no scaling.Do I need to do something differently either with my directory structure or my manifest file to get things to display correctly?
View 2 Replies
View Related
Oct 2, 2010
I'm looking for a way to make the font smaller in they keyboard entry field. I've searched around but have been unsuccessful in finding anyone who's done such a thing before. I have made the font smaller within conversations using handcent, but the keyboard entry field remains elusive. The app spareparts has and option to shrink the overall font, but that setting within that program does not function on the droid x.
View 1 Replies
View Related
Mar 17, 2009
I need to show a large number of EditText controls on a screen, each of which will only allow entering 0-2 digits. The default EditText size is too wide for me to show enough EditText controls on a screen, but I have been unable to figure out how to make them narrower. I have tried the following attributes in XML: android:maxLength="2" android:layout_width="20dip" android:maxWidth="20px" android:ems="2" android:maxEms="2". So the question is: how can EditText be made smaller than default?
View 4 Replies
View Related
Jul 3, 2010
I want to create an application that uses small tabs, such as the one the Android's facebook official app uses. Does anyone know how these kind of tabs can be created? Do I need to extend the TabHost class in order to customize it, or is there a more general easier approach?
View 5 Replies
View Related
Feb 14, 2010
I want to create an application that uses small tabs, such as the one the Android's facebook official app uses. Does anyone know how these kind of tabs can be created? Do I need to extend the TabHost class in order to customize it, or is there a more general easier approach?
View 8 Replies
View Related
Oct 5, 2010
I am creating a simple android app to view a comic book. The pages are large(0.5-1 mb each), high quality .png's and I am loading them into a webview to make use of the built in zoom controls. So far I only have 17 files and the APK size is already about 16 mb. I'm looking to add over 200 files in future updates. I can't really reduce the quality too much because there is small text that must be zoomed-in on to read. Any suggestions? A similar question was posted here: How to reduce App (.apk) Size, but I don't want to lose the quality of the images. I'm not sure if it's appropriate to link to here, but you can have a look at my app by searching for Tracer (by Detour Mobile) on the android market if it helps at all.
View 1 Replies
View Related
Nov 15, 2010
Is there any way to make smaller DatePicker and TimePicker (but to be visible all parts ) in Android ? I tried to set layout_width="130dp" but then DatePicker isn't visible, just left upper corner.
View 1 Replies
View Related
Nov 23, 2010
I have a basic linear layout, with image view that display photos, textviews that show text etc...and when I test my whole app on my android 2, there is never any part of the screen that doesn't show. But when I test it in the QVGA emulator, half the view is off the screen. Now, some of my text is defined to a certain size.
I never use px (only dip) in any of my xml. I use fill_parent, wrap_content where it is needed and never fix a height or length. Could it be with my text, I use say, textSize = 22dip? I couldn't find documentation on why that would not work in all sizes. Could it be that some apps need to be programmed to those screen sizes? Or am I missing something?
View 1 Replies
View Related
Nov 24, 2010
I use a few small images on my app and I was wondering if (and how) I could ensure that the size of the image is relative to the size of the phone? Also, is there a way to shrink my layout on smaller phones so each layout fits within the screen - like if a random string (longer than others) would downsize in font so the whole layout was ensured to fit on the screen?
View 1 Replies
View Related
Aug 14, 2010
I'm sure its been covered somewhere but does anyone have an explanation as to why when I open advanced task killer it tells me a bunch of apps, that I didn't open, are running? Doesn't really slow my phone down too much, just annoying... Running Eris Root KaosFroyo
View 2 Replies
View Related
Jan 7, 2010
If i were to switch phones (to say rhe nexsus one when it becomes available for vzw) How would i get my paid apps onto my new phone?
View 13 Replies
View Related
May 18, 2010
Hope you guys can help. Since the 2.1 update I have certain apps which appear to be opening in the background when I didn't open them. I have Advanced Task Killer, and when I go in for example it shows Messages running, when I kill it, it will reappear in 30 secs or so, the same with MP3 store. Can these apps be stopped so they don't take up memory or what's the deal here. Thanks for any help.
View 6 Replies
View Related
Jan 26, 2010
is there a smaller clock, rather than the giant dropleaf thing? I would like more icons on the start page.
View 5 Replies
View Related
Sep 1, 2009
How to make android EditText smaller than default in height?
View 3 Replies
View Related
Oct 26, 2010
Is anyone else having a problem with Beautiful Widgets smaller home weather after the last update? I noticed on my wife's ally, when you'd go to landscape, the widget does not fill the screen end to end like it used to. It cuts off about 1/2" from each side of the screen. I have an ally also and mine goes end to end. I'm still using an older version of Beautiful Widgets though. I reverted hers back to an older version and it works like mine, going end to end, as it should. I see in the release notes on the newest release that they 'fixed' a landscape bug on smaller home weather, but it seems their fix made it not work correctly on the ally. I can't seem to find any way to contact them about this.
To elaborate on my already long post, I'm using launcher pro plus, and when I highlight the widget to resize, the highlighted box DOES go end to end. The widget does not. WTF? Is it a skin issue maybe? Something is weird.
View 2 Replies
View Related