What's in the box The login framework for your app Implementation of Facebook and Google login Easy way to implement custom login and sign up Setup 1. Include in your project Using Gradle The Android-Smart-Login library is pushed to jcenter, so you need to add the following dependency to your app's build.gradle. compile 'codelight.studios:android-smart-login:1.2' As a module If you can't include it as gradle dependency, you can also download this GitHub repo and copy the library folder to your
2021-08-24 18:08:52 3.05MB Android代码
1
McImage 中文文档 Android优雅的打包时自动化获取全部res资源 McImage is a Non-invasive plugin for compress all res in your project. Include The img in Jar The img in AAR The img in Module Used algorithm pngquant compress png guetzli compress jpg cwebp compress webp Release Success! The version 1.0.1 now support all build.gradle version! Feature Compress all png and jpg, every img can save p size. As far as possible to convert img to webp (after v0.0.3 support) Auto match the system which you build your projec
2021-08-24 10:41:11 25KB Android代码
1
AnotherMonitor . AnotherMonitor monitors and records the CPU and memory usage of Android devices. Download ready-to-use app The app is released on Google Play: https://play.google.com/store/apps/details?id=org.anothermonitor. IMPORTANT NOTICE for Android 7.0 users Due to undocumented changes made by Google, on Android 7.0 CPU usage information for processes others than the own AnotherMonitor one will not be available (not even with root access). Rest of the app will work normally. For device
2021-08-20 16:00:29 204KB Android代码
1
FloatWindow 安卓任意界面悬浮窗 特性: 1.支持拖动,提供自动贴边等动画 2.内部自动进行权限申请操作 3.可自由指定要显示悬浮窗的界面 4.应用退到后台时,悬浮窗会自动隐藏 5.除小米外,4.4~7.0 无需权限申请 6.位置及宽高可设置百分比值,轻松适配各分辨率 7.支持权限申请结果、位置等状态监听 8.链式调用,简洁清爽 集成: 第 1 步、在工程的 build.gradle 中添加: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 第 2 步、在应用的 build.gradle 中添加: dependencies { compile 'com.github.yhaolpz:FloatWindow:1.0.9' } 使用: 0.声明权限 1.基础使用 FloatWindow .with
2021-08-19 10:31:58 724KB Android代码
1
android代码大全11
2021-08-16 17:50:41 3.94MB android
1
BZPP_Eclipse-ADT-AndroidSDK 安卓八字排盘系统 开发环境:Ubuntu16.04 Eclipse ADT23.0.7 AndroidSDK 支持安卓版本:Android4.3.0以上版本 使用网上计算节气的算法,来进行定位干支
2021-08-13 20:36:28 2.76MB Android代码
1
ShoppingMall2 gui gu shang cheng
2021-08-12 11:09:06 3.2MB Android代码
1
IMPORTANT: this library has been superseded by buildToolsVersion 21.1.0 The steps for multidexing if you are using 21.1.0 or higher is: android { compileSdkVersion 21 buildToolsVersion "21.1.0" defaultConfig { ... minSdkVersion 14 targetSdkVersion 21 ... // Enabling multidex support. multiDexEnabled true } ... } Note that the dependency on 'com.android.support:multidex:1.0.0' is automatic, there is not need to specify it. I'll
2021-08-11 22:38:54 32KB Android代码
1
MemoryCleaner 安卓手机内存清理 开源版,包括内存加速,垃圾清理,自启管理,软件管理等。 说明 >现修复android5.0以上不能查看进程的问题,暂时不能支持7.0的查看进程的功能,欢迎各位提出相应的意见或建议,如不能配置好环境,请下载安装包MemoryCleaner >由于对第一版的安卓手机内存用到的技术以及UI不满意,同时第一版也有运行过程中易崩溃的BUG,故对第一版的MemoryClean进行改进,大部分功能借鉴于superCleanMaster,UI借鉴于Notes 基本功能 内存加速 垃圾清理 自启管理 软件管理 设备信息 白名单 应用截图 Open source projects ButterKnife WaveView Dagger 2 RxAndroid EventBus Stetho LeakCanary recycler-fast-scroll CircularFillableLoaders hellocharts-android SystemBarTint ActionItemBadg
2021-08-11 18:18:45 4.17MB Android代码
1
主要介绍了Android 通过代码设置、打开wifi热点及热点连接的实现代码,本文通过实例代码给大家介绍的非常详细,需要的朋友可以参考下
1