WEBVTT

1
00:00:00.240 --> 00:00:01.660
Hi and welcome back.

2
00:00:01.680 --> 00:00:05.780
In this section, we will dive deep into
building a social media feed application.

3
00:00:05.810 --> 00:00:07.900
Get ready to unlock the power of react

4
00:00:07.930 --> 00:00:13.700
native as we explore the creation of a
dynamic and engaging social media feed.

5
00:00:13.730 --> 00:00:15.900
But before we jump into the nittygritty

6
00:00:15.930 --> 00:00:20.660
of coding, let's start with a preview
of what we're about to learn.

7
00:00:20.690 --> 00:00:24.780
In this introductory video,
we'll provide you with a sneak peek

8
00:00:24.810 --> 00:00:28.380
of the demo application we'll be
building throughout this course.

9
00:00:28.400 --> 00:00:29.740
This will give you a glimpse

10
00:00:29.760 --> 00:00:33.540
into the amazing features
and functionalities that await you,

11
00:00:33.570 --> 00:00:38.140
from installing custom fonts to utilizing
flatlist and implementing infinite scroll.

12
00:00:38.170 --> 00:00:41.180
I'll guide you through each step
of the development process.

13
00:00:41.210 --> 00:00:44.500
We are going to write every line of this

14
00:00:44.530 --> 00:00:50.500
application together because I really
believe that practice makes it perfect.

15
00:00:50.520 --> 00:00:53.260
By the end of this course,
you'll have the skills and knowledge

16
00:00:53.290 --> 00:00:56.580
to create your own captivating
social media feed.

17
00:00:56.610 --> 00:00:58.940
So get ready to embark on this coding

18
00:00:58.970 --> 00:01:04.210
adventure with me and let's dive
into a small demo right here.

19
00:01:04.240 --> 00:01:06.720
Here you see the application that we are

20
00:01:06.750 --> 00:01:12.770
about to build, presented in the
emulator of Android and iOS here.

21
00:01:12.800 --> 00:01:14.620
So particularly in this section,

22
00:01:14.650 --> 00:01:19.570
we are going to build these stories
shown here, the user stories.

23
00:01:19.600 --> 00:01:25.930
And then we're going to build out
the design for these posts shown here.

24
00:01:25.960 --> 00:01:28.820
And they are going to have an infinite

25
00:01:28.850 --> 00:01:33.930
scroll capability which is not
visible and is intended to be

26
00:01:33.960 --> 00:01:37.000
so, because we fetch data as we're

27
00:01:37.030 --> 00:01:39.620
scrolling and user
doesn't really notice it.

28
00:01:39.650 --> 00:01:41.960
But once they get to the end and there's

29
00:01:41.990 --> 00:01:46.980
no more data to show, we're going to be
stopping displaying any more data.

30
00:01:47.000 --> 00:01:48.740
So this is what we're going to be building

31
00:01:48.770 --> 00:01:53.380
in this section together, and we're going
to write every line of code together.

32
00:01:53.410 --> 00:01:55.780
And you're going to be able to build

33
00:01:55.810 --> 00:01:59.460
something like this on your own
once we're done with this section.

34
00:01:59.490 --> 00:02:07.340
So prepare and let's get ready for our
coding adventure and see what awaits us

35
00:02:07.370 --> 00:02:11.340
in the world of the social
media feed development.

36
00:02:11.370 --> 00:02:12.780
Thanks so much for watching.

37
00:02:12.810 --> 00:02:14.520
I'll see you in the next video.

