VehicleListFragment

class VehicleListFragment : 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

Link copied to clipboard
fun VehicleListFragment()

Functions

Link copied to clipboard
fun createChip(str: String)

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 onCreate(savedInstanceState: Bundle?)

It is default method which is executed whenever the fragment is loaded

Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?

It is default method which is executed after the View is created

Link copied to clipboard
open override fun onDestroyView()

Properties

Link copied to clipboard
lateinit var bodyResponse: String
Link copied to clipboard
var filterActionSheet: FilterActionSheet