New Android App Xinyue Based on RESTful API

做完第一个Android小应用Conn后,一直跃跃欲试想再做一款应用练练手。毕竟脑子里的idea还挺多的,而用工程驱动的方式去学习,也不失乐趣。

Read more

Protocol Buffers at a Glance II

上篇简单介绍了JSON和ASN.1作为Protocol Buffers的背景知识。今天我们来具体讲解一下Protocol Buffers的encoding。

Read more

Protocol Buffers at a Glance I

前段时间在研究一个问题时,发现系统中某个组件,发送消息使用的是Google的Protocol Buffers。这里简单介绍一下,权作记录。

Read more

Testing Less

前两天看到一篇文章 The Art of Testing Less Without Sacrificing Quality,挺有意思的,和大家分享一下。

Read more

Conn Experience I

Conn的核心操作不过是自动toggle data connection。可以将ConnectivityManager中的setMobileDataEnabled方法reflection出来使用。

Read more