C1


C : CS Shantanu Pethe (CACSCMA Coach)

R : Visit www.cacscmacoach.com

A2

webView.setWebChromeClient(new WebChromeClient(){ [.... other overrides....] // @Override // https://bugzilla.wikimedia.org/show_bug.cgi?id=31484 // If you DO NOT want to start selection by long click, // the remove this function // (All this is undocumented stuff...) public void onSelectionStart(WebView view) { // By default we cancel the selection again, thus disabling // text selection unless the chrome client supports it. // view.notifySelectDialogDismissed(); } });

A1

your_edit_text.setCustomSelectionActionModeCallback(new Callback() { public boolean onPrepareActionMode(ActionMode mode, Menu menu) { return false; } public void onDestroyActionMode(ActionMode mode) { } public boolean onCreateActionMode(ActionMode mode, Menu menu) { return false; } public boolean onActionItemClicked(ActionMode mode, MenuItem item) { return false; } });

Tuesday, 17 October 2017

GST = Chapter 5 = Part A = Supply = CS Executive

Study Objective



·      
Taxable Event
·      
7 - Supply – Definition
·      
Characteristic of Supply
·      
Schedule I 
·      
Schedule I (in Detail)
·      
Schedule II 
·      
Schedule II  (In detail)
·      
7(2) - Activities which are neither
supply of goods nor supply of services
Schedule III 

No comments:

Post a Comment