小编kar*_*hik的帖子

为现有的Spring MVC应用程序(Spring Mobile或Phonegap)设计移动应用程序

我使用Spring MVC和MySQL在Openshift上创建了一个Web应用程序.

现在我想为这个应用程序移动.我想将相同的应用程序发布为移动应用程序(主要是Android).首先,这个移动版本也应该使用HttpPost/Webservice安全授权.

我知道Pivotal有一个Spring Mobile项目,它可以为同一个应用程序创建一个移动站点(更复杂,如spring form标签和所有).

另一方面,Phonegap可以借助HTML5和CSS创建一个跨平台的移动应用程序.

我的问题是:

  • 将我的精力放在Phonegap或Spring Mobile上是否值得?
  • 如果我选择Spring Mobile,如何在Android Play商店中发布移动应用程序?

一些利弊或任何参考链接将有所帮助.

spring android jquery-mobile spring-mobile cordova

3
推荐指数
1
解决办法
8156
查看次数

如何在页面上设置onsen ui按钮栏

我试图将按钮栏放在页面的中心.我正在努力

文本对齐:中心

但预期的结果还没有到来.

坚持到这里.一些帮助将非常感激.这是代码.

                <div class="button-bar" style="width:300px;" style="text-align:center">
                    <div class="button-bar__item" style="text-align:center">
                        <button class="button-bar__button">Prev</button>
                    </div>

                    <div class="button-bar__item" style="text-align:center">
                        <button class="button-bar__button">Hint</button>
                    </div>

                    <div class="button-bar__item" style="text-align:center">
                        <button class="button-bar__button">Next</button>
                    </div>
                </div>
Run Code Online (Sandbox Code Playgroud)

html css onsen-ui

2
推荐指数
1
解决办法
2018
查看次数

标签 统计

android ×1

cordova ×1

css ×1

html ×1

jquery-mobile ×1

onsen-ui ×1

spring ×1

spring-mobile ×1