A B C D E F G H L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- filter(String) - Method in class com.example.airplanned.adapter.FlightAdapter
-
filters the list by user search
- Flight - Class in com.example.airplanned.model
-
This object stores data retrieved from a flight api It stores the airline name, flight time, flight location to destination and the cost of the flight
- Flight(Flight) - Constructor for class com.example.airplanned.model.Flight
-
copy constructor of flight object
- Flight(String, String, String, String, String) - Constructor for class com.example.airplanned.model.Flight
-
flight object constructor
- FlightAdapter - Class in com.example.airplanned.adapter
-
the purpose of this class is to adapt the flight objects into a layout for the flight pages functionality
- FlightAdapter(Context, List<Flight>) - Constructor for class com.example.airplanned.adapter.FlightAdapter
-
constructor
- FlightAdapter.ViewHolder - Class in com.example.airplanned.adapter
-
this class takes the xml page items and makes them into variables for the adapter to use
- FlightApi - Interface in com.example.airplanned.api
-
The purpose of this class is to store all the api calls for the flight functionality
- FlightPageActivity - Class in com.example.airplanned.activity
-
the purpose of this activity is to handle the searching of flights function
- FlightPageActivity() - Constructor for class com.example.airplanned.activity.FlightPageActivity
All Classes All Packages