Questions tagged [launcher]

A launcher is a program that stores locations of applications to aid users in starting them.

Different desktop environments can have a variety of available launchers to aid users in starting applications in a general sense.

With regard to Android, Launcher is the name given to the part of the Android user interface that lets users customize the home screen (e.g. the phone's desktop), launch mobile apps, make phone calls, and perform other tasks on Android devices (devices that use the Android mobile operating system).

Source: Webopedia

For more information visit: AndroidTipguys

885 questions
-2
votes
1 answer

VB.net Launcher Application Error

i've been created launcher application with vb.net, but when the target application began, there was an error "Can not Read Start.ini file". I tried with this code Dim psi As New ProcessStartInfo() With psi .FileName = sb.ToString …
-2
votes
1 answer

Does Android Create instances of the Activity classes or how else does it work?

Having programmed for just over 6 months in Java i decided to give android a shot,but it looks like android merely uses the Java Syntax and all else differs Example: I can see under app/src/java/MainApplication... that The Activity MainApplication…
Sainath S.R
  • 3,074
  • 9
  • 41
  • 72
-2
votes
2 answers

Login to MineCraft using C#

I'm trying to create a simple custom minecraft launcher for myself and some friends. I don't need the code to start minecraft, just the actual line of code to login. For example, to my knowledge, you used to be able to use: string netResponse =…
user3896290
-2
votes
1 answer

Android launcher that creates and deletes apps by itself

I'm pretty new to Android, I do know some Java though. I want to make a launcher that can create apps and delete them based on some conditions (on the time of day, for example). So in the morning, it shows the app on screen, and at night, it…
onepiece
  • 3,279
  • 8
  • 44
  • 63
-2
votes
2 answers

Custom Minecraft launcher

I want to create my own Minecraft launcher where when the player checks Force Update it downloads a modified minecraft.jar, an updated lwjgl (both not a big problem) and 2 extra folders in your .minecraft directory. I can do the first 2 by changing…
Sydcul
  • 99
  • 1
  • 4
  • 15
-3
votes
1 answer

how do I pip install on the command prompt? "fatal error in launcher"

C:\Users\Utente>pip install Fatal error in launcher: Unable to create process using '"c:\users\utente\appdata\local\programs\python\python38\python.exe" "C:\Users\Utente\Python\Python38-32\Scripts\pip.exe" install' Why do I get a Fatal error in…
Darius-coding
  • 73
  • 1
  • 3
-3
votes
2 answers

Can't Start Minecraft with Command Line

I tried to start minecraft with these args: arguments = ["javaw.exe", "-Xmx"+str(max_mem), "-XX:+UseConcMarkSweepGC", "-XX:+CMSIncrementalMode", "-XX:-UseAdaptiveSizePolicy", "-Xmn"+str(min_mem), …
-3
votes
4 answers

Specifying which activity to launch dynamically

I am developing a chat application. Once logged in, the user should be navigated into the main page next time when he start the app. Like WhatsApp, it does not have a splash screen. So, Where do I do the check if the user has logged in or not next…
Jayesh M
  • 139
  • 12
-3
votes
1 answer

launcher which will show only seletec application. restrict other apps

I want to make launcher app retreive/store a list of selected application and restrict other applications.and the list of the application should me in viewpager (ex. Horizontal manner). Thanks in advance.
-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?
-7
votes
1 answer

Minecraft Launch with C#

i want launch minecraft client with c# but my code doesnt work: private void Startmc(String a, String b) { string javafolder = GetJavaInstallationPath(); string filepath = Path.Combine(javafolder, @"bin\"); …
Hasan D.
  • 11
  • 3
-8
votes
1 answer

about xx-sw600dp of andorid4.0

In android 4.0 resource there are new drawable ,layout ,value folder for example drawable-sw600dp,layout-sw600dp,value-sw600dp. I want to know what the affect about them. I am also to know the phone how to call the many layout folders.at 2.x phone…
pengwang
  • 19,536
  • 34
  • 119
  • 168
1 2 3
58
59