摘要:
github上的介绍,简单明了 Type-safe HTTP client for Android and Java by Square, Inc. http://square.github.io/retrofit/ 项目地址:https://github.com/square/retrofit 目前Retrofit 已经更新到2.0.0-beta1版本,api进行了大量的更新 请看这篇文章... 阅读全文
摘要:
The possible properties and their default values are: debuggable:表示是否可以在手机上调试程序。 在Eclipse中,只有android:debuggable="true"时我们才可以在手机上调试Android程序。 但是当我们没在AndroidManifest.xml中设置其debug属性时: 使用Eclipse运... 阅读全文