我习惯于在 MVC 框架中进行开发,例如 cake 和 Backbone,但我无法在 Alloy 中进行开发。网上好像没有什么好的例子。如果有人能举例说明如何设置几个按钮来响应点击事件并将您带到新窗口,我将非常感激。我也在使用 Ti 的 map api 来显示谷歌地图,但我也不确定如何正确初始化它。谢谢!
3 回答
这里是 MVC 合金的非常有用的链接
http://developer.appcelerator.com/question/143969/alloy-mvc-examples
以下是我经常使用的有用链接集合:
合金快速入门
http://docs.appcelerator.com/titanium/latest/#!/guide/Alloy_Quick_Start
合金框架指南
http://docs.appcelerator.com/titanium/latest/#!/guide/Alloy_Framework
Alloy Google Group 仅供高级讨论(无问答)
https://groups.google.com/forum/?fromgroups#!forum/appc-ti-alloy
合金github仓库
https://github.com/appcelerator/alloy
合金测试应用程序,有点像单独的 Kitchen-Sink-esque 应用程序
https://github.com/appcelerator/alloy/tree/master/test/apps
合金 XML 视图 http://docs.appcelerator.com/titanium/3.0/#!/guide/Alloy_XML_Markup
RSS 阅读器示例 https://github.com/appcelerator/alloy/tree/master/samples/rss
这是MVC 合金的非常有用的链接