Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

viewpager android

<RelativeLayout xmlns:android="https://schemas.android.com/apk/res/android"
    xmlns:tools="https://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity">

    <android.support.v4.view.ViewPager
        android:id="@+id/viewpager"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

</RelativeLayout>
Source by www.journaldev.com #
 
PREVIOUS NEXT
Tagged: #viewpager #android
ADD COMMENT
Topic
Name
6+7 =