9 October 2017

Working with Android Touch Event

In this Example we will discuss about how to interact with the touch event in android.
Previously Touch Event mostly used will developing games but in today's scenario this also getting used in most of the Normal apps to give a more user friendly interface.
Many view in Android Comes with Some Inbuilt method to interact with touch events but then also we must know the main Technic  how to implement

24 September 2017

Create Alert Dialog with Radio Button and Check Boxes

Android Platform Comes With Tremendous types of Customization with any views and elements this makes android mobile platform different from others operating system. That why everyone wants to learns android development as compare to other.
So now here we came with our new android basic tutorial on How to Implement alert dialog in android app with radio button and check boxes.
In this we talk about basic implementation of alert dialog and their Listeners.

14 September 2017

Get The List of Sensors Available in Phone

In this Example of Android, We will See How to Get the List of Sensors which are available in Phone
in Today's world where Apps is Developing with So Much Of advanced Features, Many Apps Are Presents in Play store which uses the Sensors Which are available in Phone To Get some Real-time Data and Make Some Calculation with That and show some Output.

13 September 2017

How To Create List in Android Using ListView

Here I will start From The Basic View and Examples of Android. here we will discuss the most useful and important Part for most of the Android App That is How to  Implement ListView in Android App and How To Set a Listeners in That ListView.

12 September 2017

Make Call and Send Message Through App

In this tutorial, I will be demonstrating how to build an App with a Functionality of Calling And Sending Message without Using Phones dialerPad Or Message Inbox.

13 August 2017

Collapsible View Pager With Indicators

Hello Friend, Here We again came with our another amazing android Development tutorial On how to implement collapsible View Pager with Circular indicators
This can help in your app if you have to show some graphical ads on top of your screen to attract more User.

25 May 2017

Android Customize list using RecyclerView

Hello guys Today we will Discuss about Recycler view which is a second option As a list view But now a days Everyone Prefer Recycler view as compared to BaseAdapter because of