创建包含事件的日历 Appcelerator Titanium
我有包含事件的 JSON 文件,我想显示每月事件日历,但我做不到。 Android SDK 1.7.5 钛金应用加速器
I have JSON file with events and i want displat monthly event calendar but i can't do it. Android SDK 1.7.5 Titanium Appcelerator
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Google 上搜索了很多在我的 Titanium 应用程序中显示月视图/日历视图的信息,但无法找到它适用于 iPhone 和 Android(几乎所有屏幕)两者。
之后我尝试自己实现并得到了良好的实现。
为了实现这一点,创建支持 Android 和 Android 的项目IPhone。
打开 app.js 并将以下代码替换为现有代码,然后按 Command + Shift + F 格式化代码。
测试环境
钛工作室 - 2.1.2.201208301612
钛金 SDK - 2.1.0.GA
Android - 2.2 模拟器
iOS 版本 - 5.0
参考 - http://titaniumexplorers.blogspot.in /2012/09/titanium-calendar-month-view.html
I Google a lot for showing Month View / Calendar View in my Titanium application but unable to find it out which work on IPhone and Android (Almost all the screens) Both.
After that I tried to implement it by my own and got the good implementation.
To achieve this, Create project which support Android & IPhone.
Open app.js and replace the following code with the existing code and after that Press Command + Shift + F to format the code.
Tested Environment
Titanium Studio - 2.1.2.201208301612
Titanium SDK - 2.1.0.GA
Android - 2.2 Emulator
iOS Version - 5.0
Reference - http://titaniumexplorers.blogspot.in/2012/09/titanium-calendar-month-view.html