Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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,

like image 670
Nicson Nicolas Avatar asked Oct 20 '22 15:10

Nicson Nicolas


1 Answers

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.

like image 51
nuuneoi Avatar answered Oct 22 '22 07:10

nuuneoi