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

Start Another Activity In Same App

Now we are going to learn how to open another activity in the android application. In other languages, I can say how to navigate to another page in the android application.

Read More