i have a problem, that i can’t connect to retrofit with my code my back-end is working successfully with postman enter image description here MainActivity: enter image description here APIClient :enter image description here Interface UserService : enter image description here Source: Android..
Category : laravel
I make a Private bucket and give permittion to private every thing is working fine in my web images showing fine when i get images in my REST APIS ( like android and IOS app then getting error access denied ) Here is my bucket policy { "Version": "2012-10-17", "Id": "PolicyID", "Statement": [ { "Sid": ..
I am working with android app I have to use Laravel as backend. I am using Retrofit for GET and POST Requests. It is working fine when I make some GET request but it show 419 error code when I try to make some POST request I searched about 419 error it is about page ..
I am working on a project where I have to send notifications to registered devices, I have written a complete code for that but firebase not sending push notifications to any device i.e android neither IOS. I am attaching my code please have a look at it. if(!$device_tokens->isEmpty()){ return sendPushNotification($device_tokens, "Confirmation alert", "Have you got ..
How do create search api from laravel 7 with autocomplete with list all data from specified table and column. Source: Android..
Im new to Pusher and I want to try it so I used Laravel-Lumen in my backend and Android Java in frontend as shown below, Event: <?php namespace AppEvents; use PusherPusher; use IlluminateContractsBroadcastingShouldBroadcast; class PusherEvent extends Event { /** * Create a new event instance. * * @return void */ public function __construct($event, $message) { ..
The issue in details: The Android app and the server communicating well. When credentials are wrong, the server responds properly but when the credentials are correct, the server throws a 500 server error. What could be the problem and how can i solve the problem? Source: Android..
Below is the error I am getting in my code when i am running my API is postman: ErrorException: Trying to access array offset on value of type null in file /var/www/html/app/app/Models/AppModels/Product.php on line 102 public static function getallproducts($request) { $language_id = $request->language_id; $skip = $request->page_number . ‘0’; $currentDate = time(); $type = $request->type; //filter ..
how to create browser view for larval backend admin panel ..currently app is working fine so help on creating website access from browser backend is setup on domain and same is accessed by android app via api now i have to enable browser view for frontend on desktop which will give second option for customer ..
Plagued by stolen bicycles in our city has forced me to the last resort. Find a solution to an age old problem of bicycle theft via gps. Source: Android..
Recent Comments