标签: Android

7 篇文章

Android 文件管理类应用比较
尚未完成 如广告等项目不在下表中,因为可通过某些方式处理。 名称版本1体积2压缩3SMBFTP网盘PC管理空间分析ES文件浏览器41.8 MB√√国内外FTPFile Commander8.18.60007ZIP√√国外HTTP√流舟文件浏览器1.727.523.1 MB√√国内外FTP/HTP√Solid Explorer2.8.3720.1 M…
Xamarin.Android 前台服务
public const string CHANNEL_ID = "default_channel"; public const string CHANNEL_NAME = "Default Channel"; public const int NOTIFICATION_ID = 10000; public override StartComman…
谷歌相机
Google Camera Port 在这里下载经过修改的 Google Camera(来自 BSG、Arnova8G2 等开发者) 版本 [label]Google 相机[/label]是 Google 在其手机(Pixel 和 Nexus)上使用的相机应用程序。与其他品牌相比,使用此应用程序拍摄的照片通常更详细且具有更好的动态范围,特别是在恶劣…
Xamarin.Android 绑定服务
BindingHelper.cs using Android.Content; using Android.OS; using Android.Util; public class BinderX<TService, TActivity> : Binder where TService : Service where TActivity : …