Aklımda Kalası Kelimeler

* давайте работать вместе
* Zarf ve Mazruf, Zerafet(xHoyratlık) ile aynı kökten(za-ra-fe) gelir
* Bedesten
* Suç subuta ermiştir - Suç sabit olmuştur
High Level API etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
High Level API etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

3 Ekim 2009 Cumartesi

Low Level - High Level API

Aslında aşağıda daha güzel cümlelerle anlatıldığı için hiç bir şey yazmıyorum. Güzeldi!
Bence high level API leri kullanıyoruz diye de kendimizi yazılımcı saymamakta ayrıca bir şeytanın dürtmesi. Aynı şeyleri her kodumuzda bize vermeleri yerine yapıyor olmak bence zaman kaybı olacaktı. Bunlarla uygulama çıkartmak onları yazmak kadar önemlidir derim ben...
Üzmeyin tatlı canınızı daha öteye götürmek için öğrenemeye devam...

Kaynak: George A. Papayiannis
The low-level API extends the Canvas class and is mainly used to develop games or any UI were you must draw pixels yourself. A good example of the low-level API in action is the WormGame, packaged in the example application of the Sun Wireless Toolkit. The high-level API is used to create standard lists, textboxes and forms. It’s important to remember when developing with MID, you have no control precisely were widgets will appear on the screen — this power is given to individual devices (i.e. the device manufacturer). The form class has numerous children items, which can be attached, these include textfield, stringitem, etc. The figure below was taken from J2ME Application Development and shows structure of MIDP UI Classes.