Tab Views Require API 11 Or Higher?
Apr 3, 2013
Android 2.3.6 uses API level 10 and that the minimum for tab views is API level 11...
Then why is it that my phone, STOCK Android 2.3.6, has tons of apps with tab views, and the tab views work?
So what's the deal because, I need the app I am developing to work on my phone (I'm mostly making it for myself anyway) so I need to use minimum API 10, but Eclipse won't let me use tab views unless I switch to minimum API of 11...
View 4 Replies
Jan 6, 2010
I have a simple ListView and on that ListView I have placed a number of custom defined Views. The CustomView has ImageView and two TextViews.
The CustomView also has a "stateful drawable" as background, so that the background image (a 9-patch) changes if you press the Row in the ListView. When pressing the Row, the background image changes to a Red-ish thing.
The problem is that when the background changes from the default greyish, all the Views in the CustomView (ImageView and TextViews) still have their greyish background and thus creates very ugly greay boxes on top of the now redish background.
What is the best way to solve that problem? I hoped that such things were handled automatically (as it is done in for example .NET), but I was wrong it seems.
View 1 Replies
View Related
Nov 16, 2010
I am implementing a music player application in Android. My play list selection screen is implemented as a tab selector widget which contains a ListActivity inside each of the tabs: Artist, Albums, Songs.
I want to update the ListView in each of the ListActivity when I delete an item from any of the lists.
i.e. When I long press an item in the Artists list a context menu is drawn with "Delete Artist"
And it should delete all the songs from this artist in the Songs ListView, delete all the albums by this artist in the Albums ListView, and finally delete the entry for the artist in the Artist ListView.
Each of the ListActivity has its own fillData() method, which updates the ListView when the button in the context menu is pressed.
How can I call the fillData() method of the Albums ListActivity after I update the ListView inside of the Artists ListActivity?
View 1 Replies
View Related
Feb 28, 2010
I want to populate a table, defined in layout xml file through the programmatic way. I have define Table with a single row defining its header, with all the attributes set. Now i want to know a way so that i can just replicate that header row in the table with new content.
I tried using inflator inflate(int,view) method, but at runtime it showed up with error.
Here is the XML code for the layout file defining the table
CODE:.................
View 1 Replies
View Related
Mar 6, 2010
I have the following XML code:.................
The idea is to change the views, whenever I press one of the radio buttons. When I press a button the first time everything works out fine, but the second time I press a button, I get an IllegalStateException, and I can't quite see why I'm getting this.
Also, the Activity seems to set all my global variables to null, which is why I have to create them every time I switch from portrait to landscape or vice versa. So I would like to know if there is a way I can save my views in the Bundle, or any other way in which I can permanently save my views, so I don't have to add or create them every time, I flip the phone. And whenever I flip the phone, it seems that it rereads the main XML file, causing the RadioGroup to be set to 2D even if the 3D button is checked. This is because I've said the 2D button to be checked from when the app is first created, but I would like to also save the state of that RadioGroup.
View 5 Replies
View Related
Jun 16, 2010
How do you align views relative to the "middle" part of another view? I think it is best explained with a pic of the UI I'm trying to create in android.
View 2 Replies
View Related
Mar 7, 2010
Let's say I have a LinearLayout, and I want to add a View to it, in my program from the Java code. What method is used for this? I'm not asking how it's done in XML, which I do know, but rather, how can I do something along the lines of (One View).add(Another View) Like one can do in Swing.
View 2 Replies
View Related
Jan 25, 2010
Is there any way to query a root view of an activity for all of its child views even before the root view or its children have been inflated? I guess what I'm looking for is whether a view knows ahead of time what children it will have before it gets inflated, and can I get that list in some way. Bizarre I realize, but I think it will help me with some unconventional automation testing I'm working on. I haven't found anything in the API like this.
View 1 Replies
View Related
Feb 18, 2010
Who else is really annoyed with the fact that when the EVE rings, it starts really low and gets higher?
View 5 Replies
View Related
Apr 15, 2010
I have followed everything stated on the stickies about rooting and such to get my self rooted. I'm running ultimated droid right now with SetCPU and my question to you all is, how do you get it even higher. In the video I followed (the 1 in the sticky), he installs everything and when installing the ROM, has an option to install a 1.25 ghz ROM. Given, he wasn't installing ultimate droid but when I "crank it up," my max is 1 GHz. Is this because of the ROM or am I missing something?
View 2 Replies
View Related
Aug 19, 2010
I see a lot of people complaining about the resolution of the Desire HD. I noticed Gingerbread is rumoured to raise the resolution cap. Would any phone be able to take advantage of this?
View 8 Replies
View Related
Sep 17, 2010
HTC Desire HD - Page 7 - xda-developers
Someone who got a hold of the Desire HD claims that Neocore scores 56 fps. The Galaxy S scores 55 in that test. Pretty much even.
This proves that the Galaxy S really does 45M triangles/sec rather than 90M that was wrongly reported a while back.
Linkpack gets 35.8 which just shades the old desire.
View 5 Replies
View Related
Feb 19, 2009
I find the volume of my mp3 too low sometimes... and couldn't find any equalizer or similar app in android market.
Does anyone know of any app that could turn up the volume, pls?
I know there are all that compliance and FCC stuff also about health care, etc. But it's just that some mp3s are really on a too low volume
View 6 Replies
View Related
Jul 20, 2010
Just installed setCPU and it wont go over 528max at all?? now it is stuck at 528khz any way how to fix that? the scaling slider bar is all the way to the right, still at 528.
View 17 Replies
View Related
Dec 14, 2011
i have a ZTE T3020 from Telstra in Aussie and i am tired of android 2.1 how can i update it with genuine roms if possible
View 4 Replies
View Related
Sep 14, 2012
How to port from android2.1 to higher(cm7,2.2) for locked boot loader mobile (flipout) ?
View 2 Replies
View Related
Mar 27, 2014
So there are a few apps which I want staying in memory. I.E. I don't want Android to kill it. Is there such an app that can do this and if not, is there a script? I believe Super Charger? If Super Charger, how do I use it?
To summarize, I want a few apps (the phone, the messaging, true caller, and ex dialer) to get highest priority/never die.
Is this possible?
View 1 Replies
View Related
May 31, 2010
I'm currently running kernel 2.6.29 bekit and ese81 and a 1 ghz overclock. can someone suggest a kernel that would allow for a higher overclock. also what are your favorite rooted apps.
View 18 Replies
View Related
Sep 11, 2009
I read this blog about how to use DDMS to track memory allocations. http://android developers.blogspot.com/2009/02/track-memory-allocatio. Using those instructions, I was able to get allocation stack traces. Unfortunately the stack traces only go 8 deep (at least when running against the simulator), and that's too little for me to know where in my code the allocations really originate. How can I raise the limit from 8 to something higher?
View 2 Replies
View Related
Aug 24, 2010
I have been thinking since I got my Captivate and I was using my friends Iphone 4. I preferred the captivate when I used it in the store in comparison but both are very good Smart Phones. Anyways Iphone games are better and i think its because they only have one phone to develop it for and its a fairly high end phone. My question to you is will there be any games coming out that are higher end that only work on like The Droid X, Galaxy S and higher end Android phones to really take advantage of the top end droid phones. My friend has some junk LG android that could no way run the quality of apps and games that our phones are capable of. Are these lower android phones holding us back?
View 13 Replies
View Related
Feb 7, 2010
I have this code...
how can I reference Home class here to replace **this**, which as it is points to OnSeekBarChangeListener.
View 2 Replies
View Related
Sep 9, 2010
I just rooted my hero last night and threw on CM6, let me say, much better than 2.1 I have a quick question though, i downloaded "setcpu" last night, and it will only let me go to 691mhz overclock, and as of right now my phone can ALMOST play psx4 droid, im running around 10 fps, and i need help figure out how to reach a Higher overclock to help out my fps....even if im wrong, can u still let me know how?
View 9 Replies
View Related
Feb 23, 2013
Whenever I try to set minimum CPU frequencies higher than the default value, no matter what app I'm using or what kernel or Rom it just won't stick. Governors and maximum frequencies stick though.
View 1 Replies
View Related
Nov 23, 2013
All I can find is info about old modded versions of Go launcher, not even a download to try it out.
View 3 Replies
View Related
May 31, 2012
Namely when i receive or send calls the contact pic (either from Google or FB sync) are really pixelated ,because they're low resolution,how can i force them to be bigger? i've alredy tried alternate dialer apps and am not satisfied with them,nor do i wish to use a 3rd party app.
View 5 Replies
View Related
Jun 13, 2012
Why I can't overclock LG gt540 higher than 768mhz or if I do it phone freezes or reboot??
I'm running now on 2.3.7 sdsl v2.1, 2.6.35.10 kernel.
My old rom is 2.3.7 sdsl v2.0, 2.6.2.9 kernel and I was on 806mhz and it was very stable so is this overclock issue kernel bug?
View 2 Replies
View Related
Jun 26, 2010
I love my Evo and I also love the resolution and screen size but one thing I don't understand is, why don't phones with larger screen sizes and resolutions have more room to put stuff on the screen? I mean, every page of the Evo can hold up to 16 (4x4) singles icons and more space is needed for widgets... but like with a computer monitor if you get a bigger computer monitor that also has a higher native resolution, you'll be able to put more icons on the screen. I don't understand why that isn't so with the Android UI. And, if you look at the icons on the pages... the actual square needed to put the icon there is usually a lot bigger than the icon itself. The only things I have seen that let you put more stuff on the pages are the Android tablets... even the Dell Streak which has a 5" screen and is still a phone can put more stuff on the page. I also saw a awesome hack for the iPad which you can get a crap load more icons and pages. So I am hoping that there will be a hack for this in the future. I will even root the phone if I have to.
View 12 Replies
View Related
Dec 25, 2009
Are there any multitouch code examples that Google provides for SDK levels 2.0 or higher? I do searches on here and on google and come up empty.
View 8 Replies
View Related
Jan 24, 2010
Just rooted my Sprint Hero and it was easier than I thought. Can I download programs that require higher firmware than 1.5? Does it matter what custom ROM I have?
View 2 Replies
View Related
Jun 29, 2010
I Tether using the easytether app from the market. I at times I get download speeds of 19.00kb-20.00kb, but at times I some how get 100.00kb-400.00kb. Why do I get the higher speed only for a few hours on random days of the week? And Is there a way I could speed up tethering so I can get at least 100.00kb download speed most of the time.
View 1 Replies
View Related