《Developing Series 60 Applications: A Guide for Symbian OS C++ Developers》本壓縮包中包含了電子書和源碼。
Series 60是在Symbian OS下進行智能手機應用程序開發的主要平臺,它擁有廣大的用戶群。本書是諾基亞與EMCC軟件公司共同推出的一本Series 60開發的權威參考書,為Symbian OS下的C++編程提供全面指導。全書共13章,循序漸進地講解Symbian OS基礎、Series 60 Gui應用程序設計基礎、應用程序各種ui控件、移動通信和多媒體開發知識,以及應用程序的調試與測試等。全書包含了60個實例應用程序,每個都有完整的 C++代碼和安裝腳本,涵蓋了Series 60開發的方方面面。本書適用于所有Symbian OS手機應用開發人員:初學者通過本書可以打下牢固基礎,掌握必須的技能;有經驗的開發人員則可以通過本書獲得豐富的、有價值的參考資料。
Besides enhanced looks and advanced features, one of the best things about Swing is its pluggable look and feel (PLAF). PLAF architecture allows seamless changes in the appearance of an application and the way an application interacts with the user. However, designing and developing a PLAF is much more exhaustive and complex. On the other hand, themes provide a simple alternative to change look and feel of the swing application. Themes are easier to implement and they enhance the visual appeal of the application ui using the default Java look and feel.
Theme mechanism allows a developer to easily specify the default colors, fonts and icons used by the look and feel (L&F). It allows developers to write their own themes giving them a choice to show their application Gui the way they want it, rather than depending on the defaults provided by the system.