thanks <@U3DTVBXD4> - this is the way I was origin...
# android
j
thanks @frank - this is the way I was originally thinking of doing it but my only issue here is the correct way to pass events and data from the fragment, up through the activity to the presenter.. for example in FragmentC, we have button1 and edittext1.. and button1 should trigger a presenter method like "verifyCode(edittext1.text)" is the correct way do do this going to be something like ((SignUpActivity) getParent()).presenter.verifyCode(editText1.text)