# MovieGuide **Repository Path**: deltafour/movie-guide ## Basic Information - **Project Name**: MovieGuide - **Description**: Android课程设计 MovieGuide,电影导览,源自Kotlin从入门到进阶实战实训 - **Primary Language**: Android - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-24 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MovieGuide #### 介绍 Android课程设计 MovieGuide,电影导览,源自Kotlin从入门到进阶实战实训 #### 软件架构 无架构 #### 简单说明 1. minSdkVersion 23 targetSdkVersion 30 2. 主要语言Kotlin 3. 使用本地SQLite数据库,内容为豆瓣的影视库数据 #### 使用的开源库 ``` //沉浸状态栏 implementation 'com.readystatesoftware.systembartint:systembartint:1.0.3' //阿里巴巴 fastjson开源库 implementation group:'com.alibaba',name:'fastjson',version:'1.2.39' //okhttp implementation 'com.squareup.okhttp3:okhttp:4.9.0' //图片加载开源库 implementation 'com.github.bumptech.glide:glide:4.12.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' ```