Riddhi Mer's profile
Education : | Sanjaybhai Rajguru College Of Engineering |
University : | GTU |
My Specialities : | Android |
Working In : | Zerones |
Demo upload by Riddhi Mer
TabLayoutDemo in Android
This demo shows how to create a tab layout with swipe views for switching between tabs, and how to add titles or icon on tab... view more
TabLayoutDemo
Android demo riddhi 2016-07-11
FragmentExample in Android
A fragment is usually used as part of an activity's user interface and contributes its own layout to the activity. To provide a layout for a fragment, you must implement the onCreateView() callback method, which the Android system calls when it's... view more
FragmentExample
Android demo riddhi 2016-07-11
NavigationDrawer in Android
The navigation drawer is a panel that displays the app’s main navigation options on the left edge of the screen. It is hidden most of the time, but is revealed when the user swipes a finger from the left edge of the screen or, while at the t... view more
NavigationDrawer Example
Android demo riddhi 2016-07-09
Viewpager in Android
The ViewPager is the widget that allows the user to swipe left or right to see an entirely new screen. In a sense, it's just a nicer way to show the user multiple tabs. It also has the ability to dynamically add and remove pages (or tabs) at an... view more
Viewpager Demo
Android demo riddhi 2016-07-09