Android : Need Phone Calendar / Put It In Main Screen
Jan 27, 2010
Is there any way so I can put my calendar in my android to something like the picture below? I know the picture below are from windows mobile, but it's better for me so I can know what is the next agenda, meeting etc.
View 7 Replies
Nov 26, 2010
By mistake I have removed the HTC default digital clock from the main screen. Does anyone know how to put it back?
View 2 Replies
View Related
Jun 25, 2010
I have no desire to root my desire. However, wandering around here and asking a lot of stupid questions and getting most answered with a great deal of patience has led me to wonder: 1) Can you get scrolling calendars other than the Sense one, without rooting? (I can't find any - I like the CalWidget big one, but it wont scroll). 2) Can you do anything to the main appearance other than change the background, without rooting? I've seen talk about the app 'OpenHome' - but on the market it's marked with low stars as buggy. 3) On 2 - can you remove the names from below the icons? Change the icons (e.g. with a theme) - without putting things into folders? 4) Can you remove options without rooting? E.g. my photo sharing (I've returned to the basic app, as gallery had a few bugs, e.g. with the camera) has 12 options to share (I had more, but I uninstalled different twitter apps and got rid of a few - I still have two facebook shares, peep and tridroid etc), which means scrolling through to find. On the gallery app, which had no scroll for sharing options, some were pushed off the screen. Is there a way to limit it just to the ones I'd use?
View 1 Replies
View Related
Nov 22, 2010
How do you add an additional google calendar to the main. I use only my work calendar.
View 1 Replies
View Related
May 14, 2010
LOCK screen aprears at the main screen, after boot the emulator boot up. I want to disable the locking at main screen, So that while next time i boot up my emulator not LOCK screen apears. Can any body suggest me best solution for this?
View 2 Replies
View Related
Nov 16, 2010
How do I have an app return to the 'Home' screen when the user is on a different class and they click the back/return button on their phone?
View 2 Replies
View Related
Sep 22, 2010
Will i get charged for having the weather displayed on the main screen?
View 9 Replies
View Related
Jun 19, 2009
I created some custom elements and I want to programatically place them to the upper right corner (n pixels from the top edge and m pixels from the right edge) therefore I need to get the screen width and screen height and then set position:
int px = screenWidth - m;
int py = screenWidth - n;
Does anyone know how to get screenWidth and screenHeight in the main Activity?
View 3 Replies
View Related
Oct 28, 2010
How to create a folder in main screen programmatically?
View 5 Replies
View Related
Sep 25, 2009
when emulator launcher is launched, it launches with default first launcher screen. I want to change that to some other screen. how to do it?
I checked apps/Launcher/src/com/android/launcher/Launcher.java. I think i change setContentView(R.layout.launcher) to my xml file(i.e setContentView(R.layout.trailpg) ) but where to copy my trailpg.xml file. I checked in Launcher/res folder( in layout or layout-land or layout-port).
Whether above analysis is correct? if yes where to put the file.
Provide soln to modify the emulator launcher main screen.
View 2 Replies
View Related
Feb 15, 2010
public class Profile extends Activity{
WebView prof_webv;
private String selected_username;
private static final String INDEX = "http://14.143.227.140";
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.main);
prof_webv = (WebView) findViewById(R.id.mainwebview);
prof_webv.getSettings().setJavaScriptEnabled(true);
prof_webv.getSettings().setSupportZoom(false);
prof_webv.loadUrl(INDEX);}
@Override
public boolean onKeyDown(int keyCode, KeyEvent event) {
if ((keyCode == KeyEvent.KEYCODE_BACK) ) {
finish();
return true;
}
return super.onKeyDown(keyCode, event);
}
}
This is my new Activity for a WebView. When the user clicks back, I simply want to close this Activity and return to my previous one. Notice, I put "onKeyDown" -> Finish. However, it's not working. Instead, I click "back", a blank white screen comes up.. (it doesn't even hit that onKeyDown Statement when I try to debug it)! When I hit "back" the second time, then it will go back to my previous Activity.
View 1 Replies
View Related
Oct 14, 2010
I have one main activity and one preference Activity. On my first activity I call menu and go on preference Activity by calling startActivityForResult. Code...
View 1 Replies
View Related
Jan 20, 2009
I am making a Card Game game on the android platform. I require splash screen and then my game should start. I have done coding for the splash screen and also tried for getting the main page after the splash screen time is over. I am getting a run time error. That is why i am not getting main page. Give me solution of this topic as much as possible.
View 2 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
Nov 18, 2010
I am working on an application where I need to go to the next Screen form the Main Actvity when I Click on the Image Button of the Main Activity Screen. I had searched a bit on Net regarding this and found something like the OnClickListener method. I am still stuck for what exactly I want to do actually.
View 3 Replies
View Related
Apr 29, 2010
When you get past the security and are on the main Sense UI screen, does it sometimes move to the screen to the left or right of whatever the main screen is on its own? If so anyone know how to cure this problem? I've only seen it occur when on the main screen but no where else.
View 3 Replies
View Related
Aug 22, 2013
I have written a code that stores all the videos for a certain playlist from YouTube in my database, now I want to design a button that checks if there is an updates on that playlist, for example: added video, deleted video,...and so on.
I want a splash screen to be displayed when checking if update occurred or not.Now I have my splash screen displayed but when it finishes I want to return from where I left from my main activity not to the beginning of my main activity.I had my splash screen in its on activity.
View 1 Replies
View Related
Jul 23, 2010
I'm doing my usual pushing buttons. I dl'd the manual but can't figure this out. I have on the main screen an option of 5 different things: wifi (on/off), bluetooth (on/off), something, something, screen brightness. I think I toggled it on but don't know how to turn it off now.
View 1 Replies
View Related
Jul 9, 2010
I noticed this morning that the clock that was on my default has disappeared from the main screen. Is it possible to get it back, I've tried adding apps but it doesn't give the size it was before, this is the clock I had.
View 5 Replies
View Related
Aug 15, 2013
Problem: Appointments / events created on my LG Optimus G were not syncing to desktop Google Calendar. No problem with appointments / events created on desktop syncing down to phone. Problem Identification: Default calendar when creating appointment / event on phone was calendar called "Phone". There is no calendar on desktop called "Phone". Solution: Pick different calendar when creating an appointment / event on your phone.
View 5 Replies
View Related
Aug 7, 2010
I have htc evo 4G with sprint and this is the software information
droid 2.1-update1
baseband: 2.05.00
Kernel: 2.6.29
software number: 1.47
PRL version: 60667
and i've been trying to root this so i can use other application and wifi tether however everytime i tried i always get this error " MAIN FOLDER IS OLDER , MAIN UPDATE FAIL!"
I used unrevoked - does not work then i restore to factory setting THEN i tried simpleroot get message Main Folder is older, main update fail!. I also have tried to do Restart the PHONE and press the power button and hold the volume button up (but i have upload the PC36IMG.ZIP before i reboot) THIS does not work either get same message.
IF anyone can help me with this root and PM me your PAYPAL i willing to pay $10 to give me detail instruction (step by step how to get this root)
After rooter i need to know if possible to update somehow to get my FLASH working or it have to be update to droid 2.2 (if i update to 2.2 after rooted, will it lose all my rooted previously assuming its already successfully rooted)
View 4 Replies
View Related
Sep 24, 2010
I'm having trouble modifying the main screen.
At the moment it shows the Sony Ericsson logo, and 4 "Apps".
How do i change that Logo, and Change my choice of Apps on the main screen?
View 5 Replies
View Related
Oct 18, 2009
A question for all you Sprint HTC Hero owners: can you customize the main screen (homepage?) on your phone? I know you can customize and add pages of icons but can any of those become the default page your phone powers up to? I'd want to remove the HTC Date-Clock-Weather banner and just have a plain wallpaper-type screen with a couple icons on it .
View 5 Replies
View Related
Oct 18, 2012
basically im trying to create 2 activities that will be navigation. I have the main page that has 7 buttons each button leads to a different page. I can get one button to work. Do I need to create 2 java files for each button? or can i just use the 2 and theres a way to combine them like im trying to do below.
activity1.java
package install.fineline;
import android.app.Activity;
import android.content.Context;
[Code]...
View 1 Replies
View Related
Jun 23, 2010
When I press the unlock button, and then flick down on the unlock screen, my phone sometime just moves from the main screen over 1 or 2 screens to the left. Not everytime, but randomly it just started happening. Is it an app? A setting?
View 3 Replies
View Related
Nov 26, 2009
How can I move apps from the application menu to my main screen?
View 1 Replies
View Related
Nov 24, 2010
anyone know how to remove widets on screen got x10.
View 1 Replies
View Related
Aug 31, 2010
Or is this something that can't be done unless the phone is rooted? One thing that drove my wife nuts when we were checking out the phone is that every time she hit the Home key, that Google search box was right there on the main screen staring at her. I hope this is something that be gotten rid of? Anyone know about this?
View 7 Replies
View Related
Oct 21, 2010
Is it possible to place a link or widget on the main screen that will allow me to directly open a pdf file stored on the external sd card?
View 3 Replies
View Related
Jul 27, 2010
I rooted my 0.8 Desire from a guide on here. This seemed to go as the guide said it would. I then followed another guide to install the radio and sence froyo. This also seemed to go to plan. It wiped all my data and apps but I re-installed Mybackup pro and got everything back
2 problems now. my main email that I used to access with the 'email icon' on the main screen [hotmail] will not connect any more and when I look at the phone software version it says 'version 2.1 update 1' Does this mean 2.2 has NOT been istalled? If so I'm pissed off as it took me about 2 hours in all
View 4 Replies
View Related