Wed. Jan 22nd, 2025

Category: Android With Kotlin

Registration Using Retrofit Raw Data

API: URL: https://androindian.com/test/Register_raw.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

RecyclerView with Kotlin by Get Method

API: https://reqres.in/api/users?page=2 Method: GET Resposnse: { “page”: 2, “per_page”: 6, “total”: 12, “total_pages”: 2, “data”: [ { “id”: 7, “email”: “michael.lawson@reqres.in”, “first_name”: “Michael”, “last_name”: “Lawson”, “avatar”: “https://reqres.in/img/faces/7-image.jpg” },], “support”: {…