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

Android – Upload Image File Using Retrofit 2.0 The previous posts guided you GET request in Retrofit. May that will useful to enhance the app with Retrofit’s built-in functionality. Android – Upload Image File Using Retrofit 2.0, this post will show you how to upload files to a backend server using the…
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…
Projects Reports Sample – Final Year Students Android – PHP – iOS
List of HTML Self-Closing Tags
List of Self-Closing Tags in HTML This page is a list of HTML elements that do not have a closing tag. They are also called {self-closing tag, empty tag, void element, singleton tag}. Here’s a complete list of self-closing tags for HTML 5. <area /> <base /> <br /> <col /> <command…
Android JSON Parsing Using okHttp Example with Custom View (ImageView + TextView)

Android JSON Parsing Using okHttp Example with Custom View (ImageView + TextView) Hello Androiders, Today I will show you demo about “How to Parse JSON using okHttp and Bind data with Custom View (ImageView + TextView) (Loading Image using Picasso)”. In Last Post We have seen Android JSON Parsing Using okHttp…
Android JSON Parsing Using okHttp Example with New Material Design Library
Android JSON Parsing Using okHttp Example with New Material Design Library Hello to everyone, Today I am posting about JSON Parsing in Android using okHttp Library. HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves…
Laravel – Best Useful Links

Laravel – Best Useful Links Hello to all Laravelers, Hope you are doing well with Laravel and Playing with Errors 🙂 Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching. Laravel aims to…