Posts by FSRezende • 23 points
2 posts
-
0
votes1
answer29
viewsA: Android Studios, how do I not repeat questions?
You need to define a strategy to store the user’s history. Each time they ask a question you mark that history. For example. create a list to record each answered question and a question that is not…
-
2
votes3
answers101
viewsA: Operator ?: does not work
Tries to place parentheses to isolate the internal ternary operator: Documento = (c.FaturaContasReceberP.NotaFiscal != null ? "Fat. NFSe: " + c.FaturaContasReceberP.NotaFiscal : (null +…