Questions tagged [android-launcher]

An Android Launcher is the app responsible for showing the home screen, live homescreen widgets, wallpapers and displaying an app list. Unlike iOS, a launcher on Android can be provided by third party.

Launcher is the part of the Android user interface that lets users customize the home screen, launch apps, make phone calls, and perform other tasks.

The Android OS comes with a default launcher, but there are a number of alternative Launchers available for download on Google Play, and many OEMs replace the default with their own implementations.

704 questions
0
votes
4 answers

Close current activity on android Device's Home button click

I don't want to allow application to run in background. As user press Home button on android device, current activity should be finished. Or when application is resumed, I would like to know that application has come foreground. I have created…
Nirav Shah
  • 2,064
  • 5
  • 24
  • 34
0
votes
1 answer

Android custom launcher (Like toddler lock)

I am making a children's app and I would like to add a child lock to it, just like the one on the app called "Toddler lock". Toddler lock asks you to set the default launcher when the lock is turned on which allows the home button to be disabled.…
user1613103
  • 175
  • 3
  • 9
0
votes
0 answers

Launch Android app rather than system's default phone app

I made an Android app to show an attractive GUI whenever there is a new outgoing or incoming call. Whenever a broadcast signal (either NEW_OTUGOING_CALL or PHONE_STATE) is received, my app launches, same as the Android mobile's default phone…
Gaurav
  • 1,965
  • 2
  • 16
  • 32
0
votes
1 answer

Is there a way to set static homescreen wallpaper programmaticaly?

I'm modifying an android launcher. And I want to set the first screen to be a static image, while all other screens will be other static images. How can I do that from the home screen code?
POMATu
  • 3,422
  • 7
  • 30
  • 42
0
votes
3 answers

Android HoneyComb Registering Home Activity

Last year I developed an app on a Xoom running Honeycomb 3.0. When running on that device the following code from the manifest worked.
-1
votes
2 answers

How to change the color of the status bar in the launcher?

I need to make the status bar black. How can I do this by editing launcher's XML files?
-1
votes
1 answer

Launching other Android apps from my app and only my app

I have a suite of apps and I'm looking into making a sort of "host" app that has the ability to download and launch them. I know how to launch the apps and download them from different sources from my app, but now I'm considering how I want the user…
-1
votes
1 answer

How can I give two different names for two launch-able activities?

I noticed that This part above can make…
c-an
  • 3,543
  • 5
  • 35
  • 82
-1
votes
2 answers

Display a YouTube like app menu when the user has long clicked on the app logo

I am working on an Android app and want to display a menu with some data about the app on a similar menu when you do a long click on the app logo in the main menu of the phone, like the one the YouTube app has, or other Android apps when pressed…
BRAÑA
  • 3
  • 1
-1
votes
1 answer

Android resource linking failed. How to solve errors in ic_launcher_foreground.xml file?

I have updated my build.gradle App file, SDK-versions and after that I am encountering this error in my ic_launcher_foreground file. I have tried: clean/re-build, invalidate caches/restart, deleting project and installing again. Nothing…
-1
votes
2 answers

Show dialog on a currently running app from my launcher app

So before people run and say thats its a duplicate let me explain. I have an app which is basically a launcher in a tablet for a car. When ever I get a message from the server I show it as a pop up dialog with the below code - public void…
Itay Feldman
  • 846
  • 10
  • 23
-1
votes
1 answer

How to change the app launcher icon from square shape to circular shape in android studio

I am new to android.I developed an android application.It is working fine,but problem is how to change my app launcher icon to circular shape by default app icon getting square shape. Here is my code Manifest file
-1
votes
1 answer

Launcher icon in Android not showing

Are there any special guidelines to put launcher icon in Android 7.1.1 ? Because I added a logo in manifest file and its showing in all Android versions but not in my phone. Anyone got a clue?
Kylo Ren
  • 486
  • 6
  • 24
-1
votes
2 answers

I'm a beginner in Android. Incompatible Types is the error i got when i tried to create an object of fragment

Main Activity package com.example.richu.fragment; import android.app.Fragment; import android.app.FragmentManager; import android.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import…
-1
votes
1 answer

Issue in installing APP : Launcher App

I am just creating my custom launcher application and As I come to know below changes are required to make simple launcher in AndroidManifest file. Lookout :