Update 'Assignment'

Javier Cicchelli 2023-04-07 11:55:49 +00:00
parent 77b27af381
commit 4ac81b9dce

@ -3,7 +3,7 @@
Clone the Wikipedia app from [GitHub](https://github.com/wikimedia/wikipedia-ios). The Wikipedia app can be called from other apps via deep linking.
Modify the Wikipedia app so that it can be called in a way so that, when started, it directly
goes to the Places tab and shows the location specified by the calling app (e.g. via coordinates), instead of the current location.
goes to the **Places** tab and shows the location specified by the calling app (e.g. via coordinates), instead of the current location.
Create a simple test app with a list of locations. Your app should fetch locations
from this [location](https://raw.githubusercontent.com/abnamrocoesd/assignment-ios/main/locations.json). Tapping on a location should call the Wikipedia app in this new way to demonstrate the functionality. The user of the test app should be allowed to enter a custom location and open the Wikipedia app there.