A lot of android applications like Google +, Facebook, Gmail, YouTube already introduced sliding menu /navigation drawer in their application . And most of them used navigation drawer in left side of app but some application have used in right and other also. Here I have collected some Android Navigation Drawer Libraries. There are a lot of third party android navigation drawer library available in the internet and I have mentioned some useful and most popular libraries here. You can choose any of them for your project. Android Navigation Drawer Libraries Following are the best navigation drawer libraries for android. Material Drawer by Milk Penz This is flexible , easy to use, all in one drawer library for your android project. This library has a header with profile, a mini drawer for tablets, provides custom drawer items custom colors, customs themes, etc. Get Material Drawer From GitHub Navigation Drawer-Material Design by Rudson Lima This library als...
In this tip, I’m going to show you to implement ripple effect/animation in your android application. Now, you can easily add ripple effect/animation in your android, layouts, buttons, textviews, etc. and you can also change its color. Note that, this ripple effect will only show on device running lollipop and above. Here, I have mentioned two different methods to implement ripple animation in your android application. Method 1 - To Implement Ripple Effect/Animation in Android To implement effect on press/click just add android:background="?attr/selectableItemBackground" or android:background="?attr/selectableItemBackgroundBorderless" in android View or ViewGroup as background. Method 2: To Implement Ripple Effect/Animation in Android Using this method, you can customize ripple effect color. First, you have to create an xml file in your drawable resource directory. Create a ripple_effect.xml file and add following code....
Photo by Amelia Holowaty Krales / The Verge Apple produced the two top selling phone models in the world last year, the iPhone XR and iPhone 11, according to reports by Counterpoint Research and Omdia . The iPhone 11’s second place position was particularly impressive, given the phone was only on sale for just over three months in 2019. However, there were large disparities regionally, with a Samsung phone winning Europe, and an Oppo holding the top spot in China. The disparity between the top sellers in North America and Europe is particularly striking. In the former, Apple completely dominated. Each one of the top five selling phones in the region was an iPhone, ranging from the budget iPhone 8 to the premium flagship iPhone 11 Pro Max. That’s not much of a surprise with Apple... Continue reading…
Comments
Post a Comment