Thursday, September 02, 2010
   
Text Size
Login
Tag:automatically

ImageHandango, the leading provider of mobile downloads, announced it is offering Symbian Signed certification to mobile application developers.?‚ Symbian Signed is an industry adopted testing program to ensure Symbian OS(TM) applications meet industry standards.?‚ This offering extends Handango's platform and delivers a complete end-to-end go-to-market service package to mobile operators, device manufacturers, portals and brands delivering content for over 32 million Symbian OS phones in the market. Symbian Signed testing with Handango costs $200 USD for members of the Handango Software Partner Program.?‚ Re-signing updated applications and retesting are also available at similarly discounted rates. Handango lowers barriers for developing on Symbian OS by offering a flexible approach to funding the signing either up front or as an advance in royalties.?‚

Read more...  

SCN LTD, a leading creator of VoIP Wireless LAN technology, today launched Truphone, the world's first fully converged solution - allowing people to make VoIP calls on the Series 60 Platform. Developed by Nokia, Series 60 is the world's leading smartphone platform, with millions of devices already in the market. Truphone allows you to carry only one phone for both fixed and mobile use - seamlessly roaming between Wi-Fi, Bluetooth and 3G - connecting via SIP to the public phone system. The Series 60 smartphone architecture provides users with all the basic and advanced cellular phone functions in a compact device characterized by a large color screen, rich communications and enhanced applications.

Read more...  

C classes, T classes, R classes

You will notice that class names in Symbian begins with different letters. The letter with which they begin depends on the type of the class.

If the name begins with T then it is a so called T class. Such classes cannot own external data - i.e. they cannot have pointers to data that is not owned by a different object. Such classes usually don't need a destructor. They can be created on the stack (i.e. as automatic variables) or inlined in a class.

If a class owns some external data, then it must be a subclass (direct or indirect) of CBase and it's name will begin with C - this will be a C class. The CBase provides a virtual destructor, so even after casting to CBase * the right destructor will be called. Another nice feature of C classes is that it fills the data area with 0s, so you don't need to initialize variables to 0 or NULL (what is the most common case). Because the C classes will be pushed on the cleanup stack (which will be described later), C classes cannot be created on the stack - they must be created with the new operator (usually new(ELeave) as will be explained later).

 

 

Read more...  

Opera is a full Internet browser, which provides you with access to all your favorite Web sites. The Opera browser for Series 60 is based upon the same browser engine as Opera''s widely used desktop browser, delivering Web capabilities unlike anything previously available on handheld devices. Opera is user-friendly, secure, and exceptionally fast. The browser is small, yet full-featured

Read more...  

ImageNokia PC Suite v 6.5

Nokia PC Suite is a package of Windows-based PC applications developed especially for use with Nokia phones.
Depending on your phone model, it lets you synchronize, edit, and back up many of your phone's files on a compatible PC through a wireless or cable connection.

Read more...  
Powered by Tags for Joomla
Business for Internet | Symbian Central | Adriatic vacations and rental | Technology Blog | GPS Navigation | Levis Jeans Outlet | Perfume and fragrance

Login