Steven Lin
Steven Lin
i'm use the code in the activity extends SherlockActivity |-------------------------------------------------------------------------| protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setContentView(R.layout.main); } |-------------------------------------------------------------------------| then i install the app. In the android 2.x ,when...
There are many scenarios (more than 2000 URLs) that need to be screenshots, I want to know the progress such as 15% or 15/100. But I can not find any...