Похожие чаты

Hello. I can't see my ArrayAdapter in a Android list.

Could you help me to find what's wrong?
Adapter code:
public class ListAdapter extends ArrayAdapter<FlowFile> {
private Context mContext;
private List<FlowFile> ffList = new ArrayList<>();


public ListAdapter(Context context, ArrayList<FlowFile> list) {
super(context, 0, list);
mContext = context;
ffList = list;
}

public View getView(int position, View convertView, ViewGroup parent) {

View listMember = convertView;
if (listMember == null)
listMember = LayoutInflater.from(mContext).inflate(R.layout.list_member, parent, false);

FlowFile currentFile = ffList.get(position);

ImageView image = (ImageView) listMember.findViewById(R.id.imgIcon);
TextView txtTitle = listMember.findViewById(R.id.txtTitle);

if (currentFile.isUpload()) {
image.setImageResource(R.drawable.upload);
} else {
image.setImageResource(R.drawable.download);
}
txtTitle.setText(currentFile.toString());
return listMember;

}
}
And here's the code I have in the onCreate() method to display the list

mFileList = findViewById(R.id.list);
ArrayList<FlowFile> listOfFiles = new ArrayList<>();
listOfFiles.add(new FlowFile("Name","0kb", true, "", false));
listOfFiles.add(new FlowFile("Name2","1kb", false, "", false));
mAdapter = new ListAdapter(this, listOfFiles);
mFileList.setAdapter(mAdapter);

5 ответов

11 просмотров

It looks like you posted long piece of code, consider editing it out and putting it on hastebin.com and pasting link to it instead. Alternatively, send your code in a file.

do you use ListView

never use like this private List<FlowFile> ffList = new ArrayList<😠);

View listMember = convertView; and this too

LayoutInflater.from(mContext).inflate(R.layout.list_member, parent, false);

Похожие вопросы

Обсуждают сегодня

Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Ну вот просто даже давайте вот как. Какой нибудь конкретный кейс, можете в пример привести, где бч работает и приносит прикладную пользу, а не просто что бы было? Не крипту.
Alexander Andreev
22
объясните пожалуйста, почему функция не работает должным образом? вроде должно брать активное окно сравнивать его размер с размером экрана, и если есть совпадение = true прове...
JF
12
For all those that keep asking why no pump? why this ? and why that...? Please close ur ewt chart and open 2 others - TOTAL (total mc) and BTC.D (btc dominance). Maybe BTC a...
Inn3r_G
19
"Since pnut can flip FTM easily, I'm swapping my FTM to pnut and hoping for a easy x5-x10" Perfect recipe for disaster. NFA but chances are, you'll end up as exit liquidity ...
C. A.
7
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
AMD status update? No longer in the plan but something might be around the corner later on Chinese partner? No longer in the plan. This market does not seem to be the top ...
Ben
6
207$ but only received 170$. what the hell?
htt
10
да кстати заметил всюда почему то всех сюда прёт, ни в одном чате столько ботов не прёт как сюда.. Может чота надо доработать?
REDis
15
Мне вот любопытно. Уже сколько времени имею соблазн купить макбук, ибо подозреваю что очень уж удобен будет в связке с другой техникой от эпл которая у меня есть, да и сам по ...
Not Yeromin
14
Карта сайта