Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concept_lessons/_android_introduction.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Android has come a long since its inception in 2009 - A lot of things have chang

Though a lot has changed since the launch of Android, the basic building blocks of Android app have remained the same. Let's look at some of the basic building blocks of an Android app in detail. Later, we will see how all these components come together to create an app, using the example of a Twitter application.

An Android Application is coded in Java and compiled into a single distribution package called as APK. APK is the executable file which is installed on your phone as Android app. Let's walk through the various building blocks of the an Android application.
An Android Application is coded in Java and compiled into a single distribution package called as APK. APK is the executable file which is installed on your phone as Android app. Let's walk through the various building blocks of an Android application.

<br/>
<%= image_tag "android-introduction/picture-1.png", alt: "Building Blocks of Android", title: "Building Blocks of Android" %>
Expand Down