Flip like Flipboard using Retrofit

Flipper
Have you ever wondered about how  app works.Do you ever think bout doing that project?.Now,its time.In this project,i am using FlipLibrary and our Retrofit project :) .It’s really simple and easy to implement.

https://github.com/basil2style/FlipperView


Introduction

This tutorial project is mainly focused on creating flip animation with network call using retrofit.Firstly,We deploy a sample json to myjson.Please make note that this … Read more

Android Retrofit Images Tutorial

android+retrofit+picasso

MakeInfo

In this tutorial,we are using Retrofit (networking) and Picasso (image loading) library for loading images into a listView .This is an intermediate tutorial.

After introducing Retrofit and why we chose it for Android Rest Calls in my previous article.Now ,we are going to next level,using retrofit and another library ‘Picasso‘ from square to load images.I also … Read more

Retrofit Android Tutorial

retrofit + android

Why I chose Retrofit ?

Before using Retrofit from square, I tried volley (from Google) and AsyncTask. After using retrofit,my works gets more easy.You must read the below topics before jumping into this Tutorial.This is a beginner based project which gives an idea of retrieving from api using Retrofit.

This project is also added to my Github

Comparison  of AsyncHttpRead more