Happy Reading ! Have a good day !

Saturday 30 May 2015

How to show loading progress bar in Splash Screen in android

Posted by at 7:39:00 pm Read our previous post




Simply use this .xml code in your activity
 

<RelativeLayout
        android:id="@+id/loadingPanel"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center" >

        <ProgressBar
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:indeterminate="true" />
    </RelativeLayout>


Follow the link to find more easy methods:
Solution in Stackoverflow 

No comments:

Post a Comment

© Somewhere I Belong is powered by ULAB - designed by Shoaib Mahmud