PayTM is the largest mobile commerce platform and digital wallet company. It has large user base of around 300 million and average transactions of 5 million per day. All digital payments can be made through paytm like mobile recharges, electricity bills, credit cards etc. Almost everything under the earth is…
Taking pictures from camera or gallery is an essential feature for many applications those includes media in their apps. A…
Timber is a logging utility class built on top of Android’s Log class. While in development, we usually end up…
In my previous article, we have learned the Basics of DataBinding. Today, we are going to put the basics into…
Android DataBinding provides a way to tie the UI with business logic allowing the UI values to update automatically without…
Facebook comments plugin lets users to comment on any web url using their Facebook account. Right now Facebook doesn’t provide…
Another interesting feature that firebase offers is the Firebase Analytics. Free, simple and unlimited. Sounds like a scam? Luckily google…
Google Cloud Messaging allows you send lightweight messages from the backend server to all the devices whenever there is new…
Android Bottom Navigation stays at the bottom of the screen providing navigation between top-level views in the app. This is…
We all know that Android Marshmallow introduced runtime permissions letting user to allow or deny any permission at runtime. Implementing…
MORE
Sketch is a vector based design tool helps in designing user interfaces. Because of its simplicity, anyone can learn…
We all know that Android Marshmallow introduced runtime permissions letting user to allow or deny any permission at runtime.…
Android Bottom Navigation stays at the bottom of the screen providing navigation between top-level views in the app. This…
Detecting user activity in android can de done very easily using ActivityRecognitionClient. You can detect user activities like Still,…
Android Bottom Sheet component slides up from the bottom showing more relevant content. You can notice bottom sheets in…
Nowadays image filters are quite common in lot of android apps. Instagram is famous for its popular filters feature…
Earlier I have written few articles about RecyclerView. Combining it with CardView, cloning Gmail inbox, adding Swipe to delete…