Thu. Apr 18th, 2024

Author: Rajashekar

I’m (Rajashekar) a core Android developer with complimenting skills as a web developer from India. I cherish taking up complex problems and turning them into beautiful interfaces. My love for decrypting the logic and structure of coding keeps me pushing towards writing elegant and proficient code, whether it is Android, PHP, Flutter or any other platforms. You would find me involved in cuisines, reading, travelling during my leisure hours.

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…