How do you teach a class with mixed Android and iOS devices, where 60% of the students use Android and 40% use iOS? I am writing an App with Map and OpenWeather API to teach API calling and basic map manipulation. However, I can't use the same code for both the Map and ListView used in the App, since there are incompatible; iOS has more restriction at this time. And on iOS, the Map marker won't appear where I tapped on the map.
ListView is used to store the date, time, temperature, humidity, and a weather-icon, so I need Image, MainText, DetailedText layout. However, iOS can't show this ListView layout correctly at this time.
Just wondering how other teachers deal with this?
Thank you,
Stonez56