LockScreenSample-Disable HomeButton or HomeKey Event Android LockScreenSample Using Service - Disable HomeButton Key Event LockScreenSample use Android Service. So, Ignores HomeButton Key Event. Download Current version: [1.0.2] Gradle: compile 'com.github.dubulee:lockscreendiablehomebuttonkey:1.0.2' As there are a lot questions about "how to disable home button in android?" on Stack Overflow, such as how to disable home button in android? Android - Is It possible to disable the click of home b
2021-12-08 14:22:00 17.69MB Android代码
1
Android GeoJSON A complete GeoJSON implementation for Android. Table of Contents Requirements Installation Sample Usage Parsing GeoJSON Creating GeoJSON Requirements Android SDK 8 or Higher Installation Android Studio / Gradle dependencies { compile 'com.cocoahero.android:geojson:1.0.1@jar' } Maven com.cocoahero.android geojson 1.0.1 jar Sample Usage Whether you need to parse existing GeoJSON from a file or web server, or create new GeoJSON from user input, this library has got
2021-12-07 19:50:27 73KB Android代码
1
包括实现的代码和说明文档,解释很详细,很适合大软的童鞋用哦~
2021-12-06 19:30:19 545KB Android 代码 说明
1
包括实现的代码和说明文档,解释很详细,很适合大软的童鞋用哦~
2021-12-06 19:19:07 686KB Android 代码 说明
1
BifacialView Gradle allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies {    implementation 'com.github.pavel163:BifacialView:1.4.0' } How to use To install the picture programmatically use: bifacialView.setDrawableLeft(drawableLeft); bifacialView.setDrawableRight(drawableRight); You can use xml attributes to control the appearance of arrows TouchMode ALL - reacts to the touch in any part of view. DELIMITER - reacts to a touch in the deli
2021-12-03 18:55:45 1.74MB Android代码
1
安卓手机定时发送短信多条短信同时发布.zip
2021-12-02 13:50:49 482KB android
1
包括实现的代码和说明文档,解释很详细,很适合大软的童鞋用哦~
2021-11-30 20:10:39 808KB Android 代码 说明
1
H-Express Android App []() H-Express APK download这个项目,你可以学到: EventBus OkHttp butterknife Glide图片加载 ZXing二维码扫描 白天/夜间模式切换 第三方QQ登录、分享 安卓爬虫 RecyclerView使用 BaseActivity、BaseFragment、BaseAdapter LitePal数据库使用 H-Express is an express delivery tracking app , built on OkHttp、EventBus、LitePal、Glide and ZXing. H-Express 是一款快递追踪 APP,基于OkHttp、EventBus、LitePal、Glide、RecyclerView、ZXing而构建。 Clone the Repository: 克隆仓库: git clone https://github.com/qht1003077897/H-Express.git Suggestion: It is be
2021-11-30 19:01:54 6.99MB Android代码
1
签到系统源码.zip
2021-11-30 17:35:09 1.49MB android
1
Android虚拟摇杆 安卓虚拟摇杆,全方位控制 使用方法 ①attr中定义自定义参数 <!-- areaBackground 设置区域背景 rockerBackground 设置摇杆的样式 rockerScale 设置摇杆的相对于背景的比例 rockerSpeedLevel 设置当前位置相对于中心点的距离的比例 如:10 则中心点到边缘的距离分为10分 越靠外数值越大0-10 rockerCallBackMode 有变化就回调,或者是方向改变才会回调--> ②复制RockerView到项目中 ③使用摇杆控件 ③事件回调 mRockerView.setOnShakeListener(DIRECTION_8, new RockerView.OnShakeListener() { @Override public void onStart() { } @Override public void direction(RockerView.Direction d
2021-11-27 10:13:21 188KB Android代码
1