Android :: Widget Layout Matched With Standard Home Screen Shortcut?
Oct 30, 2009
With a home screen widget I'm trying to layout. Basically, I'm trying to layout my widget so it matched a standard home screen application shortcut perfectly. Basically, at this point, I'm about ~2px off. Has anyone got this to match up just right? Should I be able to find this layout in the source somewhere? Here's my layout thus far:
[CODE]
View 21 Replies
Jun 18, 2010
Just curious what is on everyone's home screen. Not the extra screens to the left or right, but the main one.
I'm looking for ideas.
Mine has:
HTC clock/weather widget
messages widget
mail widget
shortcut to sms for my friend and wife
battery widget
task killer
lockme widget
and a folder with my most used apps
View 2 Replies
View Related
Apr 14, 2010
I'm tired of carrying (and misplacing) my stupid drivers license just so I can show it to cashiers at Denny's or wherever they don't accept debit. But it takes too long to open up gallery and sort through all of my photos. If I could set it up as an icon on my home screen, or even the folder it is in as an icon so i could quickly pull it up, that would be perfect.
View 5 Replies
View Related
Apr 10, 2009
I have some questions related to Android's home-screen contents:
1) Is there a way to programmatically delete a home-screen shortcut on Android? I know that it can be done manually but I want to do it in code.
2) Is there a directory where all the contents of the home-screen are stored and, if there is, is there a way to update the contents of this directory?
View 3 Replies
View Related
Jul 22, 2010
In my android application, I create shortcuts by code to some activities within my application. I do this feature by using the broadcast:
intent.setAction("com.android.launcher.action.INSTALL_SHORTCUT");sendBroadcast(intent);
And that's cool, that really work!
Now I would like to do something different: I have seen that some actions can "register" somewhere to be added in the Android menu, when you long press on the Home like this one:
http://www.androidtapp.com/wp-content/uploads/2010/02/UltimateFaves-Add-Home-Screen-Shortcut.jpg
So my main question is the next one:
How is that possible to register for this menu. I guess there is some line to add in the manifest, but cannot see where to do that!
There is a secondary question: once i will have succeed doing that, may I add a different number of shortcuts in my menu ( imagine That I would like to do that for a multi-account twitter client, I would like to see a different for each twitter account in this list.) So the number of shortcut is programmaticaly computed.
View 1 Replies
View Related
Feb 6, 2009
How to add more shortcuts in home screen? -- I want to do this by modifying config file rather than draging an app and dropping it on home screen. Namely, I want to know which config file contains these shortcuts.
View 6 Replies
View Related
Mar 13, 2010
Does anyone know of any application that allows placing a shortcut on the home screen to a sequence of actions? That one shortcut would, for instance:
Set WiFi Off
Set the Car Mode app on
Set the Disable Car Screen app on
Toggle from 3G to 2G
or another macro shortcut could:
Turn the LockRinger app off
Switch to Silent mode
Turn WiFi on
I've been searching the app market but, so far, I haven't discovered anything offering that sort of handy functionality.
View 5 Replies
View Related
Jan 25, 2010
I'm developing an application that should add it's shortcut to home screen after installation and remove it after the application is being uninstalled. The application will be preinstalled on the end user device, but still should have an option for uninstall). The task looks very simple but I've faced lots of troubles implementing it. What I have done:
Add shortcut to the home screen using
com.android.launcher.action.INSTALL_SHORTCUT
on app first launch or on newt device
reboot.
MANUALY remove shortcut using
com.android.launcher.action.UNINSTALL_SHORTCUT................
View 2 Replies
View Related
May 14, 2013
The backstory first:
I have a Nexus 10. I like to plug it into my TV via HDMI and watch videos or play games, or what have you. Since the aspect ratio doesn't match the TV I get black bars on the sides. In a command line, one can type
Code:
am display-size 2560x1440
to change the resolution of the screen and get rid of the black bars on the TV completely (at the cost of adding black bars on the top and bottom of the tablet.)
Code:
am display-size reset
Sets it back to normal.
Rather than typing this into a terminal /every time/ I want to do this, is there a simple widget or app that will let me set up a shortcut on the homescreen that I can just click on to toggle instead?
View 3 Replies
View Related
Sep 14, 2010
On my galaxy S, it comes standard news page on the 2nd home screen, called AP news or something, is there any way of getting this replaced, by bbc news, or UK times? As a UK based person I really don't care about news in USA. If there is no way or doing this, is there any way of adding the news screen BACK to the 2nd home screen.
View 3 Replies
View Related
Jan 2, 2010
I want to add home screen shortcuts to individual chat rooms, in my app.
Here's my code to do so:
CODE:.............
When I go to add the shortcut to my home screen, I get a Force Close, not on my own process, but on com.android.acore(!). I've run the debugger and verified that my code gets executed all the way to the call to finish().
If I do this instead for the EXTRA_SHORTCUT_ICON:
intent.putExtra(Intent.EXTRA_SHORTCUT_ICON, R.drawable.icon);
It works fine and places the shortcut, and the shortcut behaves correctly -- but of course the shortcut has the stock Android icon, not mine, since this isn't the proper way to specify the icon.
When I look at the source code of other apps that have done this, and at the one example of it in the official Android reference area, my code looks identical. My icon's a standard 48x48 png that I use for the app's main icon, without problems. I've verified this problem on an emulator running stock 1.6, haven't tested other versions.
View 1 Replies
View Related
Apr 15, 2010
How can I add a shortcut to a PDF file I have on my home screen?
I've downloaded anycut, but there arent any instructions for it.
View 2 Replies
View Related
Dec 12, 2009
I would like to have the shortest possible way to send a quick email as a mailto link on the desktop.
What potentially should work is the following url as a bookmark and save that to the home screen:
Code:.............
View 1 Replies
View Related
Jan 8, 2010
How do you add a web shortcut to your home screen? I want to add the "touch site" version of Facebook, but I don't know how.
View 2 Replies
View Related
Apr 30, 2010
I use the Dolphin Browser and am wondering how to add a shortcut to a website on to the home screen or even if there is any way to do that.
View 2 Replies
View Related
Jan 27, 2013
I'm looking for an app or widget or shortcut or something that will force the phone to lock. Right now the phone locks after 10 minutes. However, if a situation arises where I need to lock the phone immediately there's no option to do that. There is an option under Settings to trigger on power button push. I'm not a huge fan of that since I use the power button to switch off the phone when I don't need it (to save battery). If nothing exists I might try the power button option.
I have a Verizon Motorola Droid Bionic with Android version 4.0.4.
View 5 Replies
View Related
Oct 20, 2010
Is there a way to get the lock screen time and date widget (or one that looks like that) on the home screen? I like the clarity and simplicity. The standard home screen widget is so ugly.
View 4 Replies
View Related
Jul 26, 2010
The one you cna access once your low battery warning comes up. It shows which apps are using how much battery power. Allows you to kill or review each process.
View 1 Replies
View Related
Jul 1, 2010
I've got my X10 today and was just wondering how do i add pictures to my contacts and get them to show up as a picture in the short cuts on the homescreen. I have tried adding an image to a contact, which only shows up in phonebook.. but not the shortcuts..
View 4 Replies
View Related
Mar 11, 2010
How do I rename my icons on my homescreen., Like changing handcent to say text message etc.
View 6 Replies
View Related
Dec 16, 2012
Is it possible to create a shortcut for network preferences in home screen
As i use that option frequently, each time i have to go to settings-->more-->mobile networks-->Network preferences
View 1 Replies
View Related
Dec 9, 2012
My shortcut of contacts from my home screen have disappeared on my razr maxx. How I can get this back??
View 1 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 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
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
Nov 11, 2010
Haven't seen this but there must be a way of changing the standard shortcut icon?
View 2 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
Nov 5, 2010
I need to have a layout for my widget, but I don't know how to arrange my images on widget screen. I need to have 4 small Images on first row then 2 Images on 2nd row 1 Image on 3rd row and 1 Image on 4th row Could someone create the xml file ?
View 1 Replies
View Related
Apr 14, 2013
I need to do aa Factory Reset of one of my rooted android devices. I have the Home Screen pages set up just the way I want them to be and am trying to avoid having to reconstruct them once the Factory Reset has been done. I'm assuming that all of theat data (wallpaper, layout, app widgets page and position location is stored somewhere.
So, where do I find it so that I can make a copy of it and then restore it once I've rooted the phone again.
View 5 Replies
View Related
Jul 13, 2010
Does anyone know if there is a clock widget that looks exactly like the clock on the standard Android unlock screen? (the screen with the sliding tabs)
I love the look of that clock and I'd like to have it on my home screen
View 2 Replies
View Related