Share My Creation ContactZ

roContactZ
Manage (insert, update, delete via buttons in a toolbar) contacts, stored in a SQLite Database, using a form with input fields and a listview. About information displayed via modalform.
Uses own library to open URL/EMail.

Download B4J source: http://www.rwblinn.de/b4j/opensource/rocontactz.zip

The library with additional functions, like messageboxes, start webbrowser, send email.
Created with Java 7 and Eclipse: http://www.rwblinn.de/b4j/opensource/rolibs.zip


rocontactz.png
 

Tegwin

Member
Licensed User
Longtime User
Awesome app.. Thanks for this. Would like to get some help with writing this so that it will use the Andriod as well.. So I can export from the desktop app in to the phone and vice versa.. is this possible to do ?
 

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi Tegwin,

while developing this app, have been thinking about it as well.
Have not made up my mind yet on how to sync best between Android SQLiteDB and the Desktop SQLiteDB.
But it would be like: Read the Android SQLiteDB record for record, compare with Desktop SQLiteDB records. When change for a record found update or add when record not found. Not that difficult --- and of course v.v.
Thanks for your question.
 

Similar Threads

Top