How do they do it? Dialogs over home screen.
Posted
by Brian515
on Stack Overflow
See other posts from Stack Overflow
or by Brian515
Published on 2010-04-24T16:12:46Z
Indexed on
2010/04/24
19:23 UTC
Read the original article
Hit count: 232
Hi all,
I'm writing an Android application and I would like to place a dialog or view over the home screen so that a user can enter text without jumping into my full application. I can't seem to get this to work. If I present a dialog (even in a transparent activity), my application launches.
If you don't know what I'm talking about, take a look at the Facebook widget. I want to replicate a similar behavior to the clicking on the "What's on your mind?" box.
Thanks for any help in advance!
-Brian
© Stack Overflow or respective owner