Android Studio Simple Listview Development tutorial.

preview_player
Показать описание
Android Studio Simple Listview Development tutorial.
Create Live chat app in Android and iOS respectively.

All the best.
Рекомендации по теме
Комментарии
Автор

hey buddy, thanks for the tutorial, helped but I don't have getListView() method. Here is how I did it instead:

        ArrayAdapter<String> adapter = new ArrayAdapter<String>( this, android.R.layout.simple_list_item_1, items  );

        ListView listView =
        listView.setAdapter(adapter);

MilMike
Автор

Thanks man! This was quick and easy .. just what I wanted it to be

erathor
Автор

Thanks a lot.. it solved a big problem over here, man!!

hodaelsayed
Автор

HAHAHAHAHAHAHAHA  bro u made my day !!!!  I didn't even noticed u until u said it ... Dodge Camaro haha.. lol what u smoking on cuzz??? lol

etfsbusiness
Автор

dude don't know if you are still up but i need help displaying list like you taught with icons then displays another activity showing details about the clicked list, is there a way you can teach me? thank you

painofakatsuki
Автор

I already have a public class extend for my main screen. I am using ActionBarActivity. When I create a new one "public class menu extrend ListActivity"and I run my app it will give an error saying "duplicate class".
How do I have both?

Gamerswell
Автор

Hi, Thanks ur video. can you share something like listview load more function ?

vicai
Автор

Can't extends ListActivity because my current activity already extends MainActivity, how's about that?

BabyNinjaVlog
Автор

im havin a problem every time i run the app on my device it stopped i cant run on emulator as it take much time

استيقظ-
Автор

I'm making a list view then a submit button to save the item selected. So, how to save/transfer the selected item to a database for later retrieval?

amalbarakeh
Автор

How do add the items to a specific listview let's the say the name is id@+/chapters?

techwizpc
Автор

How do I make the list items do stuff when I click on them?

DanielC
Автор

Is it possible for you to send me this? I followed your tutorial and it is unable to compile and run. I'm using android studio on windows 10 btw.

Boosterized
Автор

Please can i get a link on tutorial for sqlite because i tried one and its crashing my app

obatochukwu
Автор

I was trying to do this with a tabbed activity layout, but it didnt work, didnt want to show any of the items

purifierphoenixthemecca
Автор

how can i add to the favoriets from listview??

red_app
Автор

ERROR: Your content must have a ListView whose id attribute is 'android.R.id.list'

hometoy
Автор

The "menu" in getMenuInflater().inflate(R.menu.main, menu) and the "action_settings" in getMenuInflater().inflate(R.menu.main, menu) turns red

MaFyAplanetbestchannel
Автор

when i type "adapter' and simple_list_item_1 it turns red and says cant resolve item
anyone know a fix to this

Thespikeypwnesall
Автор

great, you made something that works, but you don't explain anything at all !!

for example whart is that android:simple_list_view_1. in the constructor it showed "int ressource". doesn't look like an int to me

thumbs down for you

Crisikos