Android Studio Tutorial For Beginner #1: Introduction & Installation
Android is the most popular OS ever developed for mobile devices. And you know it already! Almost everybody around you
Read moreAndroid is the most popular OS ever developed for mobile devices. And you know it already! Almost everybody around you
Read moreI have explained about different layouts in android and why those are used. But now you have to learn that
Read moreAndroid Studio IDE has many tools and features which you can use in different ways to develop an amazing application.
Read moreA button is a widget which you can use to listen to events occurring in an activity. If a user
Read moreApplication component consists of essential building blocks to develop an android application. These components should be added in the manifest
Read moreA layout defines the structure for a user interface in your app, such as in an activity ( How Your
Read moreCreating activity and learning how it works is a very important part while you start to learn android app development,
Read moreIt has been more than 10 years when Android was first released but it is still in progress and market
Read moreIntroduction Android AsyncTask is an abstract class which perform heavy tasks in the background and keep the UI thread light
Read moreList View is used view in android studio. To implement a Custom Adapter on list view is really simple task
Read more