RecycleView not showing while running the application

Advertisements i’m trying to fetch data from mysql database using volley and display it in recycleview but i’ve a problem the recycleview is not shwoing. here is order_layout.xml : <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android&quot; xmlns:app="http://schemas.android.com/apk/res-auto&quot; android:id="@+id/cardHolder" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp" android:background="@drawable/order_background" android:padding="8dp"> <LinearLayout android:id="@+id/orderView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" android:background="@drawable/orderid_background" android:orientation="vertical" android:padding="16dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"… Read More RecycleView not showing while running the application

[okhttp]:check permission begin! [okhttp]:not mms! [okhttp]:not email

Advertisements I am getting this error while using volly library in my android studio projecte while running the app in my emulator and real deivce ! How can i resolve this! >Solution : This error is coming because you had forgotten to connect your emulator / mobile device to the internet. Make Sure that your… Read More [okhttp]:check permission begin! [okhttp]:not mms! [okhttp]:not email