开发者

How to move Activity to mapActivity in android application

I have one application. I need to display a map view when we click on Help button. Actually 开发者_高级运维the Help button is in one class and google map is in another class. Now how can we call one map activity class from another activity class.


You launch the activity using an Intent:

  • http://getablogger.blogspot.com/2008/01/android-how-to-launch-activity.html
  • http://developer.android.com/guide/topics/intents/intents-filters.html
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