1
00:00:00,330 --> 00:00:06,689
Welcome back and this chapter, we're going to build a weather app, even though the application itself

2
00:00:06,689 --> 00:00:12,420
is not going to be super complex, but it's going to have a bunch of features which are super important

3
00:00:12,420 --> 00:00:17,910
when it comes to building applications for customers, because very often you will need data from the

4
00:00:17,910 --> 00:00:23,730
Internet in a way or another, and we're going to see how to use chasten data in order to display it

5
00:00:23,730 --> 00:00:24,690
in your application.

6
00:00:24,900 --> 00:00:28,860
And I even had some contracts that I needed to do.

7
00:00:28,860 --> 00:00:33,720
And there they needed to get data from the Internet and we needed to use exactly what you are going

8
00:00:33,720 --> 00:00:34,930
to learn in this chapter.

9
00:00:35,250 --> 00:00:41,010
OK, so you're going to see how to use the JSON API, how to use the Internet connection of your phone

10
00:00:41,010 --> 00:00:47,580
to get data from the Internet, how to use retrofit in order to save a lot of time because it's another

11
00:00:47,580 --> 00:00:49,500
Third-Party library that really helps out.

12
00:00:49,800 --> 00:00:56,790
Then we are going to see how to use post and get requests and also how to use the third party library,

13
00:00:56,790 --> 00:01:00,060
Jaeson, which is going to make our life a lot easier.

14
00:01:00,240 --> 00:01:02,630
And of course, we're going to display weather data.

15
00:01:03,030 --> 00:01:03,560
All right.

16
00:01:03,750 --> 00:01:05,720
So let's get right into it.

17
00:01:06,090 --> 00:01:07,050
See you in the next video.

