1
00:00:00,210 --> 00:00:06,060
Welcome back and this chapter, we are going to build the Happy Places application, so this is an application

2
00:00:06,060 --> 00:00:13,440
where you can store your favorite places so either you can select them on the map or you can select

3
00:00:13,440 --> 00:00:17,810
the current location, and that will then be stored as one of your favorite locations.

4
00:00:18,030 --> 00:00:20,690
We're going to use list views or recycle use.

5
00:00:20,700 --> 00:00:23,690
Once again, we're going to use your GPS data.

6
00:00:24,000 --> 00:00:26,020
So how to get the location of the user?

7
00:00:26,230 --> 00:00:32,850
We're also going to use places which is available by Google or made available by Google, which is very

8
00:00:32,850 --> 00:00:33,420
useful.

9
00:00:33,690 --> 00:00:40,020
So you can just search for a specific name and it will show you the different options that there are.

10
00:00:40,320 --> 00:00:43,650
Then we're going to see how we can select images from the camera.

11
00:00:43,650 --> 00:00:50,220
So we're going to see how to create images with the camera, select those images or even from the library.

12
00:00:50,490 --> 00:00:57,120
We're going to use third party libraries such as Dexter for easier permission handling because you cannot

13
00:00:57,120 --> 00:01:03,180
just use permissions of the application without asking for them, for example, the camera or getting

14
00:01:03,180 --> 00:01:04,590
data from the phone.

15
00:01:04,840 --> 00:01:10,040
Then also we're going to pass whole objects to another activity.

16
00:01:10,350 --> 00:01:13,250
We're going to also see how we can use SWIP to edit.

17
00:01:13,740 --> 00:01:18,630
So, for example, if you want to delete something or if you want to add an entry in a recital of you

18
00:01:18,810 --> 00:01:20,340
now, you will be able to do that.

19
00:01:20,580 --> 00:01:25,050
We're going to use the Google Maps API in order to display a location on the map.

20
00:01:25,290 --> 00:01:33,030
And then we are going to use latitude and longitude in order to get an address from that location data.

21
00:01:33,430 --> 00:01:33,820
All right.

22
00:01:33,840 --> 00:01:37,620
And of course, we're going to use a lot of stuff that we have used already.

23
00:01:37,920 --> 00:01:43,380
So it's going to be even better for you to really work with it.

24
00:01:43,440 --> 00:01:49,110
So to reuse it, because that will definitely make sure that you know how to use it in the future.

25
00:01:49,550 --> 00:01:51,990
OK, so I hope you're excited.

26
00:01:52,260 --> 00:01:53,400
See you in the next video.

