Android :: Which Home Screen/Theme App
Jan 14, 2010Each of these seems to have their ins and outs and I am sure many others are thinking about any one of these.
View 30 RepliesEach of these seems to have their ins and outs and I am sure many others are thinking about any one of these.
View 30 RepliesI'm coming from a Blackberry 8530 to a Droid, my first Android phone. I'm really looking forward to using this forum. You guys seem great! What is the easiest/free way to theme the home screen? I don't need more screens or anything else. Just like icons colors, and whatever else can be changed.
View 4 Replies View RelatedKindly suggest how to change theme of default Home application in Android.I want to develop an application so that user is able to change theme of Home application. The application will be bundled with some themes.I found many applications are available in market which provides this functionality but not able to know how to do it?
View 2 Replies View RelatedI have heard many people talk about the Panda Home app giving more than the normal 3 home pages. It may just be slow, but when I download it I still only have 3 and all that changes is the themes.
View 1 Replies View RelatedJust relaying my usual FYI (might want to know) development... The group that was working on theming android has pretty much been a complete success... We now can change the animation along with the colors of the bar and other cool stuff...This requires a rooted moment tho so can not be applied to totally stock
View 1 Replies View RelatedWhat is the best alternate home theme app out there that works on the droid?
View 3 Replies View RelatedHow can you use the HTC widgets when using another home theme? For example, on my moto droid I could use GDE, panda home, or whatever and use all my widgets. with the incredible, i have noticed that i can only use basic widgets when i am using gde? like the friend stream or the message widget, i cant even find it when i have gde loaded.
View 1 Replies View RelatedHow can we pass Android Home Screen Widget info ( putExtra maybe ) to an Activity.. What particular method callback will handle this one?
View 1 Replies View RelatedI'd like to get some feedback, maybe a few mini reviews on my sweeter home theme for the Motorola droid, it's titled rasta_stormtrooper and is currently in their theme library.
View 2 Replies View RelatedThe Home sample in the android sdk doesn't implement the Add item, which bring up the "Add to home screen" popup window, and Notifivcations item in onCreateOptionsMenu and onOptionsItemSelected. How to do that like the default home?
View 1 Replies View RelatedWhenever I am using any app and press the home button, the home screen blacks out for a few secs and it takes around 10 sec to get all the icons back and before I can start using my phone again. I am using a non rooted mytouch 3g.
This problem does not happen if I exit an app by pressing the back button. It becomes very annoying at times.
In a preferences screen in my application which is build by extending the PreferenceActivity i need to change background on the window itself and on the PreferenceCategory. How i can do it via Themes/Styles ? Which attributes i need to define ?
View 3 Replies View RelatedI am designing a home screen widget. I ran this widget on a HTC Hero device, which has a screen of 320 pixels * 480 pixels with mdpi. It ran perfect on HTC Hero. The widget takes 3 cells * 2 cells space, i.e. 240 pixels * 200 pixels.Then I ran this widget on a Nexus One device, which has a screen of 480 pixels * 800 pixels, mdpi. Since Nexus One also is mdpi, so I though 240dip is equivalent to 240 pixels on Nexus One and 200dip is equivalent to 200 pixels on Nexus One, so the widget will not take 3 cells * 2 cells space on Nexus One device. To my surprise, when running on Nexus One device, the widget take exact 3 cells * 2 cells, about 360 pixels * 300 pixels, on Nexus One device.I am confused. The layout xml above specifies 240dip in width and 200dip in height for the widget, but why did it take 360 pixels * 300 pixels on Nexus One Device? What am I missing?
View 2 Replies View RelatedDownload It, Check It Out. Best Used With A Black, Yellow, White Background As It Is "Bumble Bee". RapidShare: Easy Filehostin Feedback Is Great, Also If Anyone Has Other Themes Post Them.
View 12 Replies View RelatedI'm trying to create a basic AlertDialog using an activity with a theme of Theme.Dialog.What I want is for there to be a horizontal bar between the title and the message. However, the bar is not being resized correctly. Rather than being the width of the activity, the bar is the width of the message text. This means that if the activity is being expanded by the message, then the bar will fill the whole activity, so it looks correct. However, if the message width is less than the activity width, the bar only displays above the part of the activity with the text. I've tried every single combination of "fill_parent" and "wrap_content" that I can think of, and none of those work.I've also tried using RelativeLayout and placing the bar above the message text, but that also doesn't work. If I use the RelativeLayout approach and set the bar to fill_parent, it causes the activity to expand to fill the whole screen width, which is also undesirable. Ideally, I want the text placed, the activity width computed, and the bar resized to that width (without affecting it). Is there some way to flag a view to fill the parent view but not to affect its size?
View 1 Replies View RelatedTwo things I'd like to be able to do with my incredible.First is reduce the number of homescreens. Seven is really pointless for me, it makes finding the right screen take a little longer and there's just not enough good quality widgets that I need to use. I could do better with 5 and possibly just 3.Second is that when I'm not on a homescreen and I hit the home button, I'd like it to go back to the LAST homescreen I was on, not the center one. And if I'm already on a homescreen, once again pull up the homescreen select menu, instead of going to the center homescreen. It's a waste of a button press to always go to that center screen when pressing the home button.
View 7 Replies View RelatedI updated my Droid Maxx to 4.4. The change I first noticed is that the home key takes you back to the home screen instead of just leaving an app and returning to the screen I was originly on. This is definitly new. Is there a way to turn it off?
View 16 Replies View RelatedI use themes in my apps, which generally just extend android:Theme and then set a bunch of styles. I use dialogs made from layouts, but since I set the theme for the application, they have inherited all of the regular styles and no longer carry a border, etc. My question is: How do I say, "I want everything to use this theme which extends Theme, except dialogs, which should use this other theme that extends Theme.Dialog"? It seems like that's how things work by default but when you set the theme to your own, you lose the dialog theme!
View 3 Replies View RelatedI've extended Theme.Dialog to use a different color as per the sample in the ApiDemos project but for some reason it does not use the theme properly in my project. I created a new project and it works perfectly fine there. The main problem here is that it does not show as floating in my project. Instead, it sets the rest of the screen black except for what would be the dialog window, where it uses the correct colors, etc. Any ideas? I am beating my head against the wall here.
View 2 Replies View RelatedIs there a way to set the which of the home screens the phone goes to when you hit the home button?
View 4 Replies View RelatedThis is more of an annoyance, but whenever I reply to a message off the home screen widget, it automatically defaults to the home number for that contact, instead of replying to the same (cell) number that it was sent from. If I go into the messaging app, it works as it should (replies to the same number).
View 2 Replies View RelatedIf my custom Activity style inherite from android: style/Theme.Dialog: <style name="MyTransparent" parent="android:style/Theme.Dialog"> </style>
The menu associated with my activity pop up on the center of the screen.
Is this the expected behaviour? Is there any workaround?
When I DL'd the GDE app, I accidentally set my stock droid "HOME" screen as the default screen when the popup box came up asking me to choose between stock Home and GDE. Now when I click on GDE and click the home button, it switches back to the stock Home screen. How to I switch the settings now to set the GDE app as the new home screen?
View 15 Replies View Related Yesterday I updated my galaxy s2 to android 4.0.3 and was very happy with the display resolution. I also loved the simple sky blue colored background which I can't find it later after playing around with themes.
Since I am a fan of Go Launcher theme, I inadvertently changed the theme to something else. What I noticed is that it updated my screen resolution as well. All of the sudden, I start seeing big icons and Widgets clogging the homescreen. The sleek look of ics is no longer visible. It was very obvious from the settings window that the screen resolution is changed (to smaller resolution). I was very disappointed and hence removed the theme. Unfortunately it didn't restore the display settings.
If the latest updates really has higher resolution than gingerbread then is there a wway to restore that for my phone? I thought of doing factory restore but reinstall of all the apps and configuring them is no fun.
I was trying to install a theme on my HTC Inspire 4G with 4EXT Recovery and i think it bricked it i tryed a hard rest and it boots into 4EXT i tryed the wipe fotmat that didnt work anyway to save it
View 2 Replies View RelatedI want to listen for the touch events from Lock Screen and Home Screen, is there any way i can tap those to my applications.
View 4 Replies View RelatedFrom Android widget screen guidelines,we know that, home screen has 4*4 cells, and in portrait orientation, each cell is 80 pixels wide by 100 pixels tall. I think these are for baseline HVGA screen. How about for large screens and hdpi screens, do they still have 4*4 cells for widget and each cell in portrait orientation is still 80 pixels * 100 pixels?
View 2 Replies View RelatedI just installed lock 2.0 and i was just adjusting the settings and now every time I'm in my phone and i touch the "Home" button it locks my phone instead of taking me back to my home screen! Is this normal? Did I accidental do it in the settings? HELP its driving me crazy
I'm on the new 2.1 leak if that matters
This only happens when running certain apps, specifically Facebook and jetflicks (and some others that I can't name off the top of my head) but when I press the home button it goes to the last screen of my home setup. I run stock froyo and sense, and I keep up with as many updates as possible. Is there a patch for this that anyone knows of?
View 2 Replies View RelatedWhen i fire up my youtube app, i get a quick black screen flash and it goes back to home screen. The app doesnt launch at all. It was working just fine for several months, all of a sudden it started doing this.
View 8 Replies View Related