Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to figure out ways to get users to return into my app more often.

so far i have: http://android.arnodenhond.com/tutorials/home-screen

  1. Widgets
  2. Live Folders
  3. Shortcuts
    • Install shortcut
  4. Quick Search Box
  5. Notifications

please answer any other tricks you know of?

share|improve this question
4  
Does adding all this functionality actually improve your app or make it easier for the user to use? If you are simply trying to make a user return to your app, you should focus on designing an app that people will want to use instead of trying to "trick" people into coming back to it. – BigFwoosh Apr 29 '11 at 21:17
well (apart from notifications) its up to the user to add the stuff to the homescreen. obviously it only makes sense to provide the features if there is any value for him. by "tricks" i didn't mean "tricking" – arnodenhond May 3 '11 at 10:13

4 Answers

up vote 0 down vote accepted
+50

you could use a broadcast reciever for example when ever user truns on the wifi or bule tooth u could as show a notify the user to fire your application

share|improve this answer

You seem to have it pretty much down functionality wise so

  • Widgets - you say you have widgets, but how good are they? In my experience widgets are one of the most-used Home-screen features. Do you offer per-widget configuration? Do they look nice and fit well with the other widgets?
  • User Interface - it's always important to have a sharp looking app; if the functionality is there, then this should be the big focus. Try something a little different, make use of some animations (sparingly)

Some other things you might want to look at, not specifically to do with the Homescreen but they apply to it too:

  • Responsiveness - nothing puts off a user like a slow or crashing app
  • Icon - the number of Android developers I have come across that put out an app with either (a) an extremely large icon (b) a tiny icon or (c) an icon that fails to even attempt to comply with the icon design guidelines; the icon is often the first thing a user will see after installing your app so it's important to get it right, there are icon design guidelines for a reason.

Also please don't pop up random notifications (I'm not saying you are, just don't!), notifications should happen for a reason or most likely they will just end annoying the end user who will uninstall your app.

I generally find that

  1. Live folders do not seem to be that popular
  2. Although the search box gets used for in-app searches, very, very few people make use of the Global search functionality from the Homescreen since most people never enable it.
share|improve this answer

I think notifications are your best bet. As long as they provide value of course.

share|improve this answer

I think you already have all ways that available on Android app. level.


If you want more features above a normal Launcher to get users return to your app., this idea following is quite nice I think. Check out this. As you can see, the app show up on any activity such as a Map.

share|improve this answer
any suggestions on other levels perhaps? – arnodenhond May 4 '11 at 9:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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