Top "Homescreen" questions

Home screen refers to the top-level interface on a mobile device from which apps and other features are accessed.

check if user has already installed PWA to homescreen on Chrome?

I'm trying to create an "Add To Home Screen" button on my progressive web app, as described in Chrome's documentation. …

javascript google-chrome browser progressive-web-apps homescreen
android: choose default launcher programmatically

I want to pop up a dialog that lets the user choose a launcher to be launched with set as …

android android-intent homescreen android-launcher
Creating shortcuts in Android via Intent

Possible Duplicate: Android create shortcuts on the home screen I am having one TextView and Button in my Activity (HomeActivity.…

android android-layout homescreen
How can I autorun Android Chrome homescreen app on startup

After adding a certain website to homescreen through Chrome for Android, I'm looking for a way to autorun that homescreen …

android google-chrome boot homescreen
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 …

iphone caching web-applications homescreen iphone-standalone-web-app
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 (…

android launcher homescreen
How to load items in android homescreen listview widget?

I am currently developing an Android project which makes use of a Homescreen Widget to display data to the user. …

android listview listviewitem android-appwidget homescreen
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 …

android icons favicon homescreen
How to return to home screen from Activity

I know Android will return to the home screen when I press the Home key, however, I want my imageButton …

android onclicklistener homescreen android-imagebutton
How to go to the default home screen of Android programatically?

In my app, I have a button called EXIT, when the user clicks that, I want to finish all the …

android android-activity homescreen