Skip to content

Commit 324cf55

Browse files
committed
Link the last module on intent, to the concept lesson
1 parent 0236592 commit 324cf55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

concept_lessons/_android_intent.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ Lets see the example code
108108
Here we create the bundle object and put our data using various methods like putString, putBoolean etc.
109109

110110

111+
<div class="ac">
112+
<%= link_to "Go to hands on tutorial on Passing Data over Intent", app_tutorial_module_with_token_path("twitter", LessonModule.find_by_lesson_number(45).lesson.token), class: "btn btn-success btn-large" %>
113+
</div>
111114

112115
###Retrieving Data
113116

@@ -131,6 +134,7 @@ Once you get hold of this Intent object, you can call different methods to get t
131134
<br/>
132135
<%= image_tag "android_intents/intents.png", alt: "Intenets", title: "Implicit Intenets" %>
133136

137+
134138
###Opening Other App
135139

136140
So far we have seen how to open one activity from another and how to pass and consume data. Let us now see an example as how to open other apps from our app.

0 commit comments

Comments
 (0)