Index
All Classes and Interfaces|All Packages
O
- onBackPressed() - Method in class com.example.cardiacrecorder.MainActivity
-
Called when the back button is pressed.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.cardiacrecorder.AllRecordsFragment
-
sets up the RecyclerView to display the user's records in descending order based on the timestamp.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.cardiacrecorder.ForgetPasswordFragment
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.cardiacrecorder.SignInFragment
-
Inflates the layout for this fragment and initializes the necessary views and variables.
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.example.cardiacrecorder.SignUpFragment
-
Inflates the layout for this fragment and initializes the necessary views and variables.
- onCreateViewHolder(ViewGroup, int) - Method in class com.example.cardiacrecorder.RecordAdapter
- onOptionsItemSelected(MenuItem) - Method in class com.example.cardiacrecorder.CreateNote
- onOptionsItemSelected(MenuItem) - Method in class com.example.cardiacrecorder.EditRecordActivity
- onOptionsItemSelected(MenuItem) - Method in class com.example.cardiacrecorder.RecordDetailsActivity
- onResume() - Method in class com.example.cardiacrecorder.AllRecordsFragment
-
Called when the fragment is visible to the user and actively running.
- onStart() - Method in class com.example.cardiacrecorder.AllRecordsFragment
-
Called when the fragment is visible to the user and actively running.
- onStop() - Method in class com.example.cardiacrecorder.AllRecordsFragment
-
Called when the fragment is no longer visible to the user and not actively running.
- onViewCreated(View, Bundle) - Method in class com.example.cardiacrecorder.AllRecordsFragment
- onViewCreated(View, Bundle) - Method in class com.example.cardiacrecorder.ForgetPasswordFragment
-
Used to change the password if the user forgot it
- onViewCreated(View, Bundle) - Method in class com.example.cardiacrecorder.SignInFragment
-
Called when the fragment's view has been created and is ready to be used.
- onViewCreated(View, Bundle) - Method in class com.example.cardiacrecorder.SignUpFragment
-
Called when the view hierarchy is created for the fragment.
All Classes and Interfaces|All Packages