Select Page
How to enable deep linking in Android ?

How to enable deep linking in Android ?

This article discusses what deep linking is, why we use deep linking, how to enable and test deep linking in your android app. What is deep linking ? Deep linking provides a way to link to specific content on either a website or an application. It allows a...
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....