# android-examples **Repository Path**: bwhyman/android-examples ## Basic Information - **Project Name**: android-examples - **Description**: android-examples - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-24 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Examples ### update 2019.06.02 Example20: BroadcastReceiver Example19: Service Example18: Notification Example17: Capture & Gallery ### update 2019.05.28 Example16: Dialogs Example15: Storage Example14: Room ### update 2019.05.26 Example13: Connecting to the Network ### update 2019.05.21 Example12: DataBinding & ViewModel & LiveData ### update 2019.05.14 Example11: SharedPreferences Example10: DrawerLayout & NavigationView ### update 2019.05.13 在项目gradle配置添加阿里镜像,应置入allprojects repositories下 ### update 2019.05.12 Example09: Fragment & Navigation Example08: Appbar& Toolbar & Menu Example07: RecyclerView; ItemTouchHelper ### update 2019.05.09 Example06: RecyclerView ### update 2019.05.08 Example05: Activities ### update 2019.05.05 Example04: App Resources Example03: UI-Events Example02: Common Widgets ### update 2019.05.04 Example01: UI Layout ### update 2019.05.03 弃用support库,基于AndroidX保证兼容性 基于Android Jetpack新一代的组件、工具和架构指导构建 首次clone,编译运行,需下载gradle5.1.1及相关文件 编译时需保证:SDK Build Tools,Gradle,Gradle Plugin版本相对应。因此,统一 - SDK:android 9.0(pie) API28 v6 - gradle:版本控制保留了gradle-wrapper,统一为gradle-5.1.1 - gradle plugin:3.4.0