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
- Host: GitHub
- URL: https://github.com/voghdev/android-examples
- Owner: voghDev
- License: other
- Created: 2015-01-19T17:00:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T06:07:49.000Z (over 7 years ago)
- Last Synced: 2025-02-17T21:16:29.764Z (11 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
# 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