Now, we are going to create our first Android app in the Android development tutorial series. I assume that you’ve already setup a complete Android development environment and has a basic knowledge on Android application components and activity lifecycle.
Its a longstanding tradition that when learning a new programming language or a framework, the first program written is to display a ‘Hello World’ on screen. Its pretty easy with Android. We can create a Hello World program in Android with practically no coding at all. Here we will make our first Android app with some interesting functionality, rather than just a simple ‘Hello World’ app. Continue reading