carousel - Implement Horizontal scrool view like carosal in android? -


how implement horizontal scrool view carosal in android

my required o/p screen enter image description here

when scroll item should centre , show previous , next item screen pieces attached screen

thanks in adavance

you can set required screen or layout inside scroll view tag. bellow .

  <scrollview             android:layout_width="fill_parent"             android:layout_height="380dp"             android:background="@drawable/pagebg0"             android:scrollbars="vertical || horizontal"             android:layout_marginleft="30dp"             android:layout_weight="1"             android:layout_below="@+id/heading"             android:layout_centerhorizontal="true">   </scrollview> 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -