class MyOrdersFragment : Fragment
The Fragment responsible for showing the list of the user's Orders.
<init> |
The Fragment responsible for showing the list of the user's Orders. MyOrdersFragment() |
onCreate |
fun onCreate(savedInstanceState: Bundle?): Unit |
onCreateView |
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? |