Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 774 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 774 Bytes

weather-app

Simple applications for evaluating mobile application development with cross-platform and native development tools.

The application uses OpenWeatherMap API's to fetch and display current and forecast weather data for the current location based on the location information from the device's location services.

The repository contains three projects:

weather-app-android

Native mobile application for Android written in Kotlin.

weather-app-ios

Native mobile application for iOS written in Swift

weather-app-flutter

Cross-platform mobile application for Android and iOS made with Flutter SDK, written in Dart.