Search code examples
androidlaravelweb-applicationsmobile-application

How can I create a android app from laravel web application?


I would like to ask if there is a possibility to create an android app based from the laravel web application? I don't know where to start, and give me some suggestions for creating a mobile app?

Thanks,


Solution

  • Laravel is good for server side application but isn't made for the front-end application so I suggest you to choose another way to develop your app.

    If you do want to stick with web technology, try to use PhoneGap which use HTML5 and Javascript to develop application.