Laravel + Android

4

I am starting my studies in the laravel framework and I have seen that it is very useful to create websites, however, is it possible for me to consume these routes in native android? Because the routes are usually linked to views and not to the return of json for example.

    
asked by anonymous 03.11.2018 / 17:28

1 answer

1

routes is a concept of web development and android already uses a concept of orientation to events.

If the question is whether to create routes in android the answer is no, because the user interaction comes via an event that triggers

    
21.12.2018 / 03:15