Well, when doing a query:
Cursor cursor = database.rawQuery("SELECT nome, imagem, descricao FROM Marcas WHERE descricao LIKE ? OR nome LIKE ?", new String[]{name});
Only returns results through the description, ie the second like is...
asked by
10.04.2017 / 17:02