Reload activity in Android

Posted by hgpc on Stack Overflow See other posts from Stack Overflow or by hgpc
Published on 2010-06-16T13:41:47Z Indexed on 2010/06/16 13:52 UTC
Read the original article Hit count: 444

Filed under:
|

Is it a good practice to reload an activity in Android?

What would be the best way to do it? this.finish and then this.startActivity with the activity intent?

© Stack Overflow or respective owner

Related posts about android

Related posts about activity