Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.09 KB

Day 26.md

File metadata and controls

30 lines (20 loc) · 1.09 KB

Day 26 - Assignments for the day

  1. Morning Challenge

  2. Refactor Ashish's code

  3. Refactor your own Sudoku Code

  4. 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

  1. 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