I have written this article about differences between Android Studio Vs Eclipse is something i have experienced during my android application development. And i will tell you the reason why i prefer Android Studio over Eclipse. Eclipse Eclipse is simple and shorter build time when compare to android Studio. It is very lagging when you […]
Android | How To Set Default Activity For Android Application?
Very easy to set default activity for Android Application Every app has a landing page we often call it homepage/ default page where we show splash animation or intro page of our app. If our app has more than one activity then we have to know how to set default activity. In Android, you can configure […]
Android Activity LifeCycle Explained
Activity is one of the instances of an android application and we can create activities in android application. Each has it’s own life cycle and callbacks. Lifecycle has been managed by android operating system. An android application existing either in one of the following state of lifecycle. Create Start – UI is visible now Pause – […]
- « Previous Page
- 1
- …
- 3
- 4
- 5