Android

Android activity & Activity Lifecycle

In layman language activity can be explained as a screen which we see when we open an application and we navigate from one a…

Creating Our First Android App (with APK)

Inside java folder of your project there will be mainly two files:  “ activity_main.xml ” and “ MainActivity.java ”. Basic…

Load More
That is All