leedsjb / aviation-preflight-manager

Final Project Android App for INFO 448 - Android App Development - Fall 2017
3 stars 0 forks source link

Activity to add a new plane. #11

Closed ishansaksena closed 6 years ago

ishansaksena commented 6 years ago

Select from a list and add details in activity with a form.

leedsjb commented 6 years ago

The way I was thinking this might work is to query the ICAO aircraft models API. Then when you choose a model from the list it is added to your user profile in Firebase as one of your planes. API details are here:

https://www.icao.int/safety/iStars/Pages/API-Data-Service.aspx

ishansaksena commented 6 years ago

We have the activity to select planes from, we need to make it write to firebase, and show it in the activity.