In the Android Volley library, you can pass headers with an HTTP request using Kotlin. Headers are used to pass additional information. Following will be…
In this article, we will be creating a left menu drawer in an android app using Kotlin. Following will be the code of your activity:…
In this tutorial, we will teach you how you can login a user with JWT (JSON Web Token) in the android app using Kotlin and…
This tutorial will create an android user registration activity in Kotlin. You will learn the following: Creating an activity First, we will create an empty…
We created a chat application in native Android using Kotlin and Node JS. We have used Mongo DB as a database. Modern and professional UI…
In this article, we are going to tell you, how you can decode HTML entities in your WordPress post using PHP. For example, if you…
If you ever encounter an error in Vue JS that says “mixed spaces and tabs”. You can fix it by simply running the following command:…
It is a single-page ecommerce website developed in Vue JS. Vue JS is an open-source Javascript framework specifically built to design user interfaces and is…