I am new to Android dev, I have started using Android Studio with Kotlin few days. I run into an issue today which is : how can my app communicate with my local server (XAMPP : Apache and MYSQL) I am running Windows 10, and using my real physical phone instead of the emulator (API 30) since the emulator works
Tag: android-volley
I can received the reset password mail, but it always show error code
I can received the reset password mail, but it always show error code. this is my app code private void sendEmail(String email) { final String sendEmail = email; StringRequest …
Response from Postman shows 200, But Android returns 403
I was trying to develop an android app using Volley, The api I used to communicate is working fine when I checked with POSTMAN and retrieves 200 . But when I use the same API in my App its returns me 403 “Forbidden” <p〉You don’t have permission to access /API/checkPassOtp on this server.〈/p〉 Please find the screenshot. I have tried
Android Volley getParams() method not getting called for JsonObjectRequest
I have overrided getParams(), and mEmail, mUsername etc. are globally declared. This is my server side code: The response I am getting is always not ok, becasuse I already have an empty row in my database, and I am trying upload an empty row again. Can someone tell why I am not able to get the data? Why am I