We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
intercept in AuthInterceptor should return the value from execute; setInterceptors works only with a List<ClientHttpRequestInterceptor>. The generic Arrays.asList() will however crete a List<MyAuthInterceptor>. Corrected the code snippets
Updated ReleaseNotes (markdown)
Updated OnActivityResult (markdown)
Updated Enhance custom classes (markdown)
Updated Cookbook (markdown)
Updated AvailableAnnotations (markdown)
Created OnActivityResult (markdown)
Updated SeekBarEvents (markdown)
Annotations has been renamed
The SeekBar specific events handlng has already been written.
Updated FirstActivity (markdown)
Updated Releasing (markdown)
Updated Examples (markdown)
Updated InstallingEnvironment (markdown)