Posts by wilfer • 55 points
6 posts
-
0
votes1
answer379
viewsQ: Changing Listview font color and style does not work
Hello, I am still a baby in programming, I can not deny that I have advanced and vcs have helped, see well I have a listview with search, that the list comes from a string array, the code itself…
-
0
votes1
answer90
views -
0
votes2
answers766
viewsA: Search randomly in listview through editext on android?
Simply on my loadable found I changed the code by this and so it does searches between words, hope to help: public void CarregarEncontrados() { int textlength = et.getText().length();…
-
1
votes1
answer1024
viewsQ: Filter Edittext from listview on android
I’m making this code that’s running blaza, but there’s a problem, in my string it’s written "Mr. Jose Ventura" then when I type only "Jose" or just "Ventura" nothing appears in the search, could…
-
0
votes2
answers766
viewsQ: Search randomly in listview through editext on android?
Hello, I’m very new in programming, actually enthusiastic, look at me I’m kind of editext search the letter or word in the text so that for example if in my string is written "Mr. Jose Ventura" and…
-
4
votes1
answer376
viewsQ: How to ignore the accents in Listview on Android?
I was making an app for me kind of joking around and I came across a problem, the ListView Android Studio does not ignore the accents of Portuguese. Could someone post a code to fix this? Like do…