Archive for January 2019

This is one of my favorites features, it helps you keep track of what is what on your activity, by...
How to create a tip popup (Toast)
It is sometimes useful to have your own custom list, here we are going to create a custom layout with...
How To create custom Horizontal Slider using ViewPager

This is a nice trick to make your app more interactive. In this article i will show you an ImageView...
How to change image resource of clicked imageView

Vibration adds a nice feel to your device, it makes the user feel part of your app and awaken. I am...
How to make your device Vibrate onLong Click

This is a useful tool, especial if you have a complex UI. the ability to go back to your previously...
How to add a Back button on Activity

One of the most coolest things you can add on your activity, is the ability to create a custom popup...
How To create a pop up Activity on your current Activity

Add a splash screen, is a great way to open you app, especially if its graphics heavy like a game.
first...
How to add a Splash Screen to your Android App

This will be one of the features you will use the most, so its best you get the handle of it now.
create...
How To create Menu Bar with clickable item

This is a very useful piece of code, playing simple sound effect on your app.
first open, res/raw/...
How To play sound on your Android app

Sometimes you may need to have a click and a long click (press) on the same View, here is how you...
How To separate a LongClick from a Click event

It is very useful to have an app that is able to access different Activities and pass values (Intent)...