app / sg.edu.ntu.scse.cz2006.gymbuddies / GymSearchActivity

GymSearchActivity

class GymSearchActivity : AppCompatActivity

Activity used to search for a gym with parameters

Author
Kenneth Soh

Since
2019-10-14

Constructors

<init>

Activity used to search for a gym with parameters

GymSearchActivity()

Functions

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