Utility Classes Package
Article Metadata
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


(no comments yet)