-1

我已经用 joomla 1.5 开发了一个网页,现在我需要将我的网络应用程序转换为移动应用程序。用户可以通过移动苹果等下载我的应用程序,然后他们可以访问。告诉任何提示并请指导我...

4

5 回答 5

1

你可以看看 phonegap ( http://phonegap.com/ ) 它是一个 java 框架,你可以用 javascript 控制响铃、振动、确定位置等。

有关于如何为每个手机操作系统制作应用程序的教程,对于初学者来说非常容易理解。但是,由于您使用 joomla,您的代码必须在 php 服务器上运行。(本教程仅涵盖如何在您的应用程序中嵌入本地 html 文件)。

有一些教程涵盖了在“现有”网站上使用 phonegap。谷歌为它。

将来,您可能想看看 jquery mobile,他们的网站http://jquerymobile.com/上有一个界面构建器,它旨在在每个设备上看起来都很好。你可以使用他们的 themeroller 和一些额外的 css 来实现一个相当不错的应用程序。

于 2012-05-29T13:03:18.837 回答
0

Humm joomla is not a good bet for mobile web apps. Even with adapted css and layouts, If you have a lot of extensions, some might break in mobile view.

I would build a a web app from scratch (using jquery mobile, that as a good cross platform support) and get the data from the original website. It might take a while longer, but the experience for your users will surely be better.

EDIT:

From what I gathered from your comments, it seems you want a landing page where people can download a "game" to their mobile phones, is that right? Please explain exactly what you want to accomplish so we might help you.

于 2012-05-29T11:31:46.057 回答
0

要将现有的 Web 应用程序转换为移动应用程序,您必须创建 Web 应用程序的 Web 服务并以 XML 或 json 格式返回数据。在移动开发结束时,如在 android 平台上,您必须在模拟器上解析这些数据,并且这样您就可以测试应用程序并在移动设备中使用。

于 2012-05-29T12:06:43.497 回答
0

你试过移动 Joomla 吗?这是一个很棒的扩展,它是让您的网站适合移动设备的简单第一步。

“Mobile Joomla!® 是移动您的 Joomla! 网站的最佳方式,在 iPhone、iPad、Android、Windows Phone 和所有其他手机上显示精美。”

http://www.mobilejoomla.com/

于 2012-05-29T11:38:08.413 回答
0

Suresh,因为您的用户与托管您的 Joomla 安装的服务器进行交互非常重要,所以为您的网站创建特定于移动设备的单独 CSS 样式是最可行的。

因为 Joomla 有一个用户社区,所以很可能已经编写了插件或模板来帮助加快这个过程。这是一个扩展程序,可以完成您正在寻找的一些功能,因为它将允许手机上的用户通过浏览器以舒适的方式与您的网站进行交互。

http://extensions.joomla.org/extensions/mobile/mobile-display/11722

于 2012-05-29T11:25:09.330 回答