Android, Java

7 Cool Android O Features That Will Blow Away Your Mind!

The big news is here! As some of you might have been reading, Google had recently launched Android O's developer preview before the product release on Google I/O, a tradition being followed by them for quite some time. Though a lot is still not known about the new update, we would list down some of the awesome features which will delight...

by Taranmeet Singh
Tag: Android Development
27-Mar-2017

Android, Java

Swipe To Dismiss RecyclerView

This tutorial is about how to create “swipe to dismiss” RecyclerView item like Gmail app. For this, we don't need any 3rd party Library. For this purpose, you just need to add one class which is part of Android Support Library. The name is “ItemTouchHelper”. By now you know that this blog is all about how to use ItemTouchHelper...

by Bharat Ghimire
Tag: Android Development
24-May-2016

Android

Updating ViewPager With New Data Dynamically

ViewPager is a layout manager that allows users to flip and view pages left and right. It is used in conjunction with PagerAdapter,  FragmentPagerAdapter or FragmentStatePagerAdapter. We attach adapter consisting of either Fragment objects or simple View objects. Note: You can download source code of a sample application from...

by Noor Alam
Tag: Android Development
24-Apr-2015