0

I have got an app which uses a RecyclerView. This app has a different behavior depending on the phone. On the first phone Google Nexus 6P there it behaves wrong and I created a question: RecyclerView adds items multiple times On the other phone Samsung Edge 6 it works correct.

So can you please give me any advice how to handle this different behavior? (E.g. write a bug ticket or what should be done in this case).

Community
  • 1
  • 1
wake-0
  • 3,918
  • 5
  • 28
  • 45
  • Which answer do you expect to this question, that would not much better fit to the other one? – Henry Jul 14 '16 at 08:56
  • @Henry Should the problem be reported or how to handle such a problem? – wake-0 Jul 14 '16 at 08:56
  • 1
    There is no chance that there is actually something wrong with the `RecyclerView`. Especially since it doesn't work on the 6P, but it does on the Edge. Trust me: the problem is your code and not the RecyclerView. And if it really works on the edge then there are only two different explanations: Either the problem with your code is timing based and the different hardware on those two phones causes one phone to experience the problem and the other one does not our more likely Samsung - like they always do - messed something up and implemented something off spec that by accident fixes you error. – Xaver Kapeller Jul 14 '16 at 08:58
  • My point is: show us the relevant parts of your code, otherwise noone can help you. – Xaver Kapeller Jul 14 '16 at 08:58
  • @XaverKapeller I added the important parts to this question: http://stackoverflow.com/questions/38362885/recyclerview-adds-items-multiple-times?noredirect=1#comment64148932_38362885 – wake-0 Jul 14 '16 at 09:00
  • Maybe you did. But I don't care about other questions, I am looking at this one, and there is no code here. If you have a new and different question to your previous one then ask it properly, it doesn't matter that both questions are related. Each question has to be complete and answerable on its own and for that it has to contain all the relevant information. – Xaver Kapeller Jul 14 '16 at 09:03
  • @XaverKapeller this question has to do with the operational stuff. Should a bug ticket been written or something like that etc. I dont want to copy the code 1:1 because it is a different question. – wake-0 Jul 14 '16 at 09:15
  • I have looked at your other question and I can say: You have a problem with view recycling. or to be more accurate you are causing problems for view recycling. – Xaver Kapeller Jul 14 '16 at 09:39
  • The weird logic in your listeners is probably causing this. Debug your code. Follow every step and you are going to figure out what's wrong. – Xaver Kapeller Jul 14 '16 at 09:41
  • @XaverKapeller what listener logic do you mean with weird? – wake-0 Jul 14 '16 at 09:44

0 Answers0