<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>琼殿技术论坛 - Android开发论坛</title>
    <link>https://bbs.qiongdian.com/f-72-1</link>
    <description>Latest 20 threads of Android开发论坛</description>
    <copyright>Copyright(C) 琼殿技术论坛</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Wed, 27 May 2026 08:16:15 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.qiongdian.com/static/image/common/logo_88_31.gif</url>
      <title>琼殿技术论坛</title>
      <link>https://bbs.qiongdian.com/</link>
    </image>
    <item>
      <title>记一次.NET MAUI项目中绑定Android库实现硬件控制的开发经历</title>
      <link>https://bbs.qiongdian.com/t-65458-1-1.html</link>
      <description><![CDATA[前言
最近AI小智对话机器人实在是太火了，于是我就把我之前的一个吃灰的安卓桌面机器人给拿出来玩了，我想着基于安卓的系统开发一些自己的软件操作它，我翻了下官方文档也是有提供SDK的，于是我就开始了这个开发尝试。机器人本身是有丰富的传感器，也有完整的麦克风摄像 ...]]></description>
      <category>Android开发论坛</category>
      <author>丗汰夵湸</author>
      <pubDate>Tue, 22 Jul 2025 16:17:00 +0000</pubDate>
    </item>
    <item>
      <title>Android系统开发 android8之后版本读写Nvram</title>
      <link>https://bbs.qiongdian.com/t-65451-1-1.html</link>
      <description><![CDATA[前言
　　此博客讲解Android8之后的版本为准，Android8.0以前，是通过AIDL的方式去获取一个名为【NvRAMAgent】的服务。&amp;nbsp;到了Android8.0之后，NVRAM的读写方式已经变更，不再通过AIDL去获取NVRAM服务，然后进行读写。而是通过HIDL的方式去获取服务来进行读写。
　　 ...]]></description>
      <category>Android开发论坛</category>
      <author>秦嘉宏</author>
      <pubDate>Tue, 08 Nov 2022 06:20:00 +0000</pubDate>
    </item>
    <item>
      <title>浅谈Android开发中的NFC功能</title>
      <link>https://bbs.qiongdian.com/t-65450-1-1.html</link>
      <description><![CDATA[目录&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.“NFC”的自我描述&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1 NFC功能的基本概念&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.2 NFC功能的背景、特性及发展趋势&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.NFC的基础知识、基本原理&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...]]></description>
      <category>Android开发论坛</category>
      <author>稀稀落落的狸狸</author>
      <pubDate>Fri, 22 Jul 2022 16:37:00 +0000</pubDate>
    </item>
    <item>
      <title>Android开发 CameraX开发</title>
      <link>https://bbs.qiongdian.com/t-65455-1-1.html</link>
      <description><![CDATA[前言
　　google推出Camera后,发现Camera功能简单,难以满足需求调用Camera各种效果,所以又推出了Camera2. Camera2功能强大但是使用十分麻烦,回调与冗余代码太多,而且特别容易在释放Camera上犯错导致activty的内存泄露. 所以google推出了更简单易用,但是功能也强大的Came ...]]></description>
      <category>Android开发论坛</category>
      <author>东智哥</author>
      <pubDate>Thu, 12 Aug 2021 07:24:00 +0000</pubDate>
    </item>
    <item>
      <title>uni-app&amp;H5&amp;Android混合开发三 || uni-app调用Android原生方法的三种方式</title>
      <link>https://bbs.qiongdian.com/t-65461-1-1.html</link>
      <description><![CDATA[前言：
　　关于H5的调用Android原生方法的方式有很多，在该片文章中我主要简单介绍三种与Android原生方法交互的方式。
uni-app跨平台框架介绍和快速入门

uni-app跨平台框架介绍和快速入门

一、H5+方法调用android原生方法
H5+ Android开发规范官方文档：

https://ww ...]]></description>
      <category>Android开发论坛</category>
      <author>李福尔摩斯</author>
      <pubDate>Fri, 23 Jul 2021 17:58:00 +0000</pubDate>
    </item>
    <item>
      <title>uni-app&amp;H5&amp;Android混合开发一 || 最全面的uni-app离线打包Android平台教程</title>
      <link>https://bbs.qiongdian.com/t-65460-1-1.html</link>
      <description><![CDATA[前言：
　　为什么会写这么一个教程，因为很久之前做过一个对接银行POS我们的系统是使用的H5开发的app应用。但是假如对结果银行相关业务的小伙伴应该都清楚，银行的业务相对于其他的对接方而言安全性比较高，而且一般都不会提供定制开发，所以只能我们自己来实现与他们 ...]]></description>
      <category>Android开发论坛</category>
      <author>老田休闲生活</author>
      <pubDate>Wed, 05 May 2021 14:36:00 +0000</pubDate>
    </item>
    <item>
      <title>Android ADB原理及常用命令</title>
      <link>https://bbs.qiongdian.com/t-65457-1-1.html</link>
      <description><![CDATA[Android调试桥(ADB, Android Debug Bridge)是一个Android命令行工具，包含在SDK 平台工具包中，adb可以用于连接Android设备，或者模拟器，实现对设备的控制，比如安装和调试应用。和Appium一样，adb也是基于C/S架构实现的。
目录一、ADB运行原理二、ADB安装三、ADB常用 ...]]></description>
      <category>Android开发论坛</category>
      <author>夏雨初晴</author>
      <pubDate>Sat, 02 Jan 2021 09:07:00 +0000</pubDate>
    </item>
    <item>
      <title>【Flutter 混合开发】添加 Flutter 到 Android Activity</title>
      <link>https://bbs.qiongdian.com/t-65445-1-1.html</link>
      <description><![CDATA[Flutter 混合开发系列 包含如下：

嵌入原生View-Android
嵌入原生View-iOS
与原生通信-MethodChannel
与原生通信-BasicMessageChannel
与原生通信-EventChannel
添加 Flutter 到 Android Activity
添加 Flutter 到 Android Fragment
添加 Flutter 到 iOS

每个工作日 ...]]></description>
      <category>Android开发论坛</category>
      <author>朱宽武</author>
      <pubDate>Tue, 27 Oct 2020 13:57:00 +0000</pubDate>
    </item>
    <item>
      <title>Android开发 ViewPager2</title>
      <link>https://bbs.qiongdian.com/t-65444-1-1.html</link>
      <description><![CDATA[前言
　　ViewPage2是ViewPage的取代者，解决了一些解决了其前辈ViewPage的大部分难题，包括从右到左的布局支持，垂直方向，可修改的Fragment集合等。从易用性上来说ViewPage2的确会比ViewPage更简单，并且它实际上是使用RecyclerView实现的。源码里可以很容易看到，另 ...]]></description>
      <category>Android开发论坛</category>
      <author>米姥姥</author>
      <pubDate>Wed, 19 Aug 2020 05:58:00 +0000</pubDate>
    </item>
    <item>
      <title>Android/iOS内嵌Unity开发示例</title>
      <link>https://bbs.qiongdian.com/t-65462-1-1.html</link>
      <description><![CDATA[Unity 与 Android/iOS 交叉开发主要有两种方式，以 Android 为例，一是 Android 生成 jar 或者 aar 包，导入到 unity3d plugin/bin/ 目录下；二是 Unity 导出 Android 工程，在 Android Studio 中作为库继续开发。网上的教程几乎全是第一种方式，而本文主要分析第二种方 ...]]></description>
      <category>Android开发论坛</category>
      <author>木子有李</author>
      <pubDate>Thu, 09 Jul 2020 06:42:00 +0000</pubDate>
    </item>
    <item>
      <title>Android Studio 连接手机开发</title>
      <link>https://bbs.qiongdian.com/t-65447-1-1.html</link>
      <description><![CDATA[前言
由于在 Android Studio 上安装虚拟机或者使用第三方虚拟机，都会给 PC 主机带来负担，而且运行效率也不如真实独立的物理手机。
所以这里记录 Android Studio 连接手机的步骤，以华为 P10 为例。
Android Studio 安装支持
Android SDK
每个 Android SDK 平台包默认 ...]]></description>
      <category>Android开发论坛</category>
      <author>里根政治经济学</author>
      <pubDate>Thu, 18 Jun 2020 11:51:00 +0000</pubDate>
    </item>
    <item>
      <title>Android开发学习之Log的使用</title>
      <link>https://bbs.qiongdian.com/t-65452-1-1.html</link>
      <description><![CDATA[Log（android.util.log）是Android Studio中的日志工具类,熟练使用log会对你以后的Android开发之旅有很大的帮助。* log类有五个方法，分别是（级别由低到高）：根据首字母对应VERBOSE，DEBUG,INFO,&amp;nbsp;WARN，ERROR。
1.Log.v()：打印一些最为繁琐、意义不大的日志信息 ...]]></description>
      <category>Android开发论坛</category>
      <author>方照</author>
      <pubDate>Sun, 10 May 2020 14:06:00 +0000</pubDate>
    </item>
    <item>
      <title>Android | 教你如何开发一键银行卡绑定功能</title>
      <link>https://bbs.qiongdian.com/t-65456-1-1.html</link>
      <description><![CDATA[前言
  小编前面几期文章分别给大家介绍了用代码实现微笑抓拍、证件照DIY、拍照翻译的功能开发（链接见文章末尾），本次小编给大家带来的是用代码一键实现银行卡识别与绑定功能。


银行卡识别的应用场景
  介绍开发步骤前，我们先来谈谈银行卡识别的具体应用场景， ...]]></description>
      <category>Android开发论坛</category>
      <author>水中牛</author>
      <pubDate>Thu, 09 Apr 2020 06:03:00 +0000</pubDate>
    </item>
    <item>
      <title>android开发实战-记账本APP（一）</title>
      <link>https://bbs.qiongdian.com/t-65459-1-1.html</link>
      <description><![CDATA[记账本开发流程：
对于一个记账本的初步开发而言，我实现的功能有：
①实现一个记账本的页面
②可以添加数据并更新到页面中
③可以将数据信息以图表的形式展现
&amp;nbsp;
（一）首先，制作一个记账本的页面。
①在系统自动创建的content_main.xml文件中添加listview

&amp;lt;List ...]]></description>
      <category>Android开发论坛</category>
      <author>佩洛西是我妈</author>
      <pubDate>Mon, 03 Feb 2020 15:47:00 +0000</pubDate>
    </item>
    <item>
      <title>Android开发 retrofit入门讲解</title>
      <link>https://bbs.qiongdian.com/t-65454-1-1.html</link>
      <description><![CDATA[前言
　　retrofit基于okhttp封装的网络请求框架,网络请求的工作本质上是 OkHttp 完成，而 retrofit 仅负责网络请求接口的封装.如果你不了解OKhttp建议你还是先了解它在来学习使用retrofit,传送门:Android 开发 框架系列 OkHttp使用详解
　　Retrofit优势，就是简洁易用 ...]]></description>
      <category>Android开发论坛</category>
      <author>有证教练新手陪驾</author>
      <pubDate>Thu, 26 Sep 2019 12:35:00 +0000</pubDate>
    </item>
    <item>
      <title>Android开发 ViewModel_1_了解与简单使用</title>
      <link>https://bbs.qiongdian.com/t-65453-1-1.html</link>
      <description><![CDATA[版权声明
本文来自博客园，作者：观心静&amp;nbsp;，转载请注明原文链接：https://www.cnblogs.com/guanxinjing/p/11545166.html
本文版权归作者和博客园共有，欢迎转载，但必须给出原文链接，并保留此段声明，否则保留追究法律责任的权利。
前言
　　ViewModel是google推出 ...]]></description>
      <category>Android开发论坛</category>
      <author>长洪</author>
      <pubDate>Wed, 18 Sep 2019 12:32:00 +0000</pubDate>
    </item>
    <item>
      <title>Android : 供应商原生开发套件 (VNDK)</title>
      <link>https://bbs.qiongdian.com/t-65443-1-1.html</link>
      <description><![CDATA[一、VNDK概述
　　VNDK(Vendor Native Development Kit)是一组专门用于vendor实现其HAL的lib库，因为自Android 8.0以来，Google引入了Treble架构，希望对vendor和system分区进行解耦处理，期待实现：framwork进程不加载vendor共享库，vendor进程仅加载vendor共享库（和 ...]]></description>
      <category>Android开发论坛</category>
      <author>烤鸭新语</author>
      <pubDate>Tue, 23 Jul 2019 08:45:00 +0000</pubDate>
    </item>
    <item>
      <title>android开发中Wifi功能总结</title>
      <link>https://bbs.qiongdian.com/t-65448-1-1.html</link>
      <description><![CDATA[---------------------&amp;nbsp;作者：yourzeromax&amp;nbsp;来源：CSDN&amp;nbsp;原文：https://blog.csdn.net/qq_34773981/article/details/79163579&amp;nbsp;版权声明：本文为博主原创文章，转载请附上博文链接！
&amp;nbsp;
写在前面距离上次写博客还是在几个月以前了，最近几个月实在 ...]]></description>
      <category>Android开发论坛</category>
      <author>培彦</author>
      <pubDate>Thu, 18 Jul 2019 07:10:00 +0000</pubDate>
    </item>
    <item>
      <title>DJI Android SDK 开发笔记(入门篇)</title>
      <link>https://bbs.qiongdian.com/t-65449-1-1.html</link>
      <description><![CDATA[大疆SDK开发笔记##
1.文档相关


1.大疆SDK首页


2.Android SDK文档
接入Android的SDK都在这部分，飞控相关的接口。


3.Android UX SDK文档
 大疆自定义的组件，已经跟飞机关联，直接用即可。


4.官方Git库
 相关Demo都在里面


5.注册成为开发者

开发者注册
注:每 ...]]></description>
      <category>Android开发论坛</category>
      <author>几度风</author>
      <pubDate>Wed, 17 Jul 2019 04:26:00 +0000</pubDate>
    </item>
    <item>
      <title>Android studio 开发一个用户登录界面</title>
      <link>https://bbs.qiongdian.com/t-65446-1-1.html</link>
      <description><![CDATA[Android studio 开发一个用户登录界面


activity_main.xml

 1 &amp;lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;utf-8\&quot;?&amp;gt;
 2 &amp;lt;android.support.constraint.ConstraintLayout xmlns:android=\&quot;http://schemas.android.com/apk/res/android\&quot;
 3     xmlns:app=\&quot;http://schemas.android.co]]></description>
      <category>Android开发论坛</category>
      <author>宁静的小镇</author>
      <pubDate>Fri, 24 May 2019 12:33:00 +0000</pubDate>
    </item>
  </channel>
</rss>