Why do you need iteration here:
for (int l=0; l < leaguecountArray.length(); l++)
{
if (leaguecountArray.length() == 1){
teamFeedStructure = "One";
}
if (leaguecountArray.length() == 2){
teamFeedStructure = "Two";
}
Log.v("myapp", teamFeedStructure);
}
Do not pay attention to how many passes you make, the result will still be the same.
You can also use not English words, but Stringby holding down the number you need. Do this:
teamFeedStructure = String.valueOf(leaguecountArray.length());
"2", . : int number = Integer.parseInt(teamFeedStructure);