Link to home
Start Free TrialLog in
Avatar of hums
humsFlag for United States of America

asked on

SQL Lite database on Android phone

An application in a desktop environment  that uses a database would typically have a utility to maintain a database written by the application. If your Android app puts a custom database on the phone do you also have to have a utility to maintain the database ?
SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hums

ASKER

Somehow the database reuses the space after delees so a Utility program is not needed.