Announced Android Studio 2.3 – Let’s see What’s New

Announced Android Studio 2.3 – Let’s see What’s New Announced #AndroidStudio 2.3, the latest version of its integrated development environment (IDE), with quality improvements and a few new features. You can download the new version for Windows, Mac, and Linux now directly from developer.android.com/studio. If you are already using Android Studio,…
Debug/View SQLite Database using Android Debug Database

Debug/View SQLite Database using Android Debug Database Debug/View SQLite Database using Android Debug Database allows you to view databases and shared preferences directly in your browser in a very simple way. Android Debug Database is a powerful library for debugging databases and Shared Preferences in Android applications. First of all…
Android – Upload Image File Using Retrofit 2.0
Google I/O 2016: What I have learned from Key Notes
Google: IO2016 – What I have learned from Key Notes I have watched live streaming of Google i/o 2016 Key Notes. Here are some points or topics which is really awesome and Happy to share with you. It is really awesome and I would like to suggest please watch it…
Google io16 – Duo, Fastest Video Calling App
Google io16 – Duo, Fastest Video Calling App In addition to the new Allo messaging app at its I/O developer conference, Google introduced a new video calling app called Duo. Built by the team behind WebRTC, Duo is designed to make video calls more reliable even on the slowest Internet…
Google io16 – Announces “smart messenger” Allo Android Application
Google io16 – Announces “smart messenger” Allo Android Application Allo is a smart messaging app that makes your conversations easier and more expressive. It’s based on your phone number, so you can get in touch with anyone in your phonebook. And with deeply integrated machine learning, Allo has smart features…
Android Tutorial – JSON Parsing using Retrofit – Part 1

Android Tutorial – JSON Parsing using Retrofit – Part 1 Hello to all Retrofiters, Hope you are playing well with OKHTTP. My last post Android JSON Parsing Using okHttp Example with New Material Design Library may useful to all. Now we will see example about Retrofit. Overview: Retrofit is a type-safe REST…
Android Studio Plugin : Methods Count

Android Studio Plugin : Methods Count As I have copied and learned a lots of thing from my last post Android Method Counts: Overcome Dalvik 65K methods limit, Its time to share that plugin which help you dealing with the issue of the methods limit. Lets take a look about MethodsCount.com: On Android…
Android Method Counts: Overcome Dalvik 65K methods limit

Android Method Counts: Overcome Dalvik 65K methods limit Hello to all MultiDexers 🙂 It happens in the blink of an eye. Before, you are an happy Android developer, head down on your (or your company’s) application, adding the coolest libraries to provide more functionalities and to write simpler code. Afterwards, you…