android progress bar not showing
问题 ok so what am i missing here? i am trying to start a circular progress bar in a button press and stop it after methods finish the progress bar does not display at all or displays only when tasks are finished weird because it seems in other tutorials i am doing right. public class contacts extends AppCompatActivity { Cursor cursor; Cursor cursor2; ArrayList<String> vCard ; String vfile; int a; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);