- For Demo/Education Reference Only.
In this tutorial, You will get an idea about Android Studio, which is Official IDE for Android. Android Studio provides the fastest tools for building apps on every type of Android device. You will get basic idea about Project Structure, User Interface, Tool Windows etc. There are basically Java, XML files in any Android Projects. In .java file we are writing Logic in XML file we are doing layout/User Interface and in AndroidManifest, we have permission related XML tags. Various layouts are available for developing for good User Interface in Android. Introduction to Android and Create “Custom Message” application. That will display “Custom Message” in the middle of the screen in the Black color with Yellow background.
In this tutorial, You will get an idea about how to use Button, Edittext, Toast Message for calculate sum of two numbers. You need to use “parseInt()” during this tutorial. Create an android application to calculate sum of two numbers and gives result in Toast Message.
In this tutorial, You will get an idea about how to use Chronometer and Toast Message combination.Create an application that will display Toast (Message) on specific interval of time.
In this tutorial, You will get an idea about how to make simple Temperature Converter Application in Android. We will use RadioButton, EditText to convert Temperature from Fahrenheit To Celsius and Celsius To Fahrenheit.
In this tutorial, You will get an idea about how to make simple Login Application in Android with following features Successful Login message in TextView with Green background if Username & password is correct. Failure message in TextView with Red background if Username or password is incorrect.Disable Login Button after three wrong login attempts. Close application if user selects Cancel Button. We will use Button, EditText, TextView ,”setVisibility()”.
In this tutorial, You will get an idea about how to make simple Torch/Flashlight Application in Android with Torch/Flashlight ON/OFF feature.We will use android.permission.CAMERA for uses-permission and android.hardware.camera for uses-feature.
In this tutorial, You will create an application that will change color of the screen, based on selected options from the menu.
In this tutorial, You will create an application using the fragment.
In this tutorial, You will create an application using the Webview.