Vehicle List Fragment
VehicleFragment is used to display list of vehicles fetched from API. With the help of VehicleListViewModel
it manages the list and help to filter it based on its parameter. It also includes VehicleListAdapter which is used to manage each item of vehicleList. On click of each item in VehicleList. It will open MapsActivity
which will display the current position of vehicle and other information.
Created at : December 25, 2021
Author
Darshan Bhanushali
See also
Constructors
Functions
Link copied to clipboard
It is used to create a Chip
which will display type of filter applied to the list & add it under ChipGroup
Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
Content copied to clipboard
It is default method which is executed after the View is created
Link copied to clipboard