Android

How to make android studio faster & improve performance ?

We all know that android studio is a powerful tool to make android application with efficiency and high compatibility. And it is receiving frequent support and updates from google to keep up with latest android versions. So it is highly recommended for a developer who  is focused on making optimized android applications and android studio […]

Android

How to add ShowcaseView (amlcurran/ShowcaseView) in android app using android studio ?

ShowcaseView is a very useful tool.It can be used to provide hints and information to our app users regarding controls and features. Today we are going to implement ShowcaseView using a free library called “amlcurran/ShowcaseView”. It is very useful and had many features and styles. amlcurran/ShowcaseView is a simple and easy to implement showcaseview tool and this library is […]

Android

How to add splash screen in android app using android studio ?

The splash screen is an important part of every application it helps us to display details about our company name and apps details to our users in an attractive way. Sometimes we can use it to cover apps loading times and background processing delays. In this tutorial, we are going to implement a splash screen […]

Android

How to add onesignal push notification to android app ?

Implementing a push notification service to your android application is a good idea to increase user engagement and thus better app ranking in playstore. There are a many push notification services available for android. Firebase  –  SERVICE BY GOOGLE Urbanship PushWoosh Pushbots Onesignal etc…….. I had experience with pushbots and  onesignal push notification Onesignal push notification service is completely […]