As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center作为指导。
                            
                        
                    
                
                                7年前关闭。
            
                    
我是在Android设备上开发网络应用程序的新手。我在Internet上遇到了许多移动开发框架(Sencha,Titanium,JQuery Mobile等),对于应该使用哪种框架感到困惑。有人可以指导我吗?

最佳答案

这取决于您要使用基于浏览器的Web应用程序还是移动应用程序。
我已经很喜欢将jQuery mobile用于移动网站。许多人还结合使用jQuery mobile和phonegap(http://phonegap.com/)来生产移动应用程序。

因此,如果您想制作一个移动网页,我会考虑使用jQuery mobile或sencha touch。
如果您想要一个功能强大的应用程序而无需编写目标c或java,那么Titanium和phonegap之类的框架就可以使用javascript和html来实现。
这些框架通常通过更高级别的javascript API公开os功能,您可以用html和js编写代码。 Sencha和jQuery mobile都可以使用phonegap。
我建议您先决定要使用本机应用程序还是移动网站,然后从那里研究各种框架,然后尝试一些框架,看看哪种框架可以满足您的需求。

07-24 09:47
查看更多