简体   繁体   中英

How do I connect webapp with android app?

So for a personal project I'm building a task management webapp using laravel framework, I've hooked it up to hosting so I can use it any time. but for the future I want to improve the application so that it can be used anywhere with a smartphone, I want to make the application but with an android application based. so my question, what do i need to make android app? can i connect my old webapp with the android app? or do I need something new so that both applications can work with the same database?

You would either need to create a native android app and use Laravel api endpoints, or you can create an app that is basically just a webview that loads your app url.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM