Add Rounded Corners to Views and Layouts Android
Rounded Corners In this quick article we will see how to add Rounded corners to Views and Layouts. This can be done on Layout XML or Programatically. Here we will see both the ways....
The Android Development Blog
Rounded Corners In this quick article we will see how to add Rounded corners to Views and Layouts. This can be done on Layout XML or Programatically. Here we will see both the ways....
ViewPager Tabs In this tutorial focussed on beginners we will see how to create a VIewPager with Tabs in Android. The ViewPager Tabs setup is pretty simple and discussed below. The Sample Source Code...
Change StatusBar Color In this quick snippet we will see how to change StatusBar color and improve the appearance of your app layout. It is fairly simple to do and works on Android Lollipop and...
Youtube Player API Using The Youtube Player API we can add or embed a Youtube Player in our app. This can be useful when we don’t want to increase the app size by adding...
In this quick and easy tutorial we will see how to set up a Navigation Drawer with Toolbar. The combination of Navigation Drawer + Toolbar is widely used in apps now a days. So...