SlideShare una empresa de Scribd logo
1 de 27
Titanium
Javascript   iPhone/Android
Titanium
What ?
JavaScript
iPhone
※
10000
1
TableView
var data = [];
var tableView = Ti.UI.createTableView ({
    data:data
});



                      ObjC
  XXX
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
JavaScript

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

Más contenido relacionado

Más de Keisuke Hata

Mercurial&OnenoteServer
Mercurial&OnenoteServerMercurial&OnenoteServer
Mercurial&OnenoteServer
Keisuke Hata
 

Más de Keisuke Hata (16)

Gcs2014 0225 cocos2d-xjsb
Gcs2014 0225 cocos2d-xjsbGcs2014 0225 cocos2d-xjsb
Gcs2014 0225 cocos2d-xjsb
 
apportable meeting
apportable meetingapportable meeting
apportable meeting
 
iOS app hacks all_map
iOS app hacks all_mapiOS app hacks all_map
iOS app hacks all_map
 
iOS app hacks
iOS app hacksiOS app hacks
iOS app hacks
 
Photobook
PhotobookPhotobook
Photobook
 
Cocos2d Performance Tips
Cocos2d Performance TipsCocos2d Performance Tips
Cocos2d Performance Tips
 
CCResourceAsyncLoader
CCResourceAsyncLoaderCCResourceAsyncLoader
CCResourceAsyncLoader
 
Impact beginngers guide_1.19
Impact beginngers guide_1.19Impact beginngers guide_1.19
Impact beginngers guide_1.19
 
Advanced cocos2d
Advanced cocos2dAdvanced cocos2d
Advanced cocos2d
 
Google wave2010
Google wave2010Google wave2010
Google wave2010
 
Mercurial&OnenoteServer
Mercurial&OnenoteServerMercurial&OnenoteServer
Mercurial&OnenoteServer
 
Math1 Vector
Math1 VectorMath1 Vector
Math1 Vector
 
Wiipen
WiipenWiipen
Wiipen
 
Gl Rotate
Gl RotateGl Rotate
Gl Rotate
 
Gl Matrix
Gl MatrixGl Matrix
Gl Matrix
 
Are You Enjoy Ruby 1 Day
Are You Enjoy Ruby 1 DayAre You Enjoy Ruby 1 Day
Are You Enjoy Ruby 1 Day
 

Introduction titanium

Notas del editor

  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