class GymSearchActivity : AppCompatActivity
Activity used to search for a gym with parameters
Author
Kenneth Soh
Since
2019-10-14
<init> |
Activity used to search for a gym with parameters GymSearchActivity() |
getParam |
Retrieves all parameters for view elements and store it in the gym search paramter object fun getParam(): GymSearchBy? |
onCreate |
Internal lifecycle function when the activity is created fun onCreate(savedInstanceState: Bundle?): Unit |
onOptionsItemSelected |
Internal lifecycle function for when menu item is selected fun onOptionsItemSelected(item: MenuItem): Boolean |