In this tutorial, we will learn how to call an API on the server and how to send data to the server in Android using both Kotlin and Java languages. For this purpose, we are going to use Google Volley HTTP library to communicate with the server. Using Google Volley we can easily send and […]
SignUp Activity in Android Studio – Kotlin & Java
It’s a common requirement in almost every App to provide Login & signup functionality to users. In this article, we are developing a SignUp Activity in Android Studio in both Kotlin & Java. We will design a signup form based on Google Material Design components. In our Activity code, we will also perform validation for […]