A free open-source two factor authentication app for Android. It features encrypted backups, icons, categories and a high level of customisation. It also has a Wear OS companion app. It supports TOTP (Time Based) and HOTP (Counter Based) authenticators using either SHA1, SHA256 or SHA512...
material-uigoogle-playpixivandroid-app UpdatedJan 20, 2025 Java moonlight-stream/moonlight-android Star4.6k GameStream client for Android nvidiaandroid-appmoonlightgamestreamandroid-tv-apps UpdatedJan 20, 2025 C The FlutterShop template makes it easier to develop an e-commerce app using Flutter. ...
import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Build; import android.os.Handler; import android.support.v7.app.ActionBar; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os...
dependencies { compile 'com.github.javiersantos:AppUpdater:1.1' } 使用 在Manifest中添加INTERNET和ACCESS_NETWORK_STATE权限: <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> Activity AppUpdater appUpdater = new AppUpd...
App Store: apps.apple.com/cn/app/id6444694205 03 Amarok 一个轻量级的安卓的文件应用隐藏器,支持 Shizuku、DSM 等模式隐藏应用。可一键隐藏手机隐私文件和应用,旨在保护你的隐私。 如果你需要隐藏手机里的某个文件,或是应用,你可能会利用手机的自带功能给它加密,但是有些手机没有这个功能,有些手机的加密功能并...
短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。 下载地址 ⚠ 首发地址:https://github.com/pppscn/SmsForwarder/releases ⚠ 国内镜像:https...
Github官方APP终于来了,赶紧下载尝鲜 来自:开源最前线(ID:OpenSourceTop) 链接:https://ww.9to5google.com/2020/01/14/github-for-android-beta-everything-but-code/# 去年,微软宣布了适用于Android和iOS的正式GitHub应用程序,并开放了该应用程序的内测邀请。近日,GitHub终于发布了beta版Android app。
扫描以下二维码下载体验App(从0.2.3版本开始,体验App内嵌版本更新检测功能): JSCKit库传送门:https://github.com/JustinRoom/JSCKit 详细实施步骤 1、准备发布的apk和相对应的版本信息文件。 我们在使用Android studio打包发布版apk时会同时生成相对应的版本信息文件output.json,如下图: ...
android:layout_height="match_parent"/> androidx.constraintlayout.widget.ConstraintLayout> 1.2 效果图效果1 效果2 更多详细使用方法请看Github: https://github.com/Chrisvin/LiquidSwipe Flourish Flourish提供了一个炫酷的方式来显示或者隐藏一个布局,实现方式也很简单,就是对View或者布局进行了包装,通过构建者模式...
android apk升级 github android app升级方案 方式一:APP自身提示有更新,用户点击升级就在后面下载更新包 以下是我的理解。 效果图: 第一步:存放资源的后台,存放一个包含最新版本信息的update.txt文件和一个.apk文件就够了! 第二步:获取到最新的版本号,然后与当前APP的版本号进行对比。如果低于最新版本,就开线程...