Monday, May 29, 2017
Implement Load More Recycler View with Bottom ProgressBar
In this article I will show you how to implement Load More RecyclerView with progress bar showing at bottom.
Thursday, May 25, 2017
Monday, February 13, 2017
Android App Policy
This Agreement is a legal agreement between you and our app regarding your downloading, installation and use of our app and related services.
Thursday, January 19, 2017
Android How to check App is in Background or Foreground
In some case, you might want to check your app is running in background or foreground, such as you want to show push notification message only when the app is in background. The following method will be very easy to know app running state.