for cycle not works allright
- by joseph
Hello. I call addNotify() method in class that I posted here. The problem is, that when I call addNotify() as it is in the code, setKeys(objs) do nothing. Nothing appears in my explorer of running app.
But when I call addNotify()without loop(for int....), and add only one item to ArrayList, it shows that one item correctly.
Does anybody knows…