我想在我的Titanium應用程序Android平臺中創建日曆事件。對於我使用下面的代碼,但這並沒有給任何錯誤也沒有創建任何日曆事件 var calendars = Ti.Android.Calendar.selectableCalendars;
var names =[];
for (var i = 0; i<calendars.length; i++) {
我收到了正確的JSON響應,但我的問題是顯示它。我的代碼有什麼問題。 // this sets the background color of the master UIView (when there are no windows/tab groups on it)
Titanium.UI.setBackgroundColor('#000');
// create base UI tab