Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
4answers
24k views

Javascript for “Add to Home Screen” on iPhone?

Is it possible to use Javascript to emulate the Add to Home Screen option in Mobile Safari's bookmark menu? Something similar to IE's window.external.AddFavorite(location.href, document.title); ...
10
votes
2answers
7k views

How can I create a custom home-screen replacement application for Android?

How do I create a home-screen replacement application? Is there any information about the home-screen application available? Can any application be a home-screen by just registering it with a ...
4
votes
5answers
6k views

Android homescreen shortcut permission error

In my program it adds a shortcut to the screen. I get the icon on the screen fine, but when I tap it, I get: 03-01 20:00:29.410: ERROR/AndroidRuntime(796): java.lang.SecurityException: Permission ...
2
votes
2answers
20 views

How can I build a dialog which is launched by a service?

I think my problem is easy to fix for you. I have a service running in the background and starting an Intent which starts an activity, which opens a dialog. Her is my code from the service: Intent ...
1
vote
1answer
88 views

Building a large home screen icon

We're creating an app that will become the dedicated purpose for the phones it's installed on. Towards this end, what's the best way to create a dedicated homescreen page for the app? Is it possible ...
1
vote
1answer
229 views

Detect an app on home screen of iphone

You know how its possible to add a web app to the home screen of an iPhone... well now how do i detect if my app has been added to the home screen of a user's iPhone. And if it has been added, how do ...
1
vote
2answers
182 views

What is the name for the view that manages the iPhone home screen?

My google-fu is failing here. I'm looking for the name of the UIView (or whatever it is) that handles several pages, with those little glowing dots indicating which page you're on.
1
vote
2answers
538 views

Programmatically navigating to the Windows Mobile home screen

We have an application that downloads some files in the background. Our application pops up when an Internet connection is made, and after prompting the user to accept the downloads, we'd like to ...
0
votes
0answers
53 views

How to add application widget in home screen of launcher application?

I have created a simple launcher application and also an application widget. This app widget works perfect in home screen of default launcher (Press and hold on home screen --> Widgets ---> ...
0
votes
1answer
28 views

Where can I find the source for the Android “Home screen"

I want to learn how the "home screen" implemented. Any idea with what .java files to start?
0
votes
1answer
212 views

iOS Home Screen Bookmark - avoid getting pulled out to mobileSafari?

I'm putting the finishing touches on a mobile web app and I learned that when you add a page to the home screen, clicking on any link will bring the user out of full-screen mode and into mobileSafari, ...
0
votes
1answer
498 views

Android Application onCreate not called for homescreen launcher app during reboot

I am having a strange problem in an Android application that I am building, the application is basically a Homescreen replacement app which will be put as a default homescreen in a device. To do some ...
0
votes
0answers
202 views

Alternative call-screen

I'm developing an alternative call-screen for Android 2.1. I thought, when I set a call directly in com.android.internal.telephony.ITelephony no android call-screen will appear, but I was wrong. ...
0
votes
1answer
580 views

Decoupled AppWidget Intents after Home process restart

My Android app Transdroid offers several home screen widgets. Every AppWidget has 2 'buttons' (ImageButton), one starts the app and one starts some activity that refreshes the AppWidget content. ...
0
votes
1answer
470 views

iPhone Bookmarks and Session variables (User has to log in twice)

I'm creating a web application meant to be viewed by iPhones, Blackberrys etc. My problem is that, when an iPhone user adds a link to the app on their home screen, they have to log in twice. The ...