Android - Calling a method in one activity from another, without starting new activity

后端 未结 4 1921
北荒
北荒 2020-12-19 20:47

I\'m developing an Android app using GreenDroid. The application is just for testing atm, so it all it contains is an ActionBar with a refresh button, three tabs, and an act

4条回答
  •  萌比男神i
    2020-12-19 21:49

    In addition to the static method, you can not call any methods which in another activity!

提交回复
热议问题