Namespaces
Variants
Actions

Utility Classes Package

Jump to: navigation, search
Article Metadata

Code Example
Article
Created: samooha_2020 (14 Sep 2009)
Last edited: hamishwillee (26 Jul 2012)

Utility package is a set of classes that can be used to implement common needed behavior of application. The utility package covers the following areas:

 - XML Parsing
 - Connection Handling
 - HTTP transactions
 - Images downloading and decoding
 - Location tracing
 - Others

UtlBasicClasses

  • UtlSerializableObject the basic simple T-Class that's used as basic class for all model objects, created to effectively use the polymorphisms technique
  • UtlTimer It's time class that is inherited from CTimer
  • UtlLogger It's logger class that contain good file logging APIs. The drawback of this class that it's stateless which mean every time try to log will open file and write log then close the file
  • Download UtlBasicClasses classes from here: UtlBasicClasses.zip

ConnectionManager

  • Starts RConnection Syn or Async
  • Monitor started connection and report errors
  • Share IAP between many processes, using unique UID
  • Retrieve initiated connection info to be used in other APIs
  • Download ConnectionManager classes from here: ConnectionManager.zip

UtlXmlParser

  • Stateful XML SAX parser, that notify its observer the following events TagOpen, TagContent and TagEnd
  • Download UtlXmlParser classes from here: UtlXmlParser.zip
This page was last modified on 26 July 2012, at 07:04.
84 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved