description Android sliding tabs example bookmarkAndroid access_time3 years ago2 years ago personRamees Fazal chat_bubble0 We all know what is tabview . If we want to display multiple screens in a same activity in android … View article...
description Android cardview with tabs bookmarkAndroid access_time3 years ago2 years ago personRamees Fazal chat_bubble3 In this tutorial we will develop a cardview which will contain a tabs in which you can show multiple fragments … View article...
description Android swipe to delete recyclerview example bookmarkAndroid access_time3 years ago2 years ago personRamees Fazal chat_bubble2 A Recyclerview is an advanced and flexible version of a listview. RecyclerView ViewGroup is a container for larger data set of … View article...
description How to set error message to edittext in android using textinputlayouts bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble4 In Material design, android introduced a new layout called TextInputLayouts.This will provide floating layouts to widgets like EditText. Inside the … View article...
description Android floating menu button example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 In android it is very easy to implement normal floating button . If you are having latest appcompat library you … View article...
description Android switch button example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 Android switch widget is a widget which provides the functionality something similar to android toggle button. It is button which … View article...
description Contextual ActionBar in Android bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble4 Android Contextual action bar is a temporary action bar which will appear as an overlay to original actionbar or toolbar. … View article...
description Android custom navigation drawer bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble2 In android concept of navigation drawer is one of the smartest option for switching between Activities or fragment. As we … View article...
description Collapsing Toolbar Android bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 CollapsingToolbarLayout is a newly introduced layout of android in Lolipop version.It is a wrapper for toolbar which implements a collapsing action … View article...
description Android Bottom Sheet Example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 A bottom sheet is a layout that slides up from the bottom edge of the screen. Now a days bottom … View article...