Sunday 28 August 2016

How One can Get Started with Android App Development.

To Start with Android App Development is not a big deal. Anyone who is familiar with coding and having a little bit of  programming language concept can start building there Android Apps.

Android is an open source and Linux-based operating system for mobile devices such as smartphones and tablet computers.Android was developed by the Open Handset Alliance, led by Google. Recently Google has launched there latest release Android 7.0, Nougat on August 22,2016. 

nougat
Android 7.0,Nougat
 So, the question come how to get Started ?
Android programming is based on Java programming language so if you have basic understanding on Java programming then it will be a fun to learn Android application development.
JAVA Programming

Otherwise I am listing some cool JAVA learning Websites, Books & Video Tutorials which can help you to learn JAVA concepts very well.

  • Websites
  1. Oracle-JAVA:Getting Started
  2. Javapoint
  3. CodeSope
  4. Udacity
  5. Codeacademy
  6. Tutorialspoint
  • Books
  1. Head First JAVA
  2. Java: The Complete Reference By Herbert Schildt
  3. Java 8 Programming Black Book
  4. Introduction to Programming in JAVA By Robert Sedgewick

  • Video Tutorials
  1. thenewboston Videos & Tutorials
  2. CaveofProgramming
  3. Programming-Knowledge

Now after you had successfully mastered JAVA concepts you can start learning Android quite easily.

Android Programming
Once you have learned Java, the next step is to learn how to use Java to create Android apps. For that you will need the Android Software Development Kit (SDK). The Android SDK provides all the API libraries and tools you need build an Android app. Google offers the Android Developer Tools (ADT) bundle which includes the SDK, a version of the Eclipse IDE with the ADT plugins, and the Android Platform-tools with the Android emulator.
Developing an Android app is more than just Java, you need to understand how the Android UI is constructed (using XML), and how to access the different Android subsystems. Google has a series of tutorials about Android development. The  Getting Started tutorial shows you the bare essentials of Android app development.

If you want to learn from some cool sites then you can follow:-

For Video Courses in Android you may watch these:



But as per my recommendation I suggest you may follow this video course which is given below:


                                Udacity - Developing Android App

I hope these information and links are might be helpful for you to build your foundation in Android.



No comments:

Post a Comment