Networking: 1. Moya[https://github.com/Moya/Moya] 2. Alamofire[https://github.com/Alamo...
IP属地:广东
Networking: 1. Moya[https://github.com/Moya/Moya] 2. Alamofire[https://github.com/Alamo...
第一步:创建github项目 将项目Clone到本地,记录本地路径如:/Users/xxxx/Documents/Workspace/Java/xxxxx 第二部:将如下代码...
一,什么是PagingPaging可以使开发者更轻松在RecyclerView中分页加载数据。 官方文档:https://developer.android.com/topi...
情景:最近写到一个6位PIN码输入Dialog效果类似下图。这里需要用到一个键盘事件——KeyEvent.KEYCODE_DEL,在使用过程中我发现,这个事件在华为ALE-T...
一、泛型及泛型约束 kotlin中的泛型,和java中思维大体是相同的,但又有些区别 用法和java没什么两样。。。 二、泛型协变 再看一个例子,三个简单的继承类 main ...