English | 中文
“橘子浏览器”是字节跳动与华南理工大学联合举办的为期六周实训项目中开发的一款android应用程序。
- 书签
- 历史
- 快速页面
- 用户管理(注册、登录、信息变更)
- 无痕浏览模式
- 夜间模式
- 多媒体(视频播放&照片浏览&照片下载)
- 搜索
请克隆该仓库,并在Android Studio运行。
Gradle 版本:
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
依赖:
dependencies {
implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.android.support:appcompat-v7:21.0.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'org.greenrobot:greendao:3.3.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'org.jetbrains:annotations:15.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
我们的Logo和用户界面设计是由 Zixuan 和 Xavi 完成的。
- Xavi - Xavi He < [email protected]> < [email protected]>(he/him)
- Li Xiaofei - Li Xiaofei <[email protected]> (she/her)
- Walden - Walden <[email protected]> (she/her)
- Zixuan - Zixuan <[email protected]> (she/her)
我们的代码和设计远非完美。如果您有任何建议或想贡献代码,请随时联系我们或作出拉请求。