I was making an app where it fetches specific data from the database to the app and display it in a recycler view, but I have a problem that I don't know how to fix, I'm pretty sure it has to do with the HomeFragment.java
. Please check the multi-line comment near the end of the script. I will add the GitHub Repo because I don't think it is a single-file error.
Sorry for the pain and suffering you might encounter in advance for being so vague, but I don't know how to say it any better.
BlogRecyclerAdapter.Java: https://pastebin.com/39G2mEW5
HomeFragment.Java: https://pastebin.com/YmKs5QUJ
Thank You!
REPO: https://github.com/hjdaboss123/BlindNews
Path to HomeFragment.javaBlind:News/app/src/main/java/com/blindnews/kimh2/blindnews
EDIT1: Added pastebin for code on Recycler Adapter and HomeFragment