1
00:00:00,120 --> 00:00:03,220
So there we are, we're done with the Weatherup, I hope you enjoyed that.

2
00:00:03,240 --> 00:00:11,040
Now you can use API calls using Jason Jaeson, retrofit a bunch of new third party libraries that we

3
00:00:11,040 --> 00:00:12,000
have not used before.

4
00:00:12,450 --> 00:00:19,290
We use Dexter again for getting permissions and we use the Internet connection on the phone.

5
00:00:19,300 --> 00:00:24,690
So of the users so that we can get data from the Internet so that we can display the data in the right

6
00:00:24,690 --> 00:00:25,110
format.

7
00:00:25,410 --> 00:00:25,850
All right.

8
00:00:25,860 --> 00:00:27,060
So that's what we've done.

9
00:00:27,420 --> 00:00:29,420
And I hope you enjoyed this chapter.

10
00:00:29,430 --> 00:00:35,340
It's a bunch of new features that you have learned, a bunch of new functionality that is so, so important

11
00:00:35,580 --> 00:00:41,130
when it comes to developing applications, because now the applications are even more complex.

12
00:00:41,130 --> 00:00:47,700
The ones that you can build, you can now actually do a lot of contract work because most applications

13
00:00:47,700 --> 00:00:50,820
will use this feature or many of them will use this feature.

14
00:00:50,820 --> 00:00:56,320
And many of the applications that your customers need are going to use this kind of data.

15
00:00:56,430 --> 00:00:59,790
So you need data from somewhere in most applications.

16
00:00:59,910 --> 00:01:04,650
So either you build the data yourself and you have it in the application or you use an API call.

17
00:01:04,650 --> 00:01:07,770
So you download the data from the web and you use it.

18
00:01:08,010 --> 00:01:11,670
And those API calls, sometimes you have to pay for it.

19
00:01:11,760 --> 00:01:17,460
It really depends on what kind of data you need because somebody has to prepare the data and that is

20
00:01:17,460 --> 00:01:23,820
super powerful because now you can even send data and you can retrieve back the result of whatever you

21
00:01:23,970 --> 00:01:24,540
have sent.

22
00:01:25,170 --> 00:01:28,230
OK, so that's it for this video.

23
00:01:28,440 --> 00:01:36,480
In the next chapter, we are going to look at our most advanced application, which is the pro Menasche.

24
00:01:36,810 --> 00:01:40,530
I used the most stupid name that I came up with, and that's it.

25
00:01:40,550 --> 00:01:46,050
So we're going to build a project management tool, which is a clone, so to speak, of Trello.

26
00:01:46,050 --> 00:01:51,180
So it's going to have most of the core functionality of Trello and it's going to have a lot of advanced

27
00:01:51,180 --> 00:01:51,450
stuff.

28
00:01:51,450 --> 00:01:56,700
And it's a super long chapter because there is so much stuff to learn.

29
00:01:56,710 --> 00:01:57,630
It's amazing.

30
00:01:57,870 --> 00:02:04,080
It's just so much interesting content and many features that you will need when you want to build an

31
00:02:04,080 --> 00:02:06,640
application with a many to many relationship.

32
00:02:06,930 --> 00:02:13,410
So when a user can have multiple boards but a board can have multiple users, so.

33
00:02:14,420 --> 00:02:17,750
I'd say let's dive right into the next chapter, so you there.

