Select Page
How to create launch screen in android ?

How to create launch screen in android ?

This article provides information to help you optimise your app’s launch time using launch screen. The launch screen is a user’s first experience of your application. Users expect apps to be responsive and fast to load. An app with a slow startup time doesn’t meet...
RetrofitHelper : Library for Fast and Easy Networking

RetrofitHelper : Library for Fast and Easy Networking

There’s something that probably you can’t avoid in an Android project: Networking. Requesting data from an API server or getting a single byte from the internet, you are doing networking. No doubt there are a lot of good libraries out there and the wheel doesn’t need...
How to make API calls on Android with Retrofit 2

How to make API calls on Android with Retrofit 2

When we are developing an application for mobile, need to know some basic things. Majority mobile users are affected by Internet addiction disorder, so we must play with HTTP requests. Retrofit is type-safe HTTP client for Android and Java by Square, Inc. It provides...
How to build a notification in android ?

How to build a notification in android ?

Notifications provide short, timely, and relevant information about your app. Notifications are intended to inform users about events in your app. Users can choose to view the notification while using other apps and respond to it when it’s convenient for them....
How to track events with Mixpanel in Android ?

How to track events with Mixpanel in Android ?

Mixpanel offers both web and mobile app analytics solution. The strong points for this tool are real-time data, funnel analysis, in-depth analysis to track retention. Measuring what your users are doing on your application is an important part of the product building...