From a73cf9fa8a93d341003040f014f9eab7541fafe9 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Verma Date: Sat, 21 Feb 2015 16:28:10 +0530 Subject: [PATCH] Update _android_introduction.html.md At the end of the third paragraph of What is Android? I think it should be an Android application, instead of the Android application. The indefinite article is used to refer to a particular member of a group or class. --- concept_lessons/_android_introduction.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concept_lessons/_android_introduction.html.md b/concept_lessons/_android_introduction.html.md index 1372ecc..5d8e821 100644 --- a/concept_lessons/_android_introduction.html.md +++ b/concept_lessons/_android_introduction.html.md @@ -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.
<%= image_tag "android-introduction/picture-1.png", alt: "Building Blocks of Android", title: "Building Blocks of Android" %>