Posts by Luan Silveira • 83 points
2 posts
-
1
votes0
answers40
viewsQ: How do I create a library in Android Studio and publish it
I would like to know how to create a library in Android Studio and later publish it in a repository and add its dependencies in a project. Something like for example: implementation…
-
7
votes2
answers990
viewsQ: Laravel Restful Api - JSON errors instead of HTML
How do I get the controller to automatically return a replay to the client in JSON format instead of HTML in case of an error (e. g. error 404, 500, 419, etc.). For example, if there is error 500 in…