5
I am starting my studies in the framework Aravel and saw that it is very useful to create websites, however, is it possible to consume these routes in native android ? Because routes are usually linked to views and not to json return for example.
5
I am starting my studies in the framework Aravel and saw that it is very useful to create websites, however, is it possible to consume these routes in native android ? Because routes are usually linked to views and not to json return for example.
1
routes is a web development concept android already uses an event orientation concept.
If the question is to create routes on android the answer is no, because the user interaction comes through an event that shoots
Browser other questions tagged php android laravel
You are not signed in. Login or sign up in order to post.
In case you would create routes in the api and integrate your app via http requests.
– Wallace Magalhães