Collection of utility methods, framework, etc in android
Those tools are divided as independent as possible thus They can be combined casually to create many useful things, such as spider, general DAO, logger, IM app etc.
- Do
CRWhatToDoin background and callCRCallbackwhen finished - Callback is called in UI thread
- Often use with
CRCallbackandCRBackgroundTaskto finish a background task
- Provide simple interface for database access
- Use errorcode instead of using
intdirectly
- Log message and save them
- Extends
CRObject - Often used in socket connection to exchange message
- Present an object without creating a new class
- Note: unable to present list now
- Find certain string(s)
- Validate string of email, phone etc.
- get or post to url to get resources
- many customized options
- Often use with
CRCallbackandCRBackgroundTaskto finish a background task
- Including normally used hash methods