My android studio app keeps stopping and doesn't showing errors. I'm beginner in android studio.
logcat:
--------- beginning of crash
2021-06-20 14:52:14.180 1778-1778/com.example.foodorderapp E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.foodorderapp, PID: 1778
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference
at com.example.foodorderapp.Adapters.MainAdapter.getItemCount(MainAdapter.java:48)
at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep1(RecyclerView.java:4044)