Android :: Wat To Show App In Home Screen?
Sep 2, 2010
I have posted a message for this topic. And my requirement changed, seek some help here. What I want to do is to make my application run on the Home screen, like the widget show on the home screen. But I can decide how my application was shown on the screen, and the application will have to be in front of all the others ( including widget, I think this also prevent me using a widget). It is something like when I get a SMS, I will run my application and show something. the application will be show in the most front. And it can not removed by change the widget setting( unless remove the application). Can anyone help me on this? Or give me some advice. Shall I modify the android source code to achieve the target?
View 2 Replies
Mar 2, 2010
The 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 Related
Jul 28, 2009
How can i access the Home screen .....i need to show the gif animation there how can i show that gif image there how can i do it .....
View 8 Replies
View Related
Jun 27, 2013
I have a galaxy nexus phone. Can I show my phone number on the home screen?
View 1 Replies
View Related
Dec 18, 2009
Has anyone been successful showing a notification, starting an activity, or loading the home screen *during* a call on the Droid? All three of these actions can be done with the emulator running 2.0, but will not run from the Droid. I don't receive any type of notification that these actions fail on the Droid. Although, every action works when a call is *not* active. Missed calls during a call *do* show up in the notification bar, so I am hoping there is a way.
I understand that the notification bar can not be accessed by users during calls, but it would be nice if a notification could at least be delivered. I also understand the security and usability concerns of displaying a window or action during phone calls. Although, there are a lot of users who would like actionable functionality based on calls.
View 2 Replies
View Related
Oct 1, 2010
Is there a way to get the icons in my home screens to show the entire name? There's plenty of room if it just goes to a second line.
View 8 Replies
View Related
Oct 20, 2010
My facebook app does not show updates on the home screen. When I have e mail or text messages I get a notification sound and a number over the box or up the top but I get nothing with the face book app.I have it set to refresh every 30 mins and notifications are switched on.Does anyone know what I am doing wrong?I am using version 1.3.2.
View 2 Replies
View Related
Oct 9, 2013
Is there any way to display a certain part of a webpage in a widget on home screen with a manual (or auto) refresh button to sync it with the website?
For example, I have the following website and want to only show the table I circled in red on my home screen.
Code: [URL] ......
View 3 Replies
View Related
Feb 24, 2010
I want the incoming message to show up on the home page when it is first received, like the iphone does, it covers a good portion of the screen, for a few seconds even when the phone is asleep, then it goes away until you wake it up. I tried Handcent and I'm now using ChompSMS. With Chomp you get this tiny little ticker at the top of the screen, that is all. Is it possible to have that feature with this phone?
View 4 Replies
View Related
Jun 12, 2010
How 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 Related
Mar 30, 2010
Whenever 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.
View 7 Replies
View Related
Jan 23, 2010
I'm experiencing kind of strange behavior of my application after hard Home button is pressed. When you press Home, everything is OK - my app goes to the background, showing Home screen. But if you try to choose my app in the main menu or in the list of last tasks it behaves like it was not started before and does not show the last activity you were on - it just starts from scratch, namely, shows the splash screen and starts next corresponding activities. Moreover, old activities of this app remain on the activities stack, and previous instance of the app is not terminated - so if you press Back for a few times you'll just run into those activities which were undoubtedly started during the previous session of work with my app. Splash screen activity is filtered by "android.intent.action.MAIN" filter and "android.intent.category.LAUNCHER" category. The strange thing is that all of that happens despite the fact that I do not intercept any Back key hits, or override any onPause or onResume methods. What's happening contradicts with my understanding of Android app lifecycle - I was sure that when you hit Home an app just goes to the background, and when you choose it in the menu later - it just unwinds and does not start anew. (Of course, unless stuff like that is stated in the app manifest or corresponding methods are overridden or something else). I also checked it for some other lifecycle events - such as changing orientation or flipping hard keyboard out - and none of those led to such strange results. It appears that the problem occurs when you try to start the app from main menu or menu of last applications.
View 1 Replies
View Related
Dec 14, 2009
After using home++, when i hit the arrow to bring up all my apps, the only app that show is "settings" . i can get to my other apps that are shown on a home screen, but the ONLY app showing on the pull down screen is settings! i shut down, removed battery, and restarted twice, but still no luck.
I know a lot of others use home++, so is there something in the settings that went wrong, or what??! help! i love the home++.. when it works!
View 4 Replies
View Related
Mar 31, 2010
I 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 Related
Jul 7, 2010
Two 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 Related
Jan 25, 2014
I 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 Related
Jul 21, 2010
Is 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 Related
Feb 21, 2010
This 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 Related
Jan 25, 2014
When sending an MMS through the stock app (I have a Nexus 4) or SMS from the Google Voice app, why do home phone numbers show? It clutters the list and makes it harder to pick the number/name I want. Is there a way to have only mobile numbers show?
View 1 Replies
View Related
Nov 5, 2010
I have a widget that contains 4 buttons to show 4 stock prices, each of them will launch into the same activity Quote.class to show stock details. In onUpdate(), it will set up the pendingIntent with extras with stock symbol. After I hit button A, it goes to Quote activity that shows stock A. Then I hit the BACK button to the homescreen, Quote activity calls onDestroy() and when I hit button B, stock B will show properly. However, when i hit HOME button after it shows stock A, the Quote activity only calls onStop without calling onDestroy(), then as i hit button B, it will call onStart() and it shows the same instance that shows stock A.
CODE:............
Originally I thought adding a flag in the Intent should solve this problem. But I have tried
i.setFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK or FLAG_ACTIVITY_NEW_TASK or FLAG_ACTIVITY_NO_HISTORY), none of them makes any difference.
So is there any ways to make it work? How can i remove the history stack from HOME button? How can I call onCreate in Quote activity and get new extras when i hit button B?
View 4 Replies
View Related
Dec 19, 2009
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
May 11, 2010
I am using Damage controls new 2.08.1 Rom and I have it working pretty good now. But I can't figure out how to get the weather on the stock flip clock. I want to use my current location.
View 2 Replies
View Related
Jul 24, 2009
I 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 Related
Mar 30, 2010
From 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 Related
Jun 30, 2010
I really liked the expose-like (Mac's expose) feature on the HTC Evo where if you pinch out it will show a spread of all your home screens as little thumbnails--like mac's expose feature. Will this be available on the Droid X?
View 7 Replies
View Related
Mar 29, 2010
I 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
View 7 Replies
View Related
Sep 14, 2010
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 Related
Jul 21, 2010
Thought it would be cool for people to post up "screenshots" of how their Android phone is setup ( Like Main screen(s) ). I will be rooting my phone soon, so I will post up my pictures in a day or 2. Just kind of like to see how other people arrange their apps, etc.
View 2 Replies
View Related
Aug 9, 2010
When 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
Sep 12, 2010
I've had my Epic for about a week and have noticed that from time to time that the screen flashes VERY briefly to the home screen/lock screen when inside an app.
It happens when I'm in the browser, email app, etc. There does not seem to be any rhyme or reason behind it.
View 5 Replies
View Related