Android Studio Tutorial For Beginner #2: Where To Start?
Android Studio IDE has many tools and features which you can use in different ways to develop an amazing application.
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 moreAs a Beginner in Android, everyone looks for ways to apply “validations”. there are different ways to implement validations but
Read more