Create a Splash Screen with Video in Android
Splash Screen In this quick tutorial we will see how to implement a Video Splash Screen in your app. Splash Screens are normally shown for a few seconds as a progress while the app...
The Android Development Blog
Splash Screen In this quick tutorial we will see how to implement a Video Splash Screen in your app. Splash Screens are normally shown for a few seconds as a progress while the app...
RecyclerView RecyclerView is an Advanced version of ListView with great improvements in performance and other features. As the name suggests, Recycler-View recycles or reuses the item views as we scroll. In Recycler-View its much...
Glide Image Library Glide is a fast and efficient image loading and caching framework. It is simple, easy to use and supports animated GIFs. It is popular with developers as its optimised for smooth...
No Internet Connectivity In this tutorial we will see how to handle “No Internet Connectivity” situation in your app. This is helpful in preventing your app from crashing in cases of no network,...
IMPORTANT : For Updated and Simplified code to fetch calories and steps for a particular date check this Article Google Fit Continued In the previous post we have seen how to fetch daily total...
IMPORTANT : For Updated and Simplified code to fetch calories and steps for a particular date check this Article Google Fit The Google Fit APIs for Android are part of Google Play services and...