简体   繁体   English

如何将 webapp 与 android 应用程序连接起来?

[英]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.因此,对于一个个人项目,我正在使用 laravel 框架构建一个任务管理 webapp,我已经将它连接到托管,所以我可以随时使用它。 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.但对于未来我想改进应用程序,以便它可以在智能手机的任何地方使用,我想制作应用程序,但基于 android 应用程序。 so my question, what do i need to make android app?所以我的问题是,我需要什么来制作 android 应用程序? can i connect my old webapp with the android app?我可以将我的旧 Web 应用程序与 android 应用程序连接起来吗? 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. 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.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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