We have already covered the details about the Android Studio in the previous post, don't worry if you missed that click here if you want to have a look.
One
thing I want to share with you that this IDE (Integrated Development
Environment ) is designed specially for the development of android apps.
One can use it on operating Systems like WINDOWS, MAC OS and LINUX.The
minimum required RAM for...
Showing posts with label AndroidFundamentals. Show all posts
Showing posts with label AndroidFundamentals. Show all posts
Sunday, 26 April 2015
02:20
Android Studio . How it works?

Android Studio
Android Studio is the integral development environment used for development of Android Apps.
It is based upon the IntelliJ Idea development environment and it is the
Official development tool for Android Application development for
Google play.
Android studio is based upon the concept...
02:17
Android Architecture in details ...

Linux Kernel-
In the linux kernel we have libraries and android runtime that helps to work with different concepts.
For example SqlLite is a library to store data within the App. We can
have media libraries to interact with Videos, Audios and Pictures etc.
We also have a very...