Homepage
Code Log
Sign inGet started
  • Home
  • JAVA
  • ANDROID
  • Algorithm
  • SHELL
  • Data
  • Other
Tagged in

Android

Code Log
Code Log
Java, Android, Shell, Algorithm …
More information
Followers
7
More, on Medium
  • Android
Go to the profile of Chris
Chris in Code Log
Aug 30, 2016

RecycerView paging basics

Scenario: There are 1000 pictures on the server. It’s not a good idea to download all of the 1000 pictures at one time. Usually, the API will fetch 100 images per time. And then fetch more images based on the request.

Read more…
Go to the profile of Chris
Chris in Code Log
Aug 31, 2016

Looper , Handler and MessageQueue (I)

In this part, I’d like to explain these concepts in a store which make it easier to understand.

All of this concepts are related to a special thread — Message loop thread.

Read more…
Go to the profile of Chris
Chris in Code Log
Sep 4, 2016

Retrofit 2 in practice

Some useful notes when I learn the retrofit.

Basic Usage

In Retrofit github repository, there are some samples. The most basic one is the SimpleService.java example. Click here to check the example. (All code in this Basic Usage…

Read more…
2 responses