# AndroidExamples **Repository Path**: summerly/AndroidExamples ## Basic Information - **Project Name**: AndroidExamples - **Description**: just some android examples - **Primary Language**: Kotlin - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Just some android examples without extra. ## module : user-guide (java) a simple user guide activity with some color gradient effect. **here is the effect** ![user-guide](images/user-guide.gif) ## module : images_viewer (kotlin) display a list of images. now the RegionImageView can display a big image without OOM. **here we go** | lmageList | bigImage | | ---------------------------------------- | ---------------------------------------- | | ![images_viewer](images/images_viewer.gif) | ![display](images/images_viewer_display.gif) | ## module : animation make possible to control scene transition,and easy to implement.(but it is just a prototype now) ![animation](images/animation_scene.gif) ## module : cache provide a simple way to cache a media file when playing...