开发者

Can we create implicit Intent to call our own Activities

开发者 https://www.devze.com 2023-02-05 06:02 出处:网络
Is it possible to create implicit intent to call our own activity? If possible is it useful or better option is Explici开发者_如何学Got Intent?please explain your situation more...

Is it possible to create implicit intent to call our own activity? If possible is it useful or better option is Explici开发者_如何学Got Intent?


please explain your situation more... If a single Activity is there and you want to call the same activity again from this to have any refresh sort of thing... Then its not a good idea...

All the views can be updated without calling the same activity again. And if new view is to be generated then use another activity

0

精彩评论

暂无评论...
验证码 换一张
取 消