1 00:00:01,220 --> 00:00:08,540 So will come back in this assignment you have received an array and some images and what you have to 2 00:00:08,540 --> 00:00:16,160 do is you have to develop an app where you type in name of someone and if they exist within that array 3 00:00:16,160 --> 00:00:20,290 and within that what we call a database that you made should appear. 4 00:00:20,450 --> 00:00:22,930 Let me show you the final app that you have to do. 5 00:00:22,930 --> 00:00:25,480 And that kind of should give you a better sense. 6 00:00:25,700 --> 00:00:29,410 So before that let me quickly show you the assets that you have. 7 00:00:29,420 --> 00:00:36,680 You have some images and you obviously have this array of different items in the array you have different 8 00:00:37,070 --> 00:00:39,890 dictionaries every dictionary has a name. 9 00:00:39,950 --> 00:00:42,340 It also has an image associated with it. 10 00:00:42,400 --> 00:00:48,200 But the images are not necessarily this as the same name as the name of the object. 11 00:00:48,290 --> 00:00:51,720 For instance for Mr. Dog the name of the photo is dog. 12 00:00:51,750 --> 00:00:59,580 Underscore I am g for the lambda the Ni-MH is actually called Happy underscore lound AJP G. 13 00:00:59,600 --> 00:01:00,850 So you have to keep that in mind. 14 00:01:00,860 --> 00:01:06,490 What doesn't change is that they all have a name key and they all have a photo kill. 15 00:01:06,600 --> 00:01:07,880 So now let's see the art. 16 00:01:07,940 --> 00:01:10,220 I'm going to go in here and run the application. 17 00:01:12,350 --> 00:01:17,250 Once the app shows up in your. 18 00:01:17,460 --> 00:01:24,100 So another the app launches I can search for things such as birds cat the dog so on and so forth. 19 00:01:24,310 --> 00:01:34,120 So I can look for birds and a photo of the birds shows up and the price for cat chat that one shows 20 00:01:34,120 --> 00:01:36,590 up here here's something I added. 21 00:01:36,690 --> 00:01:39,370 Maybe you want to have a look into doing that as well. 22 00:01:39,370 --> 00:01:40,160 And this is it. 23 00:01:40,190 --> 00:01:46,500 I can search either for a chat and the image of the cat shows up or I would search for charts lowercase 24 00:01:46,590 --> 00:01:53,260 and the image of the cat will show up or if I want to search for say road I could do this I could write 25 00:01:53,260 --> 00:01:56,780 it with the wrong spelling and still it will show up. 26 00:01:56,890 --> 00:02:03,760 So that's a nice thing to have finding a way that no matter how they use or spell something it will 27 00:02:03,760 --> 00:02:05,200 eventually be found. 28 00:02:05,200 --> 00:02:07,140 So here's what your task is. 29 00:02:07,150 --> 00:02:14,140 You have five objects in year for each of them for all of them you have an array that includes all of 30 00:02:14,140 --> 00:02:20,410 their names and their photo images for Turkey and you have to develop an interface for users can run 31 00:02:20,470 --> 00:02:28,000 a search you can save birds and birds will appear or you can say one of them or that one is what's called 32 00:02:28,000 --> 00:02:29,090 lamb. 33 00:02:29,230 --> 00:02:33,380 And be like that they bad the spelling is still it shows up. 34 00:02:33,550 --> 00:02:35,080 So that's about that. 35 00:02:35,080 --> 00:02:36,160 Good luck with it. 36 00:02:36,190 --> 00:02:40,820 Once you are done please submit your work or so others can benefit from it as well. 37 00:02:40,960 --> 00:02:43,060 And if you have any questions let me know.