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....
Google made a big goof today when, in what seemed like a relatively minor update to the connected home section of its online Google Store, it accidentally leaked the existence of a new Nest product. In the image, captured before it was taken down by Android Police , you can see Google touting the benefits of the new Nest Hub Max, as it’s called. According to additional marketing images, it seems like the device has a 10-inch HD display, a built-in Nest Camera, and stereo speakers. We don’t have too much else to go on regarding this product, and no information whatsoever on whether it’s an actual product in development (seemingly likely) or when it might be close to getting unveiled (we have no idea). Maybe it’s not a real and it will... Continue reading…
Comments
Post a Comment