ݺߣ

ݺߣShare a Scribd company logo
Titanium
Javascript   iPhone/Android
Titanium
Introduction titanium
What ?
JavaScript
iPhone
Introduction titanium
10000
Introduction titanium
Introduction titanium
Introduction titanium
Introduction titanium
1
TableView
Introduction titanium
var data = [];
var tableView = Ti.UI.createTableView ({
    data:data
});



                      ObjC
  XXX
Introduction titanium
var tdata = [];
var row = Ti.UI.createTableViewRow({
    height:'auto'
});
var image = Ti.UI.createImageView({
    image:'http://m.wsj.net/video/
20100217/021710atdlynch/
021710atdlynch_115x65.jpg',
    left: 5,
    width:50,
    height:50
});
row.add(image);
tdata.push(row);

tableView2.setData( tdata );
ObjC
XXX
Introduction titanium
Introduction titanium
JavaScript

var data = [];
var tableView = Ti.UI.createTableView ({
    data:data
});
Launch
iPhone
Introduction titanium
&
Xcode
Enjoy
Application
Development

More Related Content

Introduction titanium

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n