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.

653 questions
-2
votes
2 answers

May i know why this exception is occurring?

while launching my app I am getting following exception: I am adding my code at below please check once 05-16 10:44:16.653: E/AndroidRuntime(979): FATAL EXCEPTION: main 05-16 10:44:16.653: E/AndroidRuntime(979): java.lang.RuntimeException: Unable to…
-3
votes
1 answer

Android custom Launcher or home screen

i want to make and android application as home screen/launcher in which i want to lock or restrict user from using other applications only the limited applications will open which i will allow to use and disabling the home button so that user can…
-3
votes
1 answer

Is there a way to find the home screen directory?

How can I get the path of a folder in the home screen? My problem is that I can't think of away to get the path of a folder in the home screen. Let's say i have a folder with some applications in it that I see it on the home screen.I want to get the…
Amit
  • 205
  • 1
  • 3
  • 10
-3
votes
1 answer

I want to extract the games only

I want to extract the games only Code private void loadApps(){ manager = getPackageManager(); apps = new ArrayList(); Intent i = new Intent(Intent.ACTION_MAIN, null); i.setType("Games"); List
-4
votes
1 answer

How to block user from doing Factory Reset android

I am working on a launcher application and my launcher is the only launcher in the tablet. I want to control the users of tablet/application from doing hard reset how can I handle it when my device is Shutdown(or)On . Please let me know if anyone…
-4
votes
2 answers

How do I make my app use less storage?

I am making a launcher. Currently it takes up about 20 mb. What can I use to drop it to at most 9 mb?
-4
votes
1 answer

My app doesn't show up on android studio emulator

It was all good yesterday, but right now it won't show up when I run the AVD. Don't know if it is my AndroidManifest.xml file which is pretty standard.
Toeffen
  • 57
  • 1
  • 9
-6
votes
1 answer

How Android launcher works?

hello everyone I want to know what happens when we click on app icon of any particular app.How OS launch that app?.Please describe it.
DkThakur
  • 468
  • 2
  • 5
  • 16
1 2 3
43
44