Java Techies- Solution for All
Android
1.1 Introduction to Android
Android is a Linux-based, Open Source Operating System specially designed for touchscreen mobile devices such as smartphones and tablet computers. Learn more... |
1.2 Features of Android
Android OS provides beautiful and interactive UI, It has a number of features.
Learn more... |
1.3 Android VersionsThere are a number of Android version available in the market which are updated according to the enhancement made in the Android OS.
Learn more... |
1.4 Setting Up AndroidAndroid Application development can be done on different Operating Systems. For setting the Android Environment follow the given instructions and develop your own Android Applications.
Learn more... |
1.5 Android Application ArchitectureAndroid Operating System can be referred as a software stack of different layer, where each layer is a group of several program components.
Together it includes Operating System, middleware and important applications. Each layer in the architecture provides different services to the layer just above it.
Learn more... |
1.6 Android Application fundamentalsAndroid applications are written in the Java programming language. The Android SDK tools compile the code-along with any data and resource files-into an Android package,
an archive file with an .apk extension. All the code in a single .apk file is considered to be one application and is the file that Android-powered devices use to install the application.
Learn more... |
1.7 Android Hello_World ExampleWelcome to actual Android application development! This class teaches you how to build your first Android application.
You will learn how to create an Android project and run a debuggable version of the application. You will also learn some fundamentals of Android app design.
Learn more... |
1.8 Android ExamplesHere are some examples of Android application examples to learn Android Application Development.
Learn more... |