<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>藏宝库 - 移动开发</title>
    <link>https://www.28xin.com/list-80-1</link>
    <description>Latest 20 threads of 移动开发</description>
    <copyright>Copyright(C) 藏宝库</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 06 May 2026 11:39:10 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.28xin.com/static/image/common/logo_88_31.gif</url>
      <title>藏宝库</title>
      <link>https://www.28xin.com/</link>
    </image>
    <item>
      <title>flutter Could not create an instance of type com.android.build.api.variant.impl.</title>
      <link>https://www.28xin.com/wenzhang-12394-1-1.html</link>
      <description><![CDATA[Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.


今天无事升级了下flutter的开发环境，，

悲剧了 所有混编扩展全部报错，， com.android.build.api.variant.impl.LibraryVariantBuilderImpl.


原因 使用 Grad ...]]></description>
      <category>移动开发</category>
      <author>siman</author>
      <pubDate>Wed, 25 Dec 2024 06:53:05 +0000</pubDate>
    </item>
    <item>
      <title>iOS 15-17.0.2 模拟器在无法在在使用Location造成内存溢出即使你看到权限请求</title>
      <link>https://www.28xin.com/wenzhang-12393-1-1.html</link>
      <description><![CDATA[iOS 15-17.0.1 模拟器在无法在在使用模拟定位 Location 造成内存溢出 即使你看到权限请求


测试ios15-17.2 都存在这个问题  估计18也存在这个问题

经过反馈和查看  在15的时候这就有这个问题是因为隐私权限严格所致

官方在15的时候就说修复。结果未修复

踩坑2个多小 ...]]></description>
      <category>移动开发</category>
      <author>siman</author>
      <pubDate>Tue, 24 Dec 2024 10:03:49 +0000</pubDate>
    </item>
    <item>
      <title>Python文件读写利用-2·文件读利用（Read）</title>
      <link>https://www.28xin.com/wenzhang-12149-1-1.html</link>
      <description><![CDATA[一、文件Read利用概述：


[*]要利用文本文件中的信息，首先必要将信息读取到内存中。
[*]我们可以一次性读取文件的全部内容，也可以以每次一行的方式渐渐读取。
二、文件指针：


[*]文件指针 标记 从哪个位置开始读取数据
[*]第一次打开 文件时，通常 文件指针会指向 ...]]></description>
      <category>移动开发</category>
      <author>手机游戏开发者</author>
      <pubDate>Sun, 06 Oct 2024 15:28:31 +0000</pubDate>
    </item>
    <item>
      <title>Android VSYNC与图形体系中的扯破、双缓冲、三缓冲浅析</title>
      <link>https://www.28xin.com/wenzhang-12134-1-1.html</link>
      <description><![CDATA[VSYNC与画面扯破

VSYNC即vertical sync，也称为垂直同步，是一种图形技能，重要就是逼迫将帧速率与表现器的革新率同步，最初由 GPU 制造商提出，重要用来处置惩罚屏幕扯破。起宰衡识下两个名词：FPS与屏幕革新频率

[*]帧率[Frame Rate，单元FPS]-显卡天生帧的速率，也 ...]]></description>
      <category>移动开发</category>
      <author>程序员</author>
      <pubDate>Sun, 06 Oct 2024 04:39:22 +0000</pubDate>
    </item>
    <item>
      <title>Spring之@Autowired依赖注入探究</title>
      <link>https://www.28xin.com/wenzhang-12150-1-1.html</link>
      <description><![CDATA[前言

利用Spring，@Autowired注解肯定再熟悉不外了，本日彻底探究一下@Autowired实现的源码细节
实现

实在这个实现方式实在思绪很简朴：
就是在bean容器中找到type==@Autowired修饰的范例的bean，然后通过反射给属性赋值即可
原理很简朴，但还是看代码证明一下，并关 ...]]></description>
      <category>移动开发</category>
      <author>手机软件开发</author>
      <pubDate>Fri, 04 Oct 2024 00:05:14 +0000</pubDate>
    </item>
    <item>
      <title>Swift-常见关键字</title>
      <link>https://www.28xin.com/wenzhang-12153-1-1.html</link>
      <description><![CDATA[一、#available和@available

@available是编译时期作用，#available是运行时起作用。
1. @available
在Swift中用于修饰一个范例、扩展、协议、方法、属性，用来表达它的可用性，好比平台、操纵体系、是否废弃、已经不可用，例子如下： ...]]></description>
      <category>移动开发</category>
      <author>手机软件开发</author>
      <pubDate>Thu, 03 Oct 2024 21:11:47 +0000</pubDate>
    </item>
    <item>
      <title>第05章：DynamicDataDisplay 折线图(Code)</title>
      <link>https://www.28xin.com/wenzhang-12132-1-1.html</link>
      <description><![CDATA[【目录】DynamicDataDisplay - 简书
一、概述

本文介绍如安在背景代码中利用DynamicDataDisplay。
有些时间Xaml中固定的写法并不能满意需求，必要非常机动的控制图表一些原色，那么就必要在代码中去初始化ChartPlot。
二、演示

三、实现

第一步：新建项目

1.新建项 ...]]></description>
      <category>移动开发</category>
      <author>手机软件开发</author>
      <pubDate>Tue, 01 Oct 2024 16:00:02 +0000</pubDate>
    </item>
    <item>
      <title>iOS tabbar动画-CYLTabBarController</title>
      <link>https://www.28xin.com/wenzhang-12131-1-1.html</link>
      <description><![CDATA[[*]GitHub 源码: CYLTabBarController
[*]Star: 6.1k
【中国特色 TabBar】一行代码实现 Lottie 动画 TabBar，支持中心带 + 号的 TabBar 样式，自带红点角标，支持动态革新。【iOS13 &amp; Dark Mode &amp; iPhone XS MAX supported】。
前言

起首：不光仅是一行代码！
官方声 ...]]></description>
      <category>移动开发</category>
      <author>源代码</author>
      <pubDate>Tue, 01 Oct 2024 15:11:17 +0000</pubDate>
    </item>
    <item>
      <title>Java 线程间通讯</title>
      <link>https://www.28xin.com/wenzhang-12147-1-1.html</link>
      <description><![CDATA[1. 线程之间怎样通讯


[*]共享内存（隐式通讯）
[*]消息通报（显式通讯 wait / notify synchronized）
1.2 壅闭


[*]BLOCKED 和 WAITING 的线程都处于壅闭状态，不占用 CPU 时间片
[*]BLOCKED 线程会在 Owner 线程开释锁时唤醒
[*]WAITING 线程会在 Owner 线程调用 no ...]]></description>
      <category>移动开发</category>
      <author>源代码</author>
      <pubDate>Mon, 30 Sep 2024 13:39:12 +0000</pubDate>
    </item>
    <item>
      <title>iOS 三种画板实现方式</title>
      <link>https://www.28xin.com/wenzhang-12128-1-1.html</link>
      <description><![CDATA[UIBezierPath,Quartz2D,OpenGLES

1. UIBezierPath

1 UIBezierPath

[*]使用UIBezierPath可以创建基于矢量的路径，此类是Core Graphics框架关于路径的封装。使用此类可以界说简朴的外形，如椭圆、矩形大概有多个直线和曲线段构成的外形等。

[*]UIBezierPath是CGPathRe ...]]></description>
      <category>移动开发</category>
      <author>源码</author>
      <pubDate>Fri, 27 Sep 2024 07:22:56 +0000</pubDate>
    </item>
    <item>
      <title>这么好的Android开发辅助工具App不白嫖痛惜了</title>
      <link>https://www.28xin.com/wenzhang-12135-1-1.html</link>
      <description><![CDATA[过年期间闲来没事，手撸了一个辅助Android开发调试的工具App，得当Android开发者和测试同砚利用。
点击直接下载APK 大概去Google Play安装
功能概览

对我这样的懒人开发者来说，反复的做同样一件事简直太煎熬了，因此我把我平时开发中必要反复操纵的下令和一些繁琐的操 ...]]></description>
      <category>移动开发</category>
      <author>手机软件开发</author>
      <pubDate>Mon, 23 Sep 2024 17:08:58 +0000</pubDate>
    </item>
    <item>
      <title>基于Telegram二次开辟 --- MTProtoKit 架构</title>
      <link>https://www.28xin.com/wenzhang-12152-1-1.html</link>
      <description><![CDATA[MTProto 是 Telegram 的焦点协议，旨在支持多种传输协议；当前版本的 Telegram-iOS 仅支持 TCP 传输；HTTP 传输已于 2018 年删除；VoIP 模块 libtgvoip 支持 UDP 和 TCP 传输。

[*]MTProtoKit 源码堆栈
[*]MTProto 官方文档
Telegram-iOS 在 Network 内置了用于冷启动 ...]]></description>
      <category>移动开发</category>
      <author>开发者</author>
      <pubDate>Mon, 16 Sep 2024 04:43:19 +0000</pubDate>
    </item>
    <item>
      <title>Flutter 实现扫码</title>
      <link>https://www.28xin.com/wenzhang-12130-1-1.html</link>
      <description><![CDATA[目次

实现效果

实现步调

1.引入扫码依赖

这里利用的是qr_code_scanner
dependencies:  qr_code_scanner: ^1.0.12.添加代码

扫码页面的代码如下：
class ScanQrCodePage extends StatefulWidget {  const ScanQrCodePage({Key? key}) : super(key: key);  @override ...]]></description>
      <category>移动开发</category>
      <author>计算机软件开发</author>
      <pubDate>Sat, 14 Sep 2024 12:12:19 +0000</pubDate>
    </item>
    <item>
      <title>AQS探究</title>
      <link>https://www.28xin.com/wenzhang-12129-1-1.html</link>
      <description><![CDATA[总所周知，java concurrent包的工具类是构建在AbstractQueuedSynchronizer类上的根本上的，而这个类是Doug Lea大神基于CHL队列实现的同步器。这个强盛的同步器是怎样实现的呢？我们来一探究竟。
由于AQS的代码比力难以明白，我们从concurrent包下的并发工具类动手开始研 ...]]></description>
      <category>移动开发</category>
      <author>手机游戏开发者</author>
      <pubDate>Sat, 14 Sep 2024 00:46:17 +0000</pubDate>
    </item>
    <item>
      <title>利用TC（TotalControl）遇到的标题,adb已制止工作</title>
      <link>https://www.28xin.com/wenzhang-12136-1-1.html</link>
      <description><![CDATA[    利用TC的小同伴，在毗连手机时，信任都多多少少会遇到以下这个标题。
    点击关闭步伐后，可以望见adb 这个历程在被360的MobileLink历程占住

    在任务栏打开任务管理器或利用组合键ctrl+alt+. 进入任务管理器。

    如图点击具体信息，将对应3 ...]]></description>
      <category>移动开发</category>
      <author>手机游戏开发者</author>
      <pubDate>Wed, 11 Sep 2024 00:49:27 +0000</pubDate>
    </item>
    <item>
      <title>http和https的区别</title>
      <link>https://www.28xin.com/wenzhang-12151-1-1.html</link>
      <description><![CDATA[1、HTTPS  协议须要到 CA （Certificate Authority，证书颁发机构）申请证书，一样寻常免费证书较少，因而须要一定费用。
2、HTTP 是超文本传输协议，信息是明文传输，HTTPS 则是具有安全性的 SSL 加密传输协议。
3、HTTP 和 HTTPS 使用的是完全差别的毗连方式，用的端 ...]]></description>
      <category>移动开发</category>
      <author>计算机软件开发</author>
      <pubDate>Sun, 08 Sep 2024 11:25:57 +0000</pubDate>
    </item>
    <item>
      <title>iOS 根本知识(一)</title>
      <link>https://www.28xin.com/wenzhang-12148-1-1.html</link>
      <description><![CDATA[目次


[*]一个NSObject对象占用多少内存？
[*]对象的isa指针指向那里？
[*]OC的类信息存放在那里？
[*]iOS用什么方式实现对一个对象的KVO？(KVO的本质是什么？)
[*]KVC
[*]Category
[*]+load方法和+initialize方法
[*]Block
[*]_ _weak
1. 一个NSObject对象占用多少内 ...]]></description>
      <category>移动开发</category>
      <author>源代码</author>
      <pubDate>Sat, 07 Sep 2024 22:41:13 +0000</pubDate>
    </item>
    <item>
      <title>js 箭头函数和平凡函数的区别和this指向看这篇就够了</title>
      <link>https://www.28xin.com/wenzhang-12154-1-1.html</link>
      <description><![CDATA[this指向标题是个老标题了，网上的教程很多都是相互copy的，让萌新一脸蒙，这里简单总结下，包管一次性搞懂。
起首，这里有个标题是js分严酷模式和非严酷模式，严酷模式和非严酷模式下this指向稍微有点区别，主要就是全局作用域中平凡函数中的this指向标题，严酷模式下 ...]]></description>
      <category>移动开发</category>
      <author>源代码</author>
      <pubDate>Fri, 06 Sep 2024 07:08:24 +0000</pubDate>
    </item>
    <item>
      <title>Android Framework - 学习起步</title>
      <link>https://www.28xin.com/wenzhang-12138-1-1.html</link>
      <description><![CDATA[前言

作为一名合格的 Android 开发,必要学习 Framework 知识,来办理 App 稳固性干系的问题
Framework 的源码学习一样平常由 init.rc 开始看起,因为它是一个 Android 体系启动必备的紧张脚本,之后的几大体系进程都是由它启动的,比如 zygote,systemserver 等,这里紧张纪 ...]]></description>
      <category>移动开发</category>
      <author>计算机软件开发</author>
      <pubDate>Wed, 04 Sep 2024 11:52:07 +0000</pubDate>
    </item>
    <item>
      <title>RecyclerView的item中嵌套RecyclerView的滑动辩说处置惩罚</title>
      <link>https://www.28xin.com/wenzhang-12133-1-1.html</link>
      <description><![CDATA[场景再现
布局分析
外层是一个RecyclerView，每个Item中又有一个可以上下滑动的RecyclerView，这种计划表里层肯定会造成滑动辩说，编码完成的时间表现就是，内部的 RecyclerView是无法滑动的，就现在的题目实验着处置惩罚一下。
办理方法具体步骤如下：

[*]步骤一：使 ...]]></description>
      <category>移动开发</category>
      <author>程序员</author>
      <pubDate>Mon, 02 Sep 2024 05:58:48 +0000</pubDate>
    </item>
  </channel>
</rss>