1
00:00:00,150 --> 00:00:02,150
So hopefully that makes sense.

2
00:00:02,220 --> 00:00:08,520
And if we actually click on this back what's in here now we can see that this is our first activity

3
00:00:08,520 --> 00:00:09,080
here.

4
00:00:09,360 --> 00:00:11,590
And if we actually click on this button again here.

5
00:00:11,670 --> 00:00:14,080
Now this is our second activity.

6
00:00:14,160 --> 00:00:14,560
OK.

7
00:00:14,580 --> 00:00:17,890
So I think that's enough for this tutorial.

8
00:00:18,120 --> 00:00:23,850
And if you have any questions please post the discussion in the course and then I'll do my best to answer

9
00:00:24,290 --> 00:00:25,590
all of your questions.

10
00:00:25,590 --> 00:00:28,780
And this was actually a simple and direct application.

11
00:00:28,930 --> 00:00:29,390
OK.

12
00:00:29,580 --> 00:00:37,140
And in this tutorial I taught you how you can actually go from one activity to another activity.

13
00:00:37,490 --> 00:00:38,030
OK.

14
00:00:38,250 --> 00:00:43,690
You can actually switch between activities by actually creating an intent object.

15
00:00:43,710 --> 00:00:44,090
OK.

16
00:00:44,190 --> 00:00:49,410
So that's the job of this intent object in order to seach between activities and he and as you can see

17
00:00:49,410 --> 00:00:53,160
it is said class method actually exits two arguments.

18
00:00:53,160 --> 00:00:57,010
The first argument is that is the activity the current activity.

19
00:00:57,150 --> 00:00:57,680
OK.

20
00:00:57,900 --> 00:01:01,350
And the second argument is the activity that you want to switch to.

21
00:01:01,350 --> 00:01:06,540
OK so this is our second activity that class after we actually call this Meffert on this object we need

22
00:01:06,540 --> 00:01:12,450
to call this thought activity and this Meffert actually to accept an argument of type intent.

23
00:01:12,450 --> 00:01:12,920
OK.

24
00:01:13,140 --> 00:01:18,030
So we need to pass this object to this method and then it's going to actually open the second activity

25
00:01:18,030 --> 00:01:18,710
for us.

26
00:01:18,860 --> 00:01:19,610
OK.

27
00:01:20,100 --> 00:01:21,750
So hopefully it does makes sense.

28
00:01:21,750 --> 00:01:24,750
Thank you very much for watching and I'll see you in the next tutorial.

