Android Fragments Ep.02 - Dialog Fragment With  ListView with Search/Filter

Android Fragments Ep.02 - Dialog Fragment With ListView with Search/Filter

ProgrammingWizards TV

9 лет назад

13,646 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

ProgrammingWizards TV
ProgrammingWizards TV - 06.07.2016 08:46

SOURCE CODE REFERENCE : In description

Ответить
Charles Orafu
Charles Orafu - 28.03.2020 19:20

Thank you so much !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Ответить
ilTubodiEliGabri
ilTubodiEliGabri - 30.08.2018 12:36

I don't know, to me doesn't show something...

Ответить
Nitin Gandge
Nitin Gandge - 27.12.2016 09:52

can please show me your ArrayAdapter file and layout.?

Ответить
Bramil García
Bramil García - 13.11.2016 23:36

Thanks!! For the help

Ответить
nikd des
nikd des - 26.10.2016 10:28

I'm getting the "App has stopped" as soon as I execute the app. Any ideas? Thanks

Ответить
G-TEN SOLUTION
G-TEN SOLUTION - 14.08.2016 17:13

can you please provide a tutorial in which on item click in listview the json data parse in different fragments in tab view. please help me sir.. i really need it. thank you :-)

Ответить
surbhi mahant
surbhi mahant - 04.08.2016 09:35

can you please provide a tutorial in which on item click in listview the json data parse in different fragments in tab view. please help me sir.. i really need it. thank you :-)

Ответить
Martial FT
Martial FT - 10.06.2016 12:03

Hello,

i like to see your tutorials.
Can you please make a video to show us how we can generate a DialogFragment in a TabHost with many fragment.
The DialogFragment should appear after a click on a Button in one the Fragremt.

Thanks

Ответить
smart boyz
smart boyz - 16.05.2016 17:09

Hi
Can you please help me with menu, can you please upload the code for it.
Thanks.

Ответить
Yurii Yesipov
Yurii Yesipov - 09.05.2016 12:21

Could someone please help me, i need to lauch DialogFragment by onListItemClick, how could i do that? i found nothing on internet abot this

This code crashes app when i select any item in my CustomListView: (because i used getActivity() i dont know which command i need to use to open DialogFragment, im asking, because my class extends ListFragment and i cant use this tutorial, in which you are working in MainActivity)

@Override
public void onListItemClick(ListView l, View v, int position, long id){
switch(position){
case 0:
i = new Intent(getActivity().getApplicationContext(), DialogFragment.class);
break;
}
startActivity(i);
}

Ответить
elmehdi birouk
elmehdi birouk - 27.04.2016 15:40

thank you ! can you show me your adapter file ?

Ответить
C mod 644
C mod 644 - 10.04.2016 13:52

awesome tutorial

Ответить
Gedeon Muissa
Gedeon Muissa - 01.04.2016 18:10

can you provide a tutorial in which the list comes from a database?

Ответить
Gevorg Koshetsyan
Gevorg Koshetsyan - 12.01.2016 23:28

Good job!

Ответить
Joseph Kipkurui
Joseph Kipkurui - 21.10.2015 18:12

Your tuts are easy to follow. Good work!

Ответить
Joseph Kipkurui
Joseph Kipkurui - 21.10.2015 18:11

Helpful

Ответить
MANOJ YADAV
MANOJ YADAV - 20.10.2015 15:20

learnable..........

Ответить
Lei Wang
Lei Wang - 09.07.2015 01:28

Thank you! this is really useful! can you share the source code for each tutorial please?

Ответить