-
Morning Challenge
-
Refactor Ashish's code
-
Refactor your own Sudoku Code
-
Timezone picker
Stage 1: Create a screen which displays timezone property similar to:
But we want to merge the region and timezone property
so it should be: Asia/Kolkata (GMT+5.30)
When this item is clicked it should take me to list of all available timezones
Stage 2: Implement search on list page just like flutter sample app
- Stretch Add Search functionality to maps app
Load the cities from this json file
Get rid of the list of cities on page Have a search button which navigates to search page, show the list of cities as and when user types Have a read of this article to handle json data