Posts by Artur Rocha • 1 point
2 posts
-
0
votes1
answer114
viewsQ: Pick up an item from Recyclerview and associate one class to another
The thing is, I’m making an app for reading books that is worth as a final note, and I want to do this: after registering a book, I would like to add comments on it. When touching an item from…
-
0
votes0
answers77
viewsQ: Continuous division - Indexerror: list index out of range
for i in lista: lista.append(X) X = X * 0.5 for i in range(100): print 'N[%d] = %.4f' %(i, lista[i]) This mistake always happens: Indexerror: list index out of range…