I have an ActionBarActivity and fragment. I am using FragmentPagerAdapter that provides fragment to my app. My question How can I access parent Activit
ActionBarActivity
FragmentPagerAdapter
In Kotlin it is very easy to access parent Activity View in Fragment
activity!!.textview.setText("String")