android webview client activity indicator
问题 I got the code for showing activity indicator in a webview. I checked more than one reference and still I couldn't get it working. Can you please help me to debug my code below? The activity indicator is not coming with below code protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); this.getWindow().requestFeature(Window.FEATURE_PROGRESS); final BaseActivity MyActivity = ReviewWebActivity.this; setContentView(R.layout