https://github.com/pgreze/android-samples
My android sample projects
https://github.com/pgreze/android-samples
android dagger dagger2
Last synced: 3 months ago
JSON representation
My android sample projects
- Host: GitHub
- URL: https://github.com/pgreze/android-samples
- Owner: pgreze
- Created: 2015-12-10T14:27:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T10:01:16.000Z (over 7 years ago)
- Last Synced: 2025-01-12T05:28:44.889Z (4 months ago)
- Topics: android, dagger, dagger2
- Language: Java
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android samples
This git repo is holding all my android samples, in order to avoid 1 repo for each small projects.
It's also a good way to use a multi-module approach with Gradle, not really used in daily Android devs.
## Gomobile
Integration of go mobile inside an Android project.
See submodule [README](gomobile/README.md) for details.## Dagger2
- [Dagger 1 to 2 migration process](http://frogermcs.github.io/dagger-1-to-2-migration/)
- [Tasting Dagger 2 on Android](http://fernandocejas.com/2015/04/11/tasting-dagger-2-on-android/)## MergeDrawable
Use Bitmap or Drawable in order to draw a cover and a watermark on bottom/right.
Render this merge on a view and on sdcard.
## viewpager-inception
ViewPager experiments:
- view pager inside another view pager
- dynamically add pagers
- navigate with button