Laravel + Android

Asked

Viewed 38 times

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.

  • 3

    In case you would create routes in the api and integrate your app via http requests.

1 answer

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

You are not signed in. Login or sign up in order to post.