In this example we will cover how to create a simple web button for web. It is just for showing how to add a button element and listen to the click event happening when users clicks on it. For that, we are going to use alert feature to show howRead More →

Transition instead of simple Animation in Android There is no need for animation effects on views in Android, no need for fast hardware for smooth transitions with these Transition features between activities giving your application stylish entrance. We need two separate Activities and their layout, let say StartActivity and EndActivity.Read More →

Pay Pal integration with Android APP In this example we will be making a simple Android application which will be integrated with PayPal service, just to show how it is done through PayPal developer sandbox account. First we will need a new Android project in Android Studio, and then we willRead More →

Two button click example In this example we are going to do some stuff with two buttons. The trick is clicking them both simultaneously, holding them, and after some time some action to happen. So the scenario goes: Hold the buttons for 1 second and after that make some ToastRead More →