Quantcast
Viewing all articles
Browse latest Browse all 8068

How to put lots of images with a method

Hi! I need to put a lot of quantity of images and I don't know how, all the images are in this route "eyewear/collection/images/elems/". I want to put it all in View. Anyone knows how?

<ScrollView id="scrollView" showVerticalScrollIndicator="true" showHorizontalScrollIndicator="true">
            <View class="1" backgroundImage="eyewear/collection/images/elems/LS30135512-lois-eyewear_sun.jpg"/>
            <View class="2" backgroundImage="eyewear/collection/images/elems/LS30135513-lois-eyewear_sun.jpg"/>
            <View class="3" backgroundImage="eyewear/collection/images/elems/LS30135515-lois-eyewear_sun.jpg"/>
            <View class="4" backgroundImage="eyewear/collection/images/elems/LS30135566-lois-eyewear_sun.jpg"/>
            <!-- fila2-->
            <View class="1" backgroundImage="eyewear/collection/images/elems/LS30136512-lois-eyewear_sun.jpg" top="160"/>
            <View class="2" backgroundImage="eyewear/collection/images/elems/LS30136513-lois-eyewear_sun.jpg" top="160"/>
            <View class="3" backgroundImage="eyewear/collection/images/elems/LS30136518-lois-eyewear_sun.jpg" top="160"/>
            <View class="4" backgroundImage="eyewear/collection/images/elems/LS30136593-lois-eyewear_sun.jpg" top="160"/>
            <!-- fila3-->
            <View class="1" backgroundImage="eyewear/collection/images/elems/LS30136596-lois-eyewear_sun.jpg" top="320"/>
            <View class="2" backgroundImage="eyewear/collection/images/elems/LS30137512-lois-eyewear_sun.jpg" top="320"/>
            <View class="3" backgroundImage="eyewear/collection/images/elems/LS30137525-lois-eyewear_sun.jpg" top="320"/>
            <View class="4" backgroundImage="eyewear/collection/images/elems/LS30137535-lois-eyewear_sun.jpg" top="320"/>
            <!-- fila4-->
            <View class="1" backgroundImage="eyewear/collection/images/elems/LS30137566-lois-eyewear_optical.jpg" top="480"/>
            <View class="2" backgroundImage="eyewear/collection/images/elems/LS30137566-lois-eyewear_sun.jpg" top="480"/>
            <View class="3" backgroundImage="eyewear/collection/images/elems/LS30137692-lois-eyewear_sun.jpg" top="480"/>
            <View class="4" backgroundImage="eyewear/collection/images/elems/LS30138512-lois-eyewear_sun.jpg" top="480"/>
            <!-- fila5-->
            <View class="1" backgroundImage="eyewear/collection/images/elems/LS30138518-lois-eyewear_sun.jpg" top="640"/>
            <View class="2" backgroundImage="eyewear/collection/images/elems/LS30138543-lois-eyewear_sun.jpg" top="640"/>
            <View class="3" backgroundImage="eyewear/collection/images/elems/LS30138554-lois-eyewear_sun.jpg" top="640"/>
            <View class="4" backgroundImage="eyewear/collection/images/elems/LS30138595-lois-eyewear_sun.jpg" top="640"/>
            <!-- fila6-->
 
            <View class="1" backgroundImage="eyewear/collection/images/elems/LS30135512-lois-eyewear_sun.jpg"/>
            <View class="2" backgroundImage="eyewear/collection/images/elems/LS30135513-lois-eyewear_sun.jpg"/>
            <View class="3" backgroundImage="eyewear/collection/images/elems/LS30135515-lois-eyewear_sun.jpg"/>
            <View class="4" backgroundImage="eyewear/collection/images/elems/LS30135566-lois-eyewear_sun.jpg"/>
            <!-- fila7-->
            <View class="1" backgroundImage="eyewear/collection/images/elems/LS30135512-lois-eyewear_sun.jpg"/>
            <View class="2" backgroundImage="eyewear/collection/images/elems/LS30135513-lois-eyewear_sun.jpg"/>
            <View class="3" backgroundImage="eyewear/collection/images/elems/LS30135515-lois-eyewear_sun.jpg"/>
            <View class="4" backgroundImage="eyewear/collection/images/elems/LS30135566-lois-eyewear_sun.jpg"/>
        </ScrollView>

Viewing all articles
Browse latest Browse all 8068

Trending Articles