An open API service indexing awesome lists of open source software.

https://github.com/voghdev/android-examples

Some example stuff I'd like to share
https://github.com/voghdev/android-examples

Last synced: 9 months ago
JSON representation

Some example stuff I'd like to share

Awesome Lists containing this project

README

          

# Android Examples

Compilation of gists and useful links to valuable resources about Android development.

* Printing your API's raw JSON responses using a [retrofit2][7] Interceptor.
* Elegant RendererBuilder implementation for doing a multirenderer (see [Renderers][2]).
* [Example Dialog subclass][3] that tints the title color, following the OCP principle.
* [picasso][5] Image Cache [example implementation][12].
* Generic helper method to [copy your SQLite database to your SD card][13] on non-rooted devices.

Developed By
------------

* Olmo Gallegos Hernández - [@voghDev][10] - [mobiledevstories.com][11]


Follow me on Twitter


Find me on Linkedin

# License

Copyright 2015 Olmo Gallegos Hernández

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[1]: https://github.com/voghDev/dagger2-clean-mvp-example
[2]: https://github.com/pedrovgs/Renderers
[3]: https://gist.github.com/voghDev/2319cb559d3ba6d097cd
[4]: https://github.com/JakeWharton/butterknife
[5]: https://github.com/square/picasso
[7]: https://github.com/square/retrofit
[10]: http://twitter.com/voghDev
[11]: http://www.mobiledevstories.com
[12]: https://gist.github.com/voghDev/b7170891336874c0eccf
[13]: https://gist.github.com/voghDev/ff28d15270a2e7f948e1