MEVN stands for Mongo DB, Express JS, Vue JS, and Node JS. It is a technology stack used by developers to create full-fledged web applications.…
We need to use the aggregate function to pick a random document from Mongo DB. Its usage is simple. It accepts an array of objects.…
Create the following function in Javascript to add or update URL query parameter. Now, whenever you want to add or update the URL, simply call…
In this tutorial, we will teach you how you can pass value from the recycler view adapter to activity in Kotlin. First, you need to…
Previously, we created a tutorial to show you how you can download an image in your storage using Java. In this tutorial, we will show…
In this tutorial, we will show you how you can display HTTP images in your ImageView in your android app using Kotlin. We will be…
To select a file from internal storage in android using Kotlin, first, you have to start an intent with a request code. After that, when…
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…