You can show a busy control by:
var busyDialog = (busyDialog) ? busyDialog : new sap.m.BusyDialog('busyDialog',{text:'Loading Data', title: 'Loading'});
While, anyone knows how similar thing can be done for using sap.ui.commons lib (not mobile libs)? Thanks.
Dong