0
I have a listview, which is filled with database data, and I need to compare the list data with an X value entered by the user.
ListView listItens;
listItens = findViewById(R.id.listItens);
adapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, user);
listItens.setAdapter(adapter);
Thank you very much! It worked here.
– Nicolas Souza
@Nicolassouza por nd :D
– Leticia Rosa