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.
1
vote
1answer
25 views
Use normal application as Android launcher
I'd like to use a normal application I'm working on as the launcher because it's the only app that is running on the device. What do I have to add to my app?
Thanks,
Yannik
-2
votes
2answers
48 views
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: ...
1
vote
1answer
27 views
Check which application launched?
I am wondering how one can check that which application is launched in android. For example, when some game is launched or browser is opened, my application gets to know that this very application is ...
2
votes
0answers
77 views
How to remove or kill an application from recent apps list?
I'm developing an app which will be used by children.
I took over the home button by making my app a launcher.
Now I'm trying to take over the long press of the home button which brings up the recent ...
0
votes
0answers
84 views
android disable recent apps Key
I have a custom home app a launcher
so i have control on home key back key and menu key i do what i need but on my tablet a 10.1" IPS Dual Core of Artview i have 4 button
-the back, one with a ...
0
votes
2answers
30 views
Get the launcher activity name
Hello i wan't to keep home activity name for launch it from my app.
I know we can launch the launcher without know is package name but.
I'm making a custom home and i will set it as default so this ...
0
votes
5answers
56 views
Application is not launching with FATAL EXCEPTION
My application is crashing while launching with following error.
05-13 05:55:33.031: E/AndroidRuntime(1022): FATAL EXCEPTION: main
05-13 05:55:33.031: E/AndroidRuntime(1022): ...
0
votes
1answer
76 views
android.os.transactiontoolargeexception in Launcher
We are developing enterprise applications, widgets and launcher for Android TV. We have Android set top box which runs our launcher, some widgets and apps. Widgets have fixed position in launcher when ...
-3
votes
0answers
86 views
Change Android home screen scrolling animation without launcher [closed]
I'm a new convert from iOS to Android and I really like the Samsung type animations when you swipe left or right from one home screen to another (I.e. the 3d box rotate one) and was wondering if there ...
3
votes
3answers
38 views
Android app relaunches on Launcher icon selection - user is logged out
I have an app with a login screen which takes the user to a splash screen. If the user navigates away from the app and then clicks on the launcher icon again, he has to log back in again. This only ...
0
votes
1answer
91 views
How can my Activity install another icon to the launcher in Android? Like Whatsapp does?
I know that an Android application can install more than 1 icon to the user's launcher simply by having a tag in the manifest, as explained here: Android App actvities installed as multiple icons
...
1
vote
2answers
75 views
How to restart an Android Activity?
I am creating an application in Android, but when I would like to update some data, I want to restart my MainActivity. But my problem when I try to restart my Application, it crashes.
I use the ...
0
votes
1answer
40 views
how to update data from internal storage?
I created an application to protect children and allow parents to control the access to the application.
It is a launcher with two profiles: Parent and child.
Parents have administrative rights ...
0
votes
1answer
56 views
App completely restarting when launched by icon press in launcher
I'm in the process of trying to make a release build of my first android app to send to a few testers. However, I ran into a problem with it. When you exit the app and then re-enter it by launching it ...
-1
votes
0answers
78 views
Android Launcher - show live wallpaper [closed]
Im developing a custom launcher for android.
Now i want to display a live wallpaper as background.
My code is:
getWindow().setBackgroundDrawable(new Drawable(peekWallpaper()));
But logically ...
0
votes
0answers
35 views
android catching application start and exit
Hi I am working on a sdk project. I need to track time in app. Because of this is an sdk project I dont know starting and exiting activities I cant get time from them. With application class user will ...
0
votes
2answers
85 views
Android Launcher - Home Button
I'm developing a Home Screen Launcher App for Android.
Now, if the user is already on the homescreen,
i want a custom action when the user presses the the homebutton.
I know some other launchers, ...
1
vote
2answers
60 views
how to start android phone with custom launcher
I want to create theme, for that i created one launcher app. So when i press "home" button it shows me to select which launcher to be launch.
But I don't want that selection UI, When my app is ...
-1
votes
1answer
56 views
how to implement a deep integrated APP in android, just like facebook launcher [closed]
Now a days, facebook release a laucher for android platform. That's extremely cool. And i wonder to know how they implements. In my opinions, some feature should be supported by system module, in the ...
0
votes
0answers
19 views
Drag and Drop view with pages
I'm looking for a custom view that will behave similar to the launcher app:
Show multiple icons
Support drag & drop
Suport drag outside to delete
Support multiple pages
Indicate current page
...
1
vote
1answer
43 views
how to update the list of applications in a launcher?
I created a launcher to use my tablet with multiple profiles, it is configurable, I can choose the number of users of the tablet, each one will have its own space, with a list of application chosen by ...
0
votes
2answers
32 views
adding an icon to launcher without installing
I have certain apps which i want to show on launcher . When i click on it it should say app not installed . Is that possible ? I checked AllAppsList.java of ICS . I think we need to provide ...
2
votes
1answer
78 views
Is it possible to have more than one launcher Activity?
Is it possible to have more than one application in one apk file? or is there a way to have different launcher icons for different activities inside one app? I want to separate my app into some ...
0
votes
1answer
81 views
how can I get the listview of recent activities without long press home key
Recently, I am coding the android launcher.
I found a function in Nova Launcher and Apex Launcher, which can show the views of recent tasks by touching a button without a long press on the home key.
...
0
votes
2answers
238 views
Android emulator slow & faulty after SDK upgrade
Recently upgraded from API 16 to 17. Has been retaining all AVDs that were added before and they were working fine after the upgrade too. But today I deleted all old AVDs and added few new ones, each ...
0
votes
0answers
72 views
Android App Runs in Emulator, But Not Listed In Launcher
I am learning Android and can not get my program to show up in the program listings drawer of my Nexus S emulated device. When I load up the emulator, it does load my program successfully, after ...
1
vote
0answers
17 views
How to launch a second launcher with an intent similar to opening an external app?
I made a custom launcher application that I'm trying to get a button to launch the original launcher. Right now it looks like this:
public void click(View v)
{
Intent intent = ...
0
votes
2answers
303 views
Setting multiple home launcher apps doesn't work
Background Information: I want to create a child lock application. Therefore I need to disable all the keys (including the Home key) when the user is in the application. I basically want a similar ...
1
vote
2answers
178 views
When is a Home not a Home (Launcher related)
I am running into a very strange situation whereby I am getting a list of all the installed packages that have a CATEGORY_HOME intent.
My intention is to manually launch the native Home application ...
1
vote
1answer
56 views
Control Launcher option in android
I have created an app for visually impaired. When the user clicks on Physical Home button I am getting the launcher dialog box working perfectly fine.
Instead of inbuilt dialog box. I would like to ...
1
vote
3answers
139 views
App launcher to reload from beginning in Android
I have created app to act like an home launcher. So when user clicks on the home button I get Complete action using Launcher or my app's name say for example "myhomelauncher".
When I click on home ...
0
votes
2answers
329 views
Make Launcher2 standalone
I would like to make Launcher2 (AOSP Launcher) a standalone data app (not system) for my Android 4.1.1 device (Branch jb-release; API Level 16).
I cannot find any resources on what to modify to make ...
0
votes
3answers
51 views
Programing the android application directory
I have read many posts explaining about writing android Launchers, but does the launcher include the application directory?
What I am trying to achieve is to customise the screen which displays the ...
2
votes
2answers
66 views
Android: How to convert my normal android application to android Launcher?
I have created my android application which shows all installed applications, widgets, now i can launch this application through android's default launcher but how can i launch it as launcher.
any ...
2
votes
1answer
99 views
Android: How do I bring the home launcher to front, but not previous activities?
Android: How do I minimize my activity and bring the home launcher to front, but not previous activities? I need this as i set a wallpaper from my app (which is not a live wallpaper, just a regular ...
0
votes
0answers
41 views
How to provide custom wallpapers?
The custom launchers (for example, GO Launcher) provides their own wallpapers, which are available via standard wallpaper picker.
How can I provide my own wallpapers, available at standard system ...
0
votes
0answers
297 views
Android custom Launcher with Widgets
I am looking to create launcher and add widgets to it. There will be different launchers and each launcher will hold different widgets and icons. I have seen various tutorials for creating custom ...
4
votes
2answers
196 views
Android ICS widgets - listviews goes blank randomly (when launcher restarts?) RemoteviesService bug?
I've widget with listview inside and few times per day the listview items just disappears. I find out that it can be due to launcher restart - so I tried a little test. I manually restarted launcher, ...
0
votes
1answer
212 views
Android: Get more icons (shortcuts) to activities in my package on the homescreen
I know I can create a widget that that can be placed on the homescreen, but is there a possibility that when the user installs the app, only my standard launcher icon will start a certain activity. ...
13
votes
2answers
469 views
What are alternative ways to launch my app?
I can launch my app by:
Tapping on its icon in launcher
Registering "visible" intent-filter (I mean - user clicks for example "Send with.." then chooses my app)
Entering numeral code in dialer and ...
0
votes
1answer
535 views
android 10" xhdpi tablet launcher icon size
i have an app that creates shortcuts. it generates the shortcut icon dynamically, so i need to know the correct launcher icon size.
to handle this, i created dimens.xml in ...
1
vote
1answer
324 views
Hide apps from Launcher
I want to make an application in which we show the list of all apps which is installed in my phone with checkbox. When user checked the any application then that apps should be show on Launcher. ...
0
votes
1answer
90 views
Launcher app not in chooser
I'm in the process of making a Launcher app, but I can't get my app to show up in the activity chooser when the home button is pressed. I'm sure I'm just missing something simple, but I can't find it! ...
0
votes
2answers
245 views
Shortcut icon takes wrong image size on Galaxy Nexus
I tried creating an app which puts a shortcut icon on the home screen of the device.
It works nice on other devices, but on my Galaxy Nexus (with 4.2.1) the icon crops the icon image and takes the ...
1
vote
0answers
70 views
How to launch com.android.launcher explicitly?
I have an app that replaces the launcher for a kiosk application. I need to exit to the stock launcher for service mode.
From a dummy test app I can start my own "home" app like this:
Context ctx = ...
0
votes
2answers
103 views
Make home intent take to specific application activity?
I've built a project that contains different packages and activities, say:
com.example.package1.Activity1
com.example.package2.Activity2
The first package holds a launcher. On my project manifest ...
0
votes
2answers
428 views
Get correct Laucher icon size on Android
I am working on an app which is able to add shortcuts icons to the homescreen.
What is the correct icon size for Android tablets? (Or better said, how to get it at runtime?) It seems to differ from ...
1
vote
0answers
122 views
Deodexing apk files
I'm trying to build the AOSP ICS launcher(Launcher2) from the AOSP source, and install it into any Android device, but I keep getting a INSTALL_FAILED_DEXOPT error upon adb install. I suspect it's ...
0
votes
0answers
82 views
Android widget doesn't respond to clicks until after RemoteView updates
I have an android app widget that gets some information from the internet when it is first launched.
More precisely it launches a service that asynchronously does a network call. At the end of that ...
1
vote
1answer
82 views
android create widget menu icon
when browsing the widget menu on Android 3.0+ some widgets have simple icons and others have more of a screenshot of what the widget actually looks like.
How would I portray the latter in my own ...



