app / com.ocean.ishareeconomy_android.using / UsingActivity

UsingActivity

class UsingActivity : AppCompatActivity

Part of using.

Activity responsible for showing the lendobjects currently used by the user

Constructors

<init>

Part of using.

UsingActivity()

Properties

masterDetail

: Boolean, reflects whether the views should be drawn in master detail or not provides the implementation of BottomNavigation

var masterDetail: Boolean

Functions

onCreate

Called when the activity is created

fun onCreate(savedInstanceState: 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