The Visited Cities App is a simple Android application that allows users to maintain a list of visited cities.
Features
- City List: The main screen displays a LazyList of cities.
- Add City: Users can add a new city to their visited list by clicking the floating action button. They can input the city name and country, and the list dynamically updates.
- Sorting: After adding a city, the user can sort the list alphabetically.