1
00:00:00,750 --> 00:00:01,390
Welcome back.

2
00:00:01,560 --> 00:00:06,930
In this video, I would like to introduce the software, the application that you're going to build

3
00:00:06,930 --> 00:00:12,690
in this chapter so you can see we have this app called Happy Places, and it allows us to add happy

4
00:00:12,690 --> 00:00:17,150
places to our list here so you can see the data is stored permanently.

5
00:00:17,160 --> 00:00:23,850
So it will be available in a list for you here and it will be loaded once the app is loaded and we can

6
00:00:24,090 --> 00:00:25,760
then check out our happy places.

7
00:00:25,770 --> 00:00:30,380
So, for example, if you want to know more about Mount Everest, you can see we have an image here

8
00:00:30,420 --> 00:00:36,900
and we have a little text and a title and then we can view it on the map and see where it is.

9
00:00:36,930 --> 00:00:40,020
OK, so here you have the Google Maps integration.

10
00:00:40,020 --> 00:00:44,940
So you're going to see how to use that and also how to make this beautiful little list elements with

11
00:00:44,940 --> 00:00:48,810
an image that is rounded with a title and a description.

12
00:00:49,050 --> 00:00:55,440
And you can, of course, create new places any time by adding a title description to date when you

13
00:00:55,440 --> 00:00:58,050
were there as well as the location.

14
00:00:58,230 --> 00:01:01,380
So you can either select the location that you have to enter.

15
00:01:01,380 --> 00:01:10,500
And here we're going to use Google places and here we could search for Mt. Everest or Mountain View

16
00:01:10,500 --> 00:01:14,390
or whatever, and then it gives us this location, OK?

17
00:01:14,580 --> 00:01:18,940
Or we can just set the current location, which will then be a different one in this case.

18
00:01:18,990 --> 00:01:22,600
This is the location which is based on the latitude and longitude.

19
00:01:22,600 --> 00:01:29,160
So you will also see how to transform a latitude and longitude into a readable address, as well as

20
00:01:29,160 --> 00:01:32,250
you will see how to add an image here to this.

21
00:01:33,380 --> 00:01:39,230
UI element to this image view that we use here and that we can save it once we have entered all of those

22
00:01:39,250 --> 00:01:40,190
relevant values.

23
00:01:40,610 --> 00:01:42,670
All right, so that's it for this video.

24
00:01:42,920 --> 00:01:45,830
Now you know what you will build in this chapter.

25
00:01:46,010 --> 00:01:48,350
So I hope your height to both it and.

26
00:01:48,620 --> 00:01:50,290
Well, I'd say let's get started.

