Android Tutorial

Android Hide Floating Action Button While RecyclerView Scroll Example

This example will show you how to make an android floating action button hide and show when the user scrolls a recycler view. android.support.design.widget.FloatingActionButton class is used to implement the floating action button. It is supported by the android material design support library, so before starting, make sure you have added the below dependence library

Android Hide Floating Action Button While RecyclerView Scroll Example Read More »

How To Make Android VideoView Seekto Method Consistent

In the previous article we have introduced how to use the android VideoView widget to play, pause, continue, stop and replay video files in android. But when you use VideoView‘s method seekto to make the video play from a particular position, you will find the video playing is inconsistent. Sometimes it starts from the beginning.

How To Make Android VideoView Seekto Method Consistent Read More »