August 28, 2016 Android Tinder Swipe View Example Tutorial using PlaceHolderView In this example we will develop views and architecture to simulate the Tinder Swipe. Objectives of This Tutorial We would be creating the swipe view as used in... Android
August 27, 2016 Migrating from RxJava 1.0 to RxJava 2.0 and Learn RxJava by Examples https://blog.mindorks This article will help you learn RxJava 2.0 by example. It will also show you how to migrate from RxJava 1.0. If you are just getting starting with RxJava,... Android
August 24, 2016 Android Expandable News Feed Example Tutorial using PlaceHolderView This view is very different from the Android ExpandableListView in the sense that it’s based on PlaceHolderView which is based on RecyclerView. So, we have the power... Android
August 23, 2016 Android Beginner Image Gallery Example Tutorial using PlaceHolderView This example demonstrate creation of a list of images with animation using PlaceHolderView. For the sake of this example we will be placing our images in the... Android
August 23, 2016 Android Advance Image Gallery Example json, image url loading, nested image views, PlaceHolderView Before Moving on to this tutorial I would request you to go through the Android Beginner Image Gallery Example. Objectives Outline for... Android
August 22, 2016 Android View Evolution : PlaceHolderView Bye ListView, Bye GridView, Bye RecyclerView, Hello to One View for all Lists : PlaceHolderView Implementing RecyclerView with dynamic content and adding listeners on each is a very irritating task. Lets... Android
August 22, 2016 Navigation Drawer Android Example Sliding Menu tutorial with the help of PlaceHolderView Into: Navigation Drawer is the sliding menu that appears on the android screen with a hamburger menu icon in the ActionBar. The... Android
August 19, 2016 Comparing Android NDK and RenderScript https://blog.mindorks What’s NDK ? The Native Development Kit (NDK) is a set of tools that allow you to leverage C and C++ code in your Android app. You can use it... Android
August 7, 2016 Good code is its own best documentation Good code is like a good joke — it requires no explanation. If your code is self-explanatory, there’s no need for comments and documentations, most of the time. Good code... Android
August 1, 2016 RxJava + Fast Android Networking Big news: Fast Android Networking now supports RxJava. Let’s explore why RxJava support is important. What is RxJava? RxJava is used for reactive programming. In reactive programming, the consumer reacts to... Android