i have a list view with a BaseAdapter for custom view..
i have problem setting hebrew text in my TextView which are in the adapter.
i want to get into each line of the list after the adapter is set..
is there a way that after the list is shown on the screen, i can get into a specific line view, findById a TextView and edit it ?
i don’t mean the first customize.. i want to change it after it has been loaded…
i can’t really understand why it doesn’t work in hebrew… but i’m trying to overcome this error..
Yes. You can perform your findViewById() call inside of getView()
No. You not able to perform this operation anywhere else and expect to get a handle on the items in your list row besides the BaseAdapter.