GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
I develop Android Rivers using Kotlin programming language version M8. It might not be obvious that this is Kotlin project since there are a lot of Java code in the project. Most of these Java code are open source libraries that Android Rivers include in source form by necessity. Most of ...
一、引入资源 引入书客编辑器安卓Kotlin版的方式有很多,这里主要提供两种方式: 1、在build.gradle文件中添加以下代码: allprojects{repositories{maven{url'https://jitpack.io' }}}dependencies{compile'com.github.zrunker:IbookerEditorAndroidK:v1.0.1'} 2、在maven文件中添加以下代码: <repositories><repository>...
曾经有人整理过Github上的Java/Android项目Top100,随着越来越多的Android项目开始转向Kotlin,我也想整理一下优秀的Kotlin/Android开源项目,便于大家更好的学习和参考。 项目选取过程很简单: 搜索android kotlin关键字,Most stars按星量排名 人工二次筛选,筛掉一些面经、电子书类项目 Best match校正,避免漏掉一些低星的...
-- -->// 验证异常类型assertIs(e, HttpException::class)val httpException = e as HttpExceptionassertEquals(500, httpException response码)}}mockWebServer.shutdown()}然后,我们可以在持续集成流程中集成这些测试:# GitHub Actions持续集成配置name: CIon:push:branches:[main]pull_request:branches:[main]jobs...
超完整的Android Kotlin 项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:目前已经拥有Flutter、Weex、ReactNative、Kotlin四个版本。 功能齐全,项目框架内技术涉及面广,完成度高。开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维
Kotlin was claimed to be a response to the massive amounts of code developers often had to write in Java and to Scala’s low-speed compilation. Today, many famous IT companies use Kotlin in their projects. The attention to this language is continuing to grow, as it wins over developers ...
基于Kotlin + Jetpack全家桶 + Coroutines(协程) 等架构实现的一款精简版Github客户端项目。 开源不易,如果喜欢的话希望给个Star或Fork^_^ ,谢谢 项目截图 下载体验 点击 下载(密码:123456) 下方二维码下载(每日上限100次,如达到上限,还是 clone 源码吧!✧(≖ ◡ ≖✿))) ...
CoolHub 开源的Github Android客户端,基于Kotlin,组件化开发 功能 支持根据个人兴趣推荐仓库 支持热点仓库查看 支持搜索仓库和用户 支持仓库详情查看 支持用户详情查看 支持star和watch 支持中英文 App截图 image image image 下载 下载地址 image App架构 image ...
A lightweight application framework for state and memory management suitable for Kotlin Multiplatform projects. carbon-compose Carbon design system implementation with KMP and Compose Multiplatform 2025-4-18 spring-boot-quick :herb: 基于 springboot 的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟...