Android :: I Can Have A Large Clock On My Home Screen?
Jan 7, 2010
Can anyone suggest a widget or something so that i can have a large clock on my home screen? I downloaded a digital widget but its not large enough. I want the time to be BIG on my home screen.
View 11 Replies
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
Aug 15, 2010
I'm looking for large home screens applications/widgets to make the use of my HTC Wildfire home screens - like the original ones.
View 5 Replies
View Related
Mar 23, 2010
It seems like everyone uses a home screen clock of some sorts, so I figured I was missing out. I tried a few, but can't get over how much screen real estate you lose! What's the point of losing 4 icons just to see the time, which is plainly displayed on the top of the screen already??? I have the stock Moto power bar up there, which is very helpful, but it takes up 4 spots too. Am I missing something, or do people just need to have the clock that big in their face all the time? BTW, I went from a Palm OS Tore to a Win Mo Treo (and i Pod touch) and then finally got the Droid back in January and I couldn't be happier!! Android is everything I thought it would be and then some.
View 32 Replies
View Related
Oct 23, 2009
I want make it support multiple screens(small,normal and large).I am 100% sure the all of layouts are working perfectly now, but large screen,the problem is that all XML files of layouts in layout-large can't load,The platform always load default XML file(these are under layout folder) at large screen environment.
View 4 Replies
View Related
Mar 16, 2010
I trying to find a good clock/weather app for the top of my main home screen. I'm looking for something that will cover 1 layer, not 2.
View 1 Replies
View Related
Sep 18, 2010
Is there a way to make my moment home screen look like the hero with the clock and weather?
View 1 Replies
View Related
Nov 29, 2010
Can somebody tell me in easy instruction on how to get the clock with the weather and everything together on the droid x please. Don't know what app to get or how to set it up.
View 2 Replies
View Related
Sep 16, 2010
Hey guys so I just flashed a Fro yd Rom (android 2.2) and it appears that I don't have a clock/weather on the home screen. Any way of enabling it?
View 5 Replies
View Related
Oct 4, 2010
Just me or is anyone elses weather way off, its 2:05am right now in Minneapolis, MN and it says "sunny" and 57 which it obviously is not. I tried other locations from Chicago, to Miami, to San Diego and they all say sunny or cloudy when the sun obviously is not out in any of these cities, then I tried tokyo where it is 2pm rigtht now and it says "clear" with the moon picture and it obviously cannot be dark if its 2pm, so what is wrong with my weather widget.
View 4 Replies
View Related
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
Jul 9, 2010
I accidentally removed my Clock and weather widget that displays on the home screen by default. Does anyone know how to get it back. I went to the HTC widgets but I don't see it.
View 7 Replies
View Related
Sep 22, 2010
How do i get the big clock/weather widget on my home screen? I love that thing. Anything else I should do to my D2 right off the bat?
View 2 Replies
View Related
Aug 28, 2010
Is it anyway to put analog clock on front home screen?
View 11 Replies
View Related
Apr 5, 2010
In android, to support all the screen resolution, i have created the layout, layout-small, layout-large folder in res folder, and i have .xml file in all the folder. I can get the output in normal screen and small screen resolution, but in large screen emulator i am getting the xml file in normal folder.it is not reading the xml file in large screen emulator. i am using Android 1.6
View 3 Replies
View Related
Apr 2, 2010
How do you reset the HOME location in the htc Clock application to GMT? It will let me set HOME to a city, but I want to set it to GMT? It won't take Greenwich.
View 5 Replies
View Related
Sep 23, 2009
I am not sure, if this is the correct platform to talk about it, however I would like to know something about 'How Android supports the large screen display'. I mean here that suppose I want to port the Android SDK to a large portable device having a large display as compared to HTC G1 mobile screen, what all the OS modules (e.g surface manager, kernel: display driver etc) I need to look upon/modify.I guess what I am asking here is not a new subject as I can already see by below links that the Android OS is ported for large screen devices.
1. http://www.icpdas-usa.com/vp_23a1.html Specifications & Additional Information Models VP-23A1 VP-25A1 System Software OS Android 1.5 SDK Provided Standard ViewPAC SDK for Windows and Linux by GNU C language CPU Module CPU PXA270 or compatible (32-bit and 520 MHz) SRAM 128 MB
2. ARCHOS 5 Internet tablet shown on http://www.marketwatch.com/story/archos-brings-the-android platform-t... and on http://www.archos.com/products/imt/index.html?country=in〈=en as.
Let me know your opinion about it, any kind of clue will be appreciated.
View 2 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
Oct 5, 2010
I have layout issues in my application on Samsung Galaxy Tab. It has a 7" TFT display with 1024x600 resolution.
Galaxy Tab prefers images in "res/drawable-hdpi" to the ones in "res/ drawable". That is understandable. However resources in "res/layout" are used instead of the ones in "res/ layout-large". Does it have a logical explanation? Or what am I doing wrong?
What is a large screen for Android?
CODE:.......................
View 10 Replies
View Related
Aug 15, 2010
I am trying to get a slide down animation to work, and it seems to work except that it starts with a big black screen instead of the screen that was there. So I have layout1 and layout2. When I start the animation using ViewFlipper.showNext it puts a big black background over layout1 and then slides in layout2. If I use ViewFlipper.startFlipping() it slides in layout2 out as it is sliding in layout1 -- which is what I would expect.
My slide_down.xml looks like this:
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromYDelta="0" android:toYDelta="100%"
android:duration="4000" android:detachWallpaper="true"/> </set>
My java code looks like this:
ViewFlipper vf = (ViewFlipper) findViewById(R.id.DropDownList);
vf.setAnimation(AnimationUtils.loadAnimation(this, R.anim.slide_down));
vf.showNext(); or vf.startFlipping();
View 2 Replies
View Related
Jul 12, 2010
I've tried Beautiful Widgets and Weather and Toggle Widgets, but both include weather. Here's my current home screen: I'd just like something without the weather below the digital clock since I have Weather Bug's forecast widget right there.
View 2 Replies
View Related
Sep 15, 2010
I'd like to test an application on a variety of screen configurations so I know that it'll work (and the layouts will look right) on tablets and other oddly sized devices.
View 2 Replies
View Related
Dec 6, 2009
I am trying to detect if the screen size is normal, large or small. I am using
Configuration conf =view.getResources().getConfiguration();
(conf.screenLayout&Configuration.SCREENLAYOUT_SIZE_MASK) == Configuration.SCREENLAYOUT_SIZE_NORMAL
When testing with the emulator this works for screen sizes normal and small, but large (480x800 & 480x854) returns that it is normal...
I have found very little information on using the configuration to detect the group, has anyone got any experience with this?
View 3 Replies
View Related
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
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
Sep 1, 2010
I am a new EVO owner. I am looking for the best clock & weather widget for my home screen. I want the weather to automatically update based on my location. I found the clock/weather widget on the EVO from the factory does not update often enough and isn't very accurate.
View 1 Replies
View Related
May 6, 2009
I am trying to create an activity layout that has a top level vertical linear layout like so:
CODE:................
This works ok as long as the wordDefinition text isn't very long. But, when I set the text to something very long, it pushes the back button off the bottom of the screen. Why? Isn't the ScrollView supposed to scroll the text in the child TextView?
I've tried playing with weights (e.g., giving the top text view a weight of .2, the scroll view a weight of .7 and the button a weight of .1, but to no avail.
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
Feb 6, 2010
Using the Samsung Moment Box, I have made a dock clock that works pretty well. I got frustrated cause I could not find a dock for the Moment. And I made this.
View 21 Replies
View Related
Dec 16, 2009
My boyfriend lost his clock and weather on the home page. he said he might have swiped it away by accident? is there a way to get it back?
View 2 Replies
View Related