CARVIEW |
widget
-
Android FloatingActionButton Example
1. Introduction The Floating Action Button is a special type of button primarily used for functionalities such as morphing, launching, and the…
Read More » -
Android Toast vs Snackbar Example
1. Introduction In Android, one can use the Android Toast or the Android Snackbar to display feedback or action messages…
Read More » -
Android Snackbar Example
1. Introduction In this example, we will be implementing a basic Android SnackBar Activity, which will be able to display…
Read More » -
Android TabLayout Example
1. Introduction In this example, we will be going through the process of creating a basic user interface using the…
Read More » -
Android StackView Example
The Honeycomb Android version, introduced some interesting widgets with collections. One of them is the Android StackView, a stacked card…
Read More » -
Android Calendarview Example
When we want to create an Android application that has an Android Activity inside of which we are planning to…
Read More » -
Android ViewFlipper Example
ViewFlipper is an extension class of ViewAnimator, which animates between two or more views that have been added to it.…
Read More » -
Android FrameLayout Example
FrameLayout represents a simple layout for the user interface of Android applications. It is usually used for displaying single Views…
Read More » -
Android SeekBar Example
In Android, a SeekBar is a ProgressBar element’s extension that allows the selection of integer values using a natural user…
Read More » -
Android SlidingDrawer Example
SlidingDrawer represents a widget, where we can use in our Android applications. SlidingDrawer has the ability to hide and/or appear…
Read More »