jonatn8888 0 Newbie Poster

Help I am trying to create in my application a Multicolumn Listview Dynamically. Currently I am using simple adapter but I can't find a way to create the layout dynamically .. here is the code for simple adapter

SimpleAdapter mSchedule = new SimpleAdapter(this,
                            loadentry.mylist, R.layout.rowmenus, columns,
                            ListMenuIds);

How do I call the rowmenus.xml or create that dynamically? cause it's not working when I try to add a textview on that dynamically. thanks in advance

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.