[android-developers] Re: How do I can start a new Activity after 1 minute?
Ok thanks I could make it now with it, I had a problem in my code. Now
I have an another problem: Even if the user exit the program in THE
minute, my Activity will appear itself. How can I do against it?
On okt. 9, 12:22, Mark Murphy <mmur...@commonsware.com> wrote:
> On Sun, Oct 9, 2011 at 6:18 AM, Zwiebel <hunzwie...@gmail.com> wrote:
> > I have a button. If the user clicks on it, I want to start a new
> > Activity after 1 minute. Between the click and the new activity, the
> > user can click on an another button more times. How I can start the
> > new Activity after 1 minute, if the user clicks the button? I tried to
> > make it with a new Runnable thread, but I couldn't use the postdelayed
> > method.
>
> postDelayed() would seem to be the best answer here, so perhaps you
> could explain why you couldn't use it.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android 3.1 Programming Books:http://commonsware.com/books
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home