android-todo ToDo app which showcases Offline-first MVP architecture with Dependency Injection
2021-11-11 16:51:07 238KB Android代码
1
Calculator 安卓/仿小米计算器APP
2021-11-09 11:50:12 1.9MB Android代码
1
AutomaticUpdate 安卓自动更新,静默更新,可以在通知栏里显示更新下载进度,几行代码快速实现Android下载更新 之前用的友盟更新,但是友盟最近自动跟新业务要停止服务了,所以就自己写了这套自动更新的代码 使用起来特别简单,几行代码就可以快速集成 先看效果图 1,进入应用更新弹窗,这个可以自定义(详看代码) 2,可以在应用中查看下载进度,也可以暂停下载 3,下载的通知也会在通知栏里显示 4,下载完成以后可以自动安装 使用步骤 一,添加类库 compile 'com.lzy.net:okhttputils:1.6.7' compile 'com.lzy.net:okhttpserver:0.1.7' //扩展了下载管理和上传管理,根据需要添加 二,全局配置 一般在 Aplication,或者基类中,只需要调用一次即可,可以配置调试开关,全局的超时时间,公共的请求头和请求参数等信息 public class GApp extends Application { @Override public void onCreate() { sup
2021-11-08 15:22:01 560KB Android代码
1
今天小编就为大家分享一篇Android 代码设置开机自启动App的方法,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
2021-11-07 15:36:28 38KB Android 开机 自启动 App
1
TagCloudView English Sample 扫码下载示例APK 简介 TagCloudView是一个完全基于Android ViewGroup编写的控件,支持将一组View展示为一个3D球形集合,并支持全方向滚动。 UI效果 Image 使用 Eclipse copy代码,或使用ADT的maven插件 Android Studio / IDEA 在build.gradle中添加 compile 'com.moxun:tagcloudlib:1.2.0' 在布局文件中引入 - 设置Adapter 继承`TagsAdapter`,实现以下方法 **public int getCount();** *返回Tag数量* **public View getView(Context context, int position, ViewGroup parent);** *返回每个Tag实例* **public Object getItem(int position);** *返回Tag数据* **pu
2021-11-07 10:29:43 3.44MB Android代码
1
Plumble Plumble is a robust GPLv3 Mumble client for Android that uses the Jumble protocol implementation. Building on GNU/Linux git submodule update --init --recursive ./gradlew assembleDebug It's that simple! Inter-process communication Documentation on integrating your app with Plumble's IPC features here. Contributing Coding Standard FOSS project procedure applies; fork and submit a PR! Please use Transifex for translations, not pull requests. Testing Help test the latest Plumble nig
2021-11-06 20:23:21 783KB Android代码
1
SineView SineView allows you to paint and animate a sine Download Add the following dependency to your gradle file compile 'es.guiguegon:sineview:1.0.0' or use JitPack Usage The minimum API is 11. To start the animation simply use the methods startWave or resumeWave. To pause the animation: pauseWave To finish and set the initial state: stopWave Parameters to customize sv_sine_alpha: to apply an alpha to the sine (0-1) sv_sine_phase: Sine phase parameter sv_sine_amplitude: Sine amplitude para
2021-11-06 01:16:47 783KB Android代码
1
Termux app Termux is an Android terminal app and Linux environment. Termux on Google Play Store Termux on F-Droid Termux Help Termux Google community Note that this repository is for the app itself (the user interface and the terminal emulation). For the packages installable inside the app, see termux/termux-packages Terminal resources XTerm control sequences vt100.net Terminal codes (ANSI and terminfo equivalents) Terminal emulators VTE (libvte): Terminal emulator widget for GTK , mainl
2021-11-05 17:55:33 250KB Android代码
1
multiwindow multiwindow ui apply in android 安卓多窗口管理界面,仿UC浏览器多窗口管理界面 使用 viewpager fragment 实现 效果图1: 效果图2:
2021-11-03 19:09:12 1.73MB Android代码
1
Android代码-安卓短信管理
2021-11-02 14:08:46 336KB Android代码
1