Fri. Apr 19th, 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.

Registration Using Retrofit Raw Data

API: URL: https://androindian.com/test/Register.php Request: {“username”:“Raj”,“password”:“1234”,“email”:“Rajtest2356178@admin} Response: {“key”:”You are registered successfully.”,”status”:”success”} {“key”:”Email already Exists”,”status”:”failed”} build.gradle activity_Main.xml MainActivity.kt SampleProjectInterface.kt RegisterResponse.kt androidmanifest.xml