Beiträge von Collinwood2k

    I'm fluent in java for some years now but never tried making apps. So 2 days ago I started and it was just a 20 minute work from getting android studio over setting it up in netbeans to show a hello world app on my phone. But now i'm stuck with this approach for swiping through an array of jpg's. The app gets build and started, but not displaying any of my pics. Please have a look.




    XML: array.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <resources>
    <integer-array name="pics">
        <item>@drawable/tp_001</item>
        <item>@drawable/tp_002</item>
        <item>@drawable/tp_003</item>
    </integer-array>
    </resources>

    Thank you!


    ps ich kann auch etwas antworten in deutsch verstehen.