@@shorttimecoding4659 please send the activity_show_all.xml. It is not in the description area.
@rhsings46142 жыл бұрын
when i clikc on see all product nothing is happening bro what to do?
@AhmedReda-kz2ku3 жыл бұрын
Hello Sir, why when I click in see all, it shows msg app keeps stopping. I wrote all codes as you, please help me
@shorttimecoding46593 жыл бұрын
maybe you are missing some steps of coding don't worry if you need any specific java or XML files so I can provide you message me on my gmail
@anwarzakwan20392 жыл бұрын
@@shorttimecoding4659 i have the same problem also....
@jairramos49023 жыл бұрын
Hello I have the following problem when pressing the text of "See all" in new buttons, the error is the following: Attempt to invoke virtual method 'android.view.View androidx.recyclerview.widget.RecyclerView.findViewById (int)' on a null object reference
@shorttimecoding46593 жыл бұрын
Maybe this link will help you: stackoverflow.com/questions/49906748/recyclerview-attempt-to-invoke-virtual-method-on-a-null-object-reference
@mitalikawade6030 Жыл бұрын
Bhai when i click on show all it automatically coming out off the app
@RaviRanjan-uz3yb3 жыл бұрын
hello Sir! whenever I click on see all then the errors occurs and it returns to the same home page. the error in the logcat is shown as "Access denied finding property "persist.vendor.sys.activitylog" " and I cannot resolve it. please help
@shorttimecoding46593 жыл бұрын
maybe you are missing some steps.. watch my video carefully if you need some specific java files so i can provide you
@RaviRanjan-uz3yb3 жыл бұрын
@@shorttimecoding4659 it would be really nice if you provide me ShowAllAdapter.java file.
@megomiga53193 жыл бұрын
when i press see all the price appears but the name of the product dosenot appear
@shorttimecoding46593 жыл бұрын
maybe your firestore field name and model class variable name not be same.
@osazuwalawson39453 жыл бұрын
App keeps crashing when I open see all activity
@shorttimecoding46593 жыл бұрын
which kind of error are you facing kindly tell me
@osazuwalawson39453 жыл бұрын
@@shorttimecoding4659 the error in my logcat says "Error inflating class imageView" It points to the line in the onCreateView method in the showallAdapter
@shorttimecoding46593 жыл бұрын
maybe this link will help you.. stackoverflow.com/questions/16698313/error-inflating-class-imageview
@osazuwalawson39453 жыл бұрын
@@shorttimecoding4659 thanks
@ganeshsuradkar78243 жыл бұрын
When i click see all text ....the error may be occur
@shorttimecoding46593 жыл бұрын
kindly tell me your error
@SantoshYadav-gq6xv2 жыл бұрын
firebase ka me se image android app me image show Nahi ho Raha hai bro
@eltonvictor3523 жыл бұрын
It would be great if somebody share that file here.😊
@Alex_Summer85 Жыл бұрын
Hi there. In your video you skipped this small part, did it to fast, maybe not everybody noticed. On ShowAllAdapter: public ViewHolder(@NonNull View itemView) { super(itemView); mItemImg = itemView.findViewById(R.id.item_image); mCost = itemView.findViewById(R.id.item_cost); mName = itemView.findViewById(R.id.item_name);
@scientist4222 жыл бұрын
I had the same problem, and when I commented on this from show_all_item.xml "//app:srcCompat="@drawable/ic_launcher_foreground"". It started work. I hope this comment will help.