Database tables loaded locally using Google gear while providing visual feedback
This example creates client side table’s using google gear and initializes them with server side data (could have used ajax to load server data, but did not do so to keep the example simple). The example also uses the worker pool to execute SQL in its own thread and hence keeping the user interface freed up to show the progress report on how the sync process is going.
Author : Arjun Kalura
Local Database Name : sample-db
Perquisite : Google Gear