android-adapter

What's the role of adapters in Android?

I have recently started working on Android. I want to know when and where adapters are used and how they are used. I didn't get much information from androids developer documentation. ...

Why is not populating the listView ?

Hello! Im trying to do a very simple thing (showing a populated listView) but im not able. My code is not working and i cant find what's wrong, so i hope someone else can help me :) My XML where i have the listView defined: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android...