Sat. Apr 27th, 2024

Month: March 2024

Login Using MVVM Architecture

Login API URL: http://androindian.com/test/Login_raw.php Request Type: POST request: { “username”: “xyz@gmail.com”, “password”: “1234” } Response: {“key”:”Login Successfully”,”status”:”success”} Add below gradle on build.gradle Build.gradle activity_login.xml Create one new package on name…