Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
540 views

How to identify user click from iphone “home screen”

Some users of my mobile site add the site to home screen in safari in iPhone (using "add to home screen"). Is there any way to know if they come from clicking the home icon, or typing the url? Or, ...
5
votes
2answers
227 views

Is there any way to put an EditText/input field into a homescreen widget?

I want my user to input something on the homescreen, but every time I add an Edittext to the widget it breaks. I did a little google searching to find that they apparently are not supported in ...
5
votes
2answers
427 views

Android Icons: Home Screen vs Applications Menu

On my Samsung Galaxy, application icons displayed on my Home Screen often don't match those displayed on the Applications Menu. Firstly, I want to know if this is peculiar to Samsung/Galaxy (or some ...
5
votes
4answers
2k views

Install webapp to homescreen on iPhone?

How do I go about allowing my webapp to be installed as an icon on a user's homescreen? Is the data cached locally, so that the webapp can be run when the user is outside of 3G? I did a quick google, ...
4
votes
2answers
440 views

Implementing a HomeScreen-like horizontally scrollable widget?

Most Android devices feature a home screen which you can scroll horizontally by dragging (there're others that have a grid-like 2d scrolling feature too, but I'm only interested in horizontal ...
3
votes
2answers
186 views

Use my own Android app/apk as launcher/Home Screen Replacement

I've created my own app and I want this one to be my launcher. It's a simple app, but it works. Is it possible to replace the default launcher with my app so that my app always starts by default ...
3
votes
1answer
115 views

Force URL to open in a Web Clip if installed?

Let's say I have a web app that calls out to a native app via a custom URL scheme, and after the native app has done its thing it returns to my web app by opening a callback URL. This all works fine ...
3
votes
1answer
139 views

editable textview in android widget

Hi I am a novice in android programming. I am trying to create the home screen widget with input textbox. I searched around and I have found so far that EditText is not available for home screen. I ...
3
votes
1answer
3k views

Android create shortcuts on the home screen

Hi my mind is messed up............What i want to do is: 1) i'm inside an activity, there are 2 buttons. If i click the first one a shortcut is created in my home screen. The shortcut open an html ...
3
votes
1answer
799 views

How do I programmatically write a shortcut to a specific page on the homescreen of the Android launcher?

I am currently working on an Android application whereupon I programmatically write a shortcut to the home screen. Something like this: Intent shortcutIntent = new Intent(); ...
3
votes
3answers
411 views

How would you uninstall a rogue Home (Launcher) application?

