class UsingActivity : AppCompatActivity
Part of using.
Activity responsible for showing the lendobjects currently used by the user
<init> |
Part of using. UsingActivity() |
masterDetail |
: Boolean, reflects whether the views should be drawn in master detail or not provides the implementation of BottomNavigation var masterDetail: Boolean |
onCreate |
Called when the activity is created fun onCreate(: Bundle?): Unit |
onDetailClick |
Method that navigates to the detail view when an list object in the usingDetailFragment is clicked. It sets the blank UsingDetailFragment, which will be updated on initialisation by the repo fun onDetailClick(): Unit |