skip to Main Content

Android Studio – Why the progress bar does not appear?

What I'm doing is make a activity to request JSON from an api. I need the progress bar to show up during processing. Here is my xml code <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".WebService" android:orientation="vertical"> <TextView…

VIEW QUESTION
Back To Top
Search