Android ResId
7.23K subscribers
29 photos
161 links
The most important news and resources for Android developers

Want to become channel topic creator?
https://forms.gle/pgxCXoPMuHVFGjvNA
Download Telegram
Channel created
AndroidDevMetrics shows how much time is needed to initialize particular objects (and their dependencies) in graph, in Dagger 2.
http://frogermcs.github.io/AndroidDevMetrics-dagger2metrics-evolved-into-metrics-for-android-development/
Retrofit 2.0.0 is now released! Retrofit 2 is a major release focused on extensibility. The API changes are numerous but solve shortcomings of the previous version and provide a path for future enhancement. What's new? Main changes are: Service methods return Call<T>, Multiple converters for multiple serialization formats, Call adapters allow different execution mechanisms, Generic response type includes HTTP information and deserialized body, more and more.
Every awesome app communicates with a server. That's what makes the app more dynamic and fun. If you want to achieve that, we have the best tool called Retrofit. It allows you make a lot of sever-client work with no necessity know how it works. You'll use annotations to describe HTTP requests, URL parameter replacement and query parameter support is integrated by default. Also, it provides functionality for multipart request body and file uploads.
Take a look at https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-200-2016-03-11