Is there a method that works like start fragment for result?

后端 未结 10 1283
孤城傲影
孤城傲影 2020-12-02 09:51

I currently have a fragment in an overlay. This is for signing in to the service. In the phone app, each of the steps I want to show in the overlay are their own screens and

10条回答
  •  独厮守ぢ
    2020-12-02 10:12

    In your fragment you can call getActivity(). This will give you access to the activity that created the fragment. From there you can call your customize method to set the values or to pass the values.

提交回复
热议问题