MainActivity¶
-
public class
MainActivity
extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener¶ Main app activity of the app Dr Tinder. Displays the 2 main fragments: Selection and Chatlist
Methods¶
onCreate¶
-
protected void
onCreate
(Bundle bundle)¶ Called when the activity is starting
Parameters: - bundle – If the activity is being re-initialized after previously being shut down then this Bundle contains the data it most recently supplied in onSaveInstanceState(Bundle). Note: Otherwise it is null.