Add Android View Hover Effect
Hover effect is now a cool effect for new Android application but you need to know where and how you'll use it. And if you don't know how to implement Android…
Hover effect is now a cool effect for new Android application but you need to know where and how you'll use it. And if you don't know how to implement Android…
Are you fed up of Custom Views to set fonts? Or traversing the ViewTree to find TextViews? Yeah me too. Sometime we want some other font for our Android application…
In my previous post we discuss about how to add chipview in your android application but today we'll see how to add 3D effect in Android using this library. Sound is cool…
Now social media is on hike and many of social apps are creating but if you want your app also goes on hike then you should think different from other…
If you're a Java lover and want to make UI interface in java instead of using HTML5. Then j2HTML is a java library of Java to HTML generator. You can…
Sometime we need to show ViewGroup content with DrawerLayout and very complicated to implement but this library is a DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view,…
After Fingerprint security comes in Android many developers want to use that feature in their app but handle android fingerprint API is a hard task but this library offers an…
Nowadays every project need social registration for attract more users but according to most developers it is a hard task. OAuth/OAuth2 was difficult? Configuring ScribeJava is so easy your grandma can…
Image processing is a hard task for any developers and today i came with thumbnail generation java library called Thumbnailator. It can off some hard task to creating high-quality thumbnails in Java.…
TapTargetView Android library is an implementation of tap targets from the Material Design guidelines for feature discovery. In my previous article i shared some animation android tutorial like : Bubble Tab…