If you were to install a Home Screen application that does not give you access to the System Settings screen (to go to Manage Applications), and also does not let you launch Apps (such as the Market ...
3
votes
2answers
912 views

ImageButton in Android homescreen widget

I have a homescreen widget with an imagebutton. I have the button working with a pending intent, but I can't seem to figure out how to change the button image when it is pressed. I tried using a ...
3
votes
4answers
4k views

Android ViewFlipper + homescreen animation

I am trying to use a ViewFlipper and make it act like the home screen(The layout will move with your finger). Check out this for an example. I want to do this with a ViewFlipper that only contains two ...
2
votes
2answers
104 views

camera and map crashes when launched from my custom home screen

I've created a custom home screen. This is my code to launch an application when clicked: mainIntent = packageManager.getLaunchIntentForPackage(strPackageName); if(mainIntent!=null) { mainIntent ...
2
votes
2answers
90 views

How to check if my application is the default launcher

I am developing a buissness-application that is essentially a Home-screen, and is supposed to be used as a Default Homescreen (being a "kiosk"-application). Is there any way of checking if my ...
2
votes
0answers
258 views

How to get application's hdpi icons on Android API 11 tablets and more (in the java code)?

I have noticed on the Motorola xoom, that the applications icons on the Launcher are 72px by 72px. This is normally the size of icons defined in drawable-hdpi/ in packages. In my application I want ...
2
votes
0answers
803 views

Android - clear the recent app list (shown after long HOME press)

I'm writing a custom launcher app. Problem: even after setting it as default, the long press of HOME button brings recent app list, including old launcher. Is it possible to clear the recent app ...
2
votes
2answers
195 views

Home Screen - Tiny info message

On my HTC Desire (Froyo) I use Power Control Widget to enable Wi-Fi. When I press Wi-Fi button a message "Turn on Wi-Fi" (inside gray tiny box) appears at bottom of home screen (and fades out after ...
2
votes
1answer
4k views

Android | bookmark icons on homescreen

bookmark and add to my homescreen 60x60 icon does not apprear. Make <link rel="apple-touch-icon" href="images/iphone.png"/> Size: 60x60 pixels. tried 8bit and 24bit ping! Does not work. ...
2
votes
1answer
603 views

badge on iphone homescreen

Is it possible to show a alphabet/special character instead of number on the app icon on home screen ?
2
votes
2answers
3k views

How to remove application shortcut from home screen on uninstall automaticaly?

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 ...
2
votes
1answer
2k views

Is it possible to run q Qt Symbian application in the background and interact with the homescreen?

I'm writing a Symbian application using Qt for Symbian that is supposed to run on S60 3rd edition FP1, FP2 and 5th edition phones. In my application, I will need to implement push notification ...
2
votes
1answer
1k views

Blackberry API to change the home screen background image

I am trying to develop a Blackberry app that will change the Home Screen background image(not the application background image) periodically (just like WallPaper changer for windows) based on ...
2
votes
2answers
854 views

How to change windows mobile homescreen programmatically

Does anyone know if it is possible to change homescreen. I have a setup that installs all necessary xml files and Homescreen plugins, but I don’t know how to change Homescreen to mine during ...
1
vote
0answers
25 views

Android Wallpaper is real or virtual ? Why live wallpaper is not displayed in sample home screen app?

I am creating an HOME screen application for my android device. I am creating this app with the help of Android sample Home application. I found one thing in home sample app, if we set wallpaper it is ...
1
vote
1answer
112 views

Android AppWidget No More Room when using dimen resource

I created an XML file for an AppWidget as shown below. xml/appwidget_4x1.xml <?xml version="1.0" encoding="utf-8"?> <appwidget-provider ...
1
vote
2answers
49 views

open android own launcher from my application

hi Its been 2 days looking for this simple problem. I want to launch Android own launcher from my application EVEN if its not set as default. final PackageManager ...
1
vote
0answers
323 views

How to change the default Android bookmark icon?

I keep getting the default Android ribbon bookmark icon, instead of my 114x114 icon for web app. Ideas? I have tried ... <link rel="apple-touch-icon" href="/icon.png"/> <link ...
1
vote
0answers
42 views

My custom main screen with the same behaviour than the Home screen

The main screen of my program has a number of icons that I set dynamically, due to that number can be different according to some parameters that I have in my database. To achive that, I use a ...
1
vote
2answers
77 views

What is the best way to slide/switch between views ? (Custom Launcher)

I Build a Custom Launcher. The launcher is made of views (each view will contain applications, images etc..) The user can switch between those views in the home screen (almost like in every other ...
1
vote
1answer
92 views

How to make 4x1 size widget on Android homescreen?

I have difficulties developing 4x1 widget for Android. This is the appprovider <?xml version="1.0" encoding="utf-8"?> <appwidget-provider ...
1
vote
1answer
94 views

Is it possible to set the wallpaper just like it's done with the app that comes with Android?

Android has a way to set the home screen wallpaper. The user taps "menu" and then selects "wallpaper" to set a wallpaper from the system. The resulting wallpaper image is properly scaled in both ...
1
vote
2answers
123 views

Homescreen shortcuts with icons

Am trying to create a homescreen shortcut programmatically on android. So far I've been able to add the shortcut itself with the following code: Intent shortcutIntent = new Intent(); ...
1
vote
0answers
27 views

Android: How to react on opening specific home screen page where my widget lives? [closed]

I want my widget to animate only when user open the screen page where my widget lives. How can I know when user watch on specific screen page? And how can I know on what screen my widget is ...
1
vote
0answers
52 views

Snapping like in Android 3.0 Homescreen

the android 3.0 Homescreen has a really cool icon snapping function when dragging the icons around. Does anyone know how to do a snapping on a view having the same behavior on the home screen? For ...
1
vote
0answers
78 views

Live Wallpaper touch and drag

How would you handle a touch and drag motion event on a live wallpaper to drag a bitmap in any direction? SOLVED: Found a solution at http://www.andengine.org/forums/post22486.html#p22486
1
vote
1answer
111 views

How to organise icons into places (like the iPhone homescreen)

I'm creating an application which has a home screen that looks like the native iPhone home screen. I don't have any pages but I wanted to enable dragging and dropping of the icons when you hold them ...
1
vote
0answers
110 views

Homescreen slideshow app Android

I have another APP that I am working on that is going to read pictures from your SD card and play them as a slideshow. Then this slideshow is set as your wallpaper on your homescreen. Can someone just ...
1
vote
1answer
94 views

Android - How to start a home replacement from scratch?

I am looking to start a home replacement app, just to play around with the idea. How can I make the app so it registers as a home replacement app, and just installs on the emulator, so when I click ...
1
vote
1answer
105 views

How to List all the Home Screen Folder for Android

I know we can get all the installed apps from packagemanager. Is there a way to get a list of folders created by users on Home Screen? Also, how can we know which apps in which folder?!
1
vote
3answers
231 views

Application icon removed from home screen on upgrade

I have an app available on market. Now I am about to launch an upgrade. Due to some weird reason if I have an icon of old app on "Home screen" and I do upgrade i.e replece, it deletes the homescreen ...
1
vote
1answer
89 views

Adding HTC Widgets to AppWidgetPicker Intent

I am writing a homescreen replacement App. I'd like to allow users the same selection of Widgets that are available on the HTC Sense Homescreen on HTC phones. Is there documentation anywhere of the ...
1
vote
2answers
548 views

Creating shortcuts in Android via Intent [closed]

Possible Duplicate: Android create shortcuts on the home screen I am having one TextView and Button in my Activity (HomeActivity.class). Goal: When I click on the Button it should create a ...
1
vote
2answers
413 views

Get number of Home screens in Android?

I'm making a Live wallpaper for Android, and I want it scroll as user scroll the home screen. I can do that, but on some phones, user can choose the number of home screen. Is there anyway to get the ...
1
vote
2answers
292 views

How to programmatically launch a specific home page in android

I want to be able to launch a specific page of the home screen in my app, is there any way to do this? Below is the typical method to launch the home screen, but I don't see anything about add a ...
1
vote
1answer
90 views

How do I prevent the back button from exiting my app if it was launched from recent apps screen?

When I launch my activity from the recent apps menu (using a long click on the home screen) and then hit the back button (once the app is launched), the app exits and returns to the home screen. The ...
1
vote
2answers
463 views

Android - How can we call some specific function when we click on app's home screen widget?

I am making an app which will have a simple home screen widget( A simple imageview ). What i want is to call some specific function like abc() or xyz() whenever i click on this imageview widget on my ...
1
vote
1answer
417 views

How to create a Live Folder programmatically (send an intent to the home screen)?

I'm wondering how I can go about creating a Live Folder programmatically, and what permissions I would need to request in my app. I've read a bunch of articles and postings about how to create a LF ...
1
vote
2answers
891 views

Using Links in iOS Fullscreen Web Apps

I'm working on a quick landing page to access a number of small, mobile-optimized applications on the same server. Basically the Dashboard pattern. I want to have it on my home screen so that I can ...
1
vote
2answers
914 views

How do I Change the default animation when changing activity?

Hello I have an application which I can touch to scroll across several screens like the Android Homescreen app. I have now managed to add a button on each page which changes from this to a new ...

1 2 3