Questions tagged [fragment]

**AVOID**: The term "fragment" is vague and can apply to various technologies. It is recommended to use more specific tags instead. Use [android-fragments] for Android Fragments, and [url-fragment] for URL fragments.

Ways to determine if a Recyclerview is empty

Looking for help with managing data in a RecyclerView within CardViews? I've tried checking if the ArrayList is empty, but it's not working. Any suggestions would be appreciated. Thanks! Below is the code snippet from my fragment: public class Tab1Histor ...