0

I would like to edit the application menu in Android (where all apps and widgets are displayed).

Like this:

enter image description here

I would like to create an app where you can select how the icons (applications) are shown in this menu. I'm not sure if it is even called "application menu" so I'm having some trouble to find some more info about this matter.

If anyone could help me find a way to override the original layout or point me in the right direction, that would be awesome!

Thanks in advance!

MH.
  • 45,303
  • 10
  • 103
  • 116
Dage
  • 226
  • 1
  • 10

1 Answers1

1

What you are showing in the pic, is called a Launcher.

You can create a custom Launcher. Check this question to get started.

Community
  • 1
  • 1
Plato
  • 2,338
  • 18
  • 21
  • Thank you very much! It's hard to search for something if you're not sure what you're searching for :) – Dage Jun 29 '13 at 23:45
  • Good, don't forget to mark the question as answwered, by clicking the check on the left – Plato Jun 29 '13 at 23:46