I am developing an android app that has a listview of school
I am developing an android app that has a listview of schools. And I want to add a videoview in each row so how can I do it.
I am developing an android app that has a listview of schools. And I want to add a videoview in each row so how can I do it.
Solution
• Tick and Drag a layout after the layouts selector to the screen area.
• Tick and drag any other layouts to nest them inside the primary one.
• Right-click each TableRow in the Outline view then add view elements after the Views Selector.
• Add a Spinner then VideoView view below the TableRow elements
