Android get public ip address programmatically

Hey, In this tutorial we are getting a android get ip address programmatically while the phone is connected to a Mobile data connection or WiFi connection. This example demonstrates how do I get the IP address of android device programmatically.

Read More

How to start Android app development for beginners

Wow, Do you want to know how to start Android app development? I knew it, your answer is yes, but you don’t know how.

Read More

Vibrate Android Phone Custom

You can vibrate your Android device using few lines of code in your project. Vibrator is one of the most and useful devices for mobile phones.

Read More

Listview In Android with RecyclerView

RecyclerView is the powerfull tool to draw list or grid in your android application, When RecyclerView is not there then user need ListView for the list and GridView for the grid, But now andoid provide a great tool RecyclerView to draw both with one sing

Read More

Grid In Android with RecyclerView

RecyclerView is a powerful tool to draw lists or grids in your android application, When RecyclerView is not there then the user needs GridView for the grid.

Read More

How to show Toast in Android

If you want to show any message to the user then you need to show toast in android. This toast is just like a snack bar. You can also make a custom toast.

Read More