Posts by Lucas Correa • 21 points
4 posts
-
1
votes0
answers186
viewsQ: How do I keep background tasks running when the app goes to the background on Flutter Android?
I have an application for a (specific) company that has some tasks for the purpose of counting time, marking macros and generating notifications (electronic point type). When the app gets too long…
-
1
votes2
answers989
viewsA: HTTP request works via POSTMAN but does NOT work via android app
I found the solution! I inserted header Authorization in the Retrofit settings and it was working perfect. When upgrading Laravel to version 6.0, when inserting the Authorization empty (this…
-
-1
votes2
answers989
viewsQ: HTTP request works via POSTMAN but does NOT work via android app
I have an API for an android app that worked for a while. Used Laravel 5.3 on the server side and upgraded to 6.0. By android application, I have returned the error "400 - Bad Request", but via…
-
0
votes0
answers177
viewsQ: How to create a socket in wildfly?
I need to create something that reads everything that comes to a specific door and handles that information. An Ubuntu server is used with Wildfly 10 running. The information trafficked is from the…