UltraLiteJ application development

This section provides information for developing applications with the UltraLiteJ API.

The UltraLiteJ API provides database functionality and synchronization to your Java applications. It is designed to work specifically with Android and BlackBerry smartphones, but is compatible with Java ME and Java SE platforms. The API contains all the methods required to connect to an UltraLite Java edition database or an UltraLite database for Android, perform schema operations, and maintain data using SQL statements. Advanced operations, such as data encryption and synchronization, are also supported.


Quick start guide to UltraLiteJ application development
Android and BlackBerry setup considerations
Creating or connecting to an UltraLite or UltraLite Java edition database
Data creation and modification using SQL statements
Transaction management
Schema information access
Error handling
Encrypting data in an UltraLite Java edition database
MobiLink data synchronization
Close an UltraLite or UltraLite Java edition database
UltraLiteJ application deployment
Code examples