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.

Retrofit Using Form Data

Registration API Url: http://androindian.com/test/Register.php Request: Form Data Keys are username, email, password activity_main.xml MainActivity.java RetroInterface.java RegResponse.Java androidManifest.xml Add below lines in build gradle

Arrays

An array is a derived data type, which can be used for storing multiple values. If an application requires multiple values, then we can store those multiple values by declaring…