Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - How to start creating a launcher app?

I am going to start my new app which is going to be a Home Replacement. I have been through the example provided by google. but i am still little bit confused.

like Where should i start? Should i create a normal activity by extending an Activity class then just set the background image(wallpaper) and use a grid view to show all applications?

How to make Android to treat my app as a launcher process?

so many question running in my mind and please don't advise me to go through Android Launcher because it has almost more than 100 classes and what i need is just a simple start after that i know what i want from my app.

like image 422
Varundroid Avatar asked Aug 18 '11 15:08

Varundroid


People also ask

How do I set an app as a launcher?

With some Android phones you head to Settings > Home, and then you choose the launcher you want. With others you head to Settings > Apps and then hit the settings cog icon in the top corner where you'll then options to change default apps.

Which is the No 1 launcher for Android?

Nova Launcher You can't talk about the best Android launchers without a mention of Nova Launcher. Fast, sleek and highly customizable, Nova Launcher balances extensive appearance and utility customizations with a minimal performance impact, letting you set your home screen just right without slowing down performance.

What is a custom launcher for Android?

It's where your installed apps can be accessed (even if you have to dig into the App Drawer), and it is where most people will go to launch any of their applications or games. Most stock Home Screen apps (AKA Launchers) come with the most basic of basic features.


1 Answers

Found an amazing article related to the question: http://arnab.ch/blog/2013/08/how-to-write-custom-launcher-app-in-android/

like image 161
Basher51 Avatar answered Sep 30 '22 22:09

Basher51