Category Archives: Android
Leave a reply
Retrofit 2 关于HTTP返回码的一点小坑
在Retrofit 1 时,会在onError中返回并抛出HttpException,但是在2中,不会再回调onError了,而是会在onNext中,这个任务就需要客户端自己处理。
https://futurestud.io/tutorials/retrofit-2-simple-error-handling
参考如下:
Error Handler in Action
etrofit 2 has a different concept of handling "succe[......]
OKHttp3 + Retrofit2 + RXAndroid集成
[转]Android Design Library提供的TabLayout的用法
转载自:http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0731/3247.html
在开发中,我们常常需要ViewPager结合Fragment一起使用,如下图:
我们可以使用三方开源的PagerSlidingTabStrip去实现,或者viewpagerindicator,我一般都偏向前者。现在我们可以使用Design support library库的TabLayout去实现了。最终的效果图:[......]
Android字体尺寸推荐
A good starting point is 24sp for headlines and titles, 16sp for
subheadings, 14sp for body text, and 12sp for captions and fine print.
you can use a line spacing of 1.5 and add 2sp to each line[......]