How to integrate Font Awesome in Android using AwesomeTextView library?

Implement Font Awesome easily in your Android native app.

How to build a robust chat app using Azure Communications Service?

Let's look into the functions provided by Azure Communication Services used to build a robust chat app and no need to rely on APIs

Why use Azure Notification Hub with Push Notification Service?

Let’s know why to use PNS with Azure Notification Hub push engine that allows us to send notifications from any platform to any platform.

How to implement CI/CD for Android apps using Azure Pipeline

Continuous Integration(CI) and Continuous Deployment(CD) play an essential role, especially when working in a team. In our project, we are following Agile methodology & we do multiple releases during the week. To ensure that the build is generated without any error, CI/CD proves advantageous. "There should be two tasks for a human being to perform to deploy software into a development, test, or production environment: to pick the version and environment and to press the “deploy” button." David Farley For every feature, we create a separate pull request. Every time on commit, CI automatically triggers

Introduction To Android Autofill Framework

The Autofill framework introduced by Google from Android Oreo i.e. 8.0 (API 26) and later. With the help of autofill framework user can store their username, password, email, and credit card number, etc. just like a web browser. Benefits of Autofill Reduced time: Filling form is a time-consuming process; autofill framework helps to saves users from retyping the information. Reduce input errors: Typing is prone to errors, especially in mobile devices. Using this it is not necessary to type information also removes the errors that come with it. Prerequisites OS Version: Android 8.0 or later Autofill Service: