EasyAndroid (Android面试复习) 一、项目简介   项目源码:EasyAndroid EasyAndroid是一款专门面向Android开发者的面试复习与关注业内动态的手机App,里面包含知识体系,业内动态,开发技术周报三大模块。    特点: 知识点归类明细,每一个知识点采用的博文都是经过精心的挑选和改进,确保一个知识点只保留一篇博文。 博文采用了缓存机制,会根据不同网络环境调整缓存存活时间,给使用者一个良好的体验。 提供业内动态新闻查看功能,数据爬取自CSDN,提供新闻缓存,方便随时查看。 每周会提供安卓开发周报,提供给用户最新的开发技术。 二、第三方引用 1、Swipelayout下拉刷新 2、Bmob移动云服务 3、Logger调试日志插件 4、PagerSlidingTabStrip导航 三、运行截图 四、博客   m78star.com
2022-03-02 21:37:28 1.47MB Android代码
1
简单的机票预订系统源码.zip
2022-03-02 11:56:52 1.32MB android
1
WeiTu 一款将地图位置和相册结合的安卓app
2022-03-01 14:58:14 10.45MB Android代码
1
gRPC-Java - An RPC library and framework gRPC-Java works with JDK 7. gRPC-Java clients are supported on Android API levels 14 and up (Ice Cream Sandwich and later). Deploying gRPC servers on an Android device is not supported. TLS usage typically requires using Java 8, or Play Services Dynamic Security Provider on Android. Please see the Security Readme. Homepage: grpc.io Mailing List: grpc-io@googlegroups.com Getting Started For a guided tour, take a look at the
2022-02-25 21:42:11 2.6MB Android代码
1
LibRec (http://www.librec.net) is a Java library for recommender systems (Java version 1.7 or higher required). It implements a suit of state-of-the-art recommendation algorithms, aiming to resolve two classic recommendation tasks: rating prediction and item ranking. Authors Words about the NEW Version It has been a year since the last version was released. In this year, lots of changes have been taken to the LibRec project, and the most significant one is the formulation of the LibRec team. T
2022-02-23 18:13:11 374KB Android代码
1
GameSDKFrameDemo 手游SDK框架Demo 不具备实际项目用途,仅做框架Demo展示 相关的资料说明可参考: 手游SDK — 第一篇(序言) 手游SDK — 第二篇(SDK架构设计篇) 手游SDK — 第三篇(SDK架构设计代码实现篇(上)- 基础库) 手游SDK — 第四篇(SDK架构设计代码实现篇(下)- 项目需求开发) 拓展资料: 如果游戏的主要业务是聚合SDK(联运SDK或融合SDK)的话,主要是面向对接渠道SDK的,会涉及到游戏打渠道的,可以参考下相关博客说明: 手游SDK — 第五篇(游戏打包篇(上)- 打包系统设计) 手游SDK — 第六篇(游戏打包篇(中)- 自动化打包) 手游SDK — 第七篇(游戏打包篇(下)- 自动化打包踩坑记录) 及打包开源项目:PackageApkTool 相关游戏SDK的系统解决方案,可以关注本人博客地址: https://www.jianshu.com/u/03e21de603b7 如果能帮助到你,star支持下
2022-02-23 13:55:29 25.29MB Android代码
1
android-vedio-upload-and-download 安卓视频上传与下载 核心代码: if (localUrl == null) { localUrl = Environment.getExternalStorageDirectory() .getAbsolutePath() "/VideoCache/" System.currentTimeMillis() ".mp4"; } Log.d("localUrl: " , localUrl); File cacheFile = new File(localUrl); if (!cacheFile.exists()) { cacheFile.getParentFile().mkdirs(); try {
2022-02-21 18:33:02 5.04MB Android代码
1
仿微信二维码名片源码.zip
2022-02-17 15:00:33 2.89MB android
1
OTP Authenticator OTP Authenticator is a two-factor authentication App for Android 4.0 . It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238. Simply scan the QR code and login with the generated 6-digit code. Features: Free and Open-Source Requires minimal permissions Only camera access for QR code scanning Encrypted storage on Android 4.3 Sleek minimalistic Material Design Great Usability Compatible with Google Authenticator Download: Google Play: F-Droid: O
2022-02-13 16:37:52 2.95MB Android代码
1
RxGroups RxGroups lets you group RxJava Observables together in groups and tie them to your Android lifecycle. This is especially useful when used with Retrofit. For simple scenarios you can probably just let the original request be cancelled and fire a new one. However it's easy to see how this becomes a problem in more complex situations. Let's say your user is submitting a payment. You'll probably want to guarantee that you can reattach to the same in-flight or completed request after rotati
2022-02-11 14:11:55 167KB Android代码
1