We're creating an app that will become the dedicated purpose for the phones it's installed on. Towards this end, what's the best way to create a dedicated homescreen page for the app? Is it possible to create an app with a large homescreen icon, or do we have to build a "widget"?

link|improve this question

52% accept rate
feedback

migrated from android.stackexchange.com Oct 22 '11 at 15:46

This question came from our site for enthusiasts and power users of the Android operating system.

1 Answer

This is, on the other hand, a dev question but it still is pretty practical, so I'll answer it here. The icons are pretty much standard sized in all the launchers, so there could be two other options: a widget or a background + icon.

Since the devices will be dedicated to the app, it's possible to design a background to suit the full screen size, but still emphasize the icon.

The other possibility is to create a widget with the sole purpose of launching the app, which requires a bit more work, but gives the possibility of enhancing the home screen with additional features in the future with the codebase you already have.

link|improve this answer
if it is dedicated, couldn't it launch the intent on boot. And disable any actions that would cause the app to close? BTW, this is probably more suitable for StackOverflow. – Ryan Conrad Oct 21 '11 at 21:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.