Android programming

Introduction to Android Programming

The Android class Library (ACL)
Just as we have the java class library (JCL) we also have the android class library (ACL)
As you already know that without the experience or the background of java, programming in android will be difficult.

import android.accessibilityservice
import android.animation
import android.accounts
import android.annotation
import android.app
import android.bluetooth
import android.appwidget
import android.content
import android.database
import android.drm
import android.gesture
import android.graphics
import android.inputmethodservice
import android.hardware
import android.location
import android.Manifest
import android.media
import android.mtp
import android.nfc
import android.net
import android.opengl
import android.os
import android.preference
import android.print
import android.printservice
import android.provider
import android.R
import android.renderscript
import android.sax
import android.security
import android.service
import android.speech
import android.system
import android.telecom
import android.telephony
import android.test
import android.text
import android.transition
import android.util
import android.view
import android.webkit
import android.widget
Do not be afraid you do not need to study all to become a good android programmer. You can start with this importance once like
1. android.app
2. android.WebKit
3. android.widget
4. android.view
5. android.graphic

Learning this 5 class library can make you a good programmer. But in this tutorial and later tutorials we shall consider all the class library.
By the time of writing this we have 41 android class library. Let us take a look at the java class library
import java.awt
import java.beans
import java.io
import java.lang
import java.math
import java.net
import java.nio
import java.security
import java.sql
import java.text
import java.util
By the time of writing this, we have 11 java class library. To put every thing to your understanding let us take the history of android.

History of Android

Android is a mobile operating system developed by Google. It is basically a touchscreen mobile such as smartphone and tablet. The word Android from most dictionaries means a "Robot".
Google is an American company. It was founded by Larry Page and Serge Brain while they were PhD student at Stanford university California. Recently, they have been able to build product such as Google search, Google Doc, Google translate, Gmail, Google calender, Google maps, YouTube, Google keep, Google photo, Google chrome etc. All the above mension are software, Google has now move from software to hardware from 2010 - 2015. Google began in January 1996.
Google has now develop other product apart from smartphone such as Android TV, Android auto for cars and Android wear for wrist watches. Android has been the best selling os on the market since 2013
Google bought android in 2005. Android was first in development by the Android inc.
In July 2013 the Google play store has had over one million android applications.
Android inc was founded by Paolo Alto, California in October 2003. The early intension of the company were to develop an advance operating system for digital cameras. The company created a smart phone that would rival symbian and Microsoft windows mobile.
July 2005 Google bought Android inc for at least $50 million including some top employees. At last Google has enter smart phone world and has made life easy
Why you should study Android.
1. Portability: Android is created using java programming language which can run on multiple device such as android, blackberry, symbian, window etc

2. Integrated Development Environment: Android has a lot of place to get started such as Android studio, eclipse, Net beans etc

3. Java: it is derive straight from the java language

4. Play store: you can develop an app in which the world can get access to either free or paid. Meaning that you can make money and become a billionaire. You can become more creative in digital programming and company may need you when you least expect it

5. Android has a lot of things to learn in the android class library. You can see it has an extension to the Java class library.

6. Android has future plans in marking the world computerise. It now surpport text to speech to even give it a future ways of developing a more advance applications.

The android.widget   package or class library has about like 106 super class.
Import                         android.          .         widget.                    .                toast;
Java key word.                 The android class widget.                      The super class
Our next tutorial will be from android.widget.*; we shall look at how to use the widget class
As you can see I have more to offer
Stay with me and let us have fun


No comments:

Post a Comment