Im new on this site and Im working with cocos2d for iphone and android for my first time. This question is for ANDROID.
I can't find any example for using controls dynamically. For example I have my CCScene with a background, buttons, etc, and I want to create a listView. I don't know exactly how to mix a layout (the xml file, main.xml or whatever) with cocos2d. Im trying to use something like new ListView(CCDirector.sharedDirector().getActivity()), but it's not working.
Can anyone help me with this? I don't know exactly what to do. I made my own UI Slider because I didn't know how to solve this issue, but now I cant create my own listView. :s
Thanks in advance.