description Android ToggleButton control example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 Android ToggleButton is a facility that we can display the ON / OFF state of a button. This property will … View article...
description How to create Button with multiple colors in android bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 In this tutorial we will see how to make a Button with multiple colors. Some applications are having custom button … View article...
description How to create a button with rounded corners in android bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 In this tutorial we will see how to make a Button with rounded corners. In some applications we can see … View article...
description Android circular textview example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 In this tutorial we will see how to make a textview with a circular background in android. In some applications … View article...
description Android Non Scrollable listview example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 Android ListView has a default property of scroll. If you are not familiar with how to implement a listview , … View article...
description Android swipe to delete listview bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble1 ListView is a view in which several items can display in vertical scrollable list. The list items are automatically inserted … View article...
description Android slidingUpPanel example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 In android using a viewpager and a tab layout it is easy to display multiple screens in the same activity. … View article...
description EditText with rounded corners in android bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 EditText is a most commonly used widget in android applications. This will allow the user to type text and do … View article...
description Android ViewPager slider with indicator bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble11 Android viewpager is a widget in which user can display multiple screens in the same activity in which user can … 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...