myHolder.mName.Text = mEmails[position].Name;
I have been trying to change this xamarin code into Java and when i make it into
myHolder.mName.getText(mEmails.get(position).getName());
I end up getting red line under the text and this gives me alot of time wasted trying to make it work and am still not yet good in java
Text, whereas your Java code tries togetText. Those seem to be opposite of each other.