<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[拍拍尘土]]></title> 
    <link>http://blog.xg98.com/</link> 
    <description><![CDATA[五月枇杷黄，太湖银鱼肥]]></description> 
    <language>zh-cn</language> 
    <copyright><![CDATA[Copyright 2026, 拍拍尘土]]></copyright> 
    <webMaster><![CDATA[cxosoft@gmail.com (Admin)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Thu, 04 Jun 2026 14:17:49 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[Android Studio 6.0以上版本出现Permission denied情况]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2972]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 28 May 2024 14:18:51 +0800</pubDate> 
      <description><![CDATA[Android Studio由于版本更新 对于 音频或者图像，文件的写入与读取发生改变出现申请方式发生改变：<br /><br />解决办法：<br /><br />首先在【manifest】文件中的【AndroidManifest.xml中】加入以下代码：<br /><br />(就是在&lt;manifest&gt; 与 &lt;application&gt;中间加入）<div class="code">&lt;manifest......<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;uses-permission android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot;/&gt;<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;uses-permission android:name=&quot;android.permission.READ_EXTERNAL_STORAGE&quot;/&gt;<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ......<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &lt;application<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; ......</div><br />在MainActivity中加入：（直接复制粘贴在<br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2972]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Toast.makeText()的使用方法]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2963]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 11 Apr 2024 15:17:03 +0800</pubDate> 
      <description><![CDATA[<p>Toast.makeText()的使用方法<br/>大家好，我是免费搭建查券返利机器人赚佣金就用微赚淘客系统3.0的小编，也是冬天不穿秋裤，天冷也要风度的程序猿！在今天的文章中，我们将深入讨论Android开发中一个常用而且便捷的UI组件——Toast，特别是Toast.makeText()方法的使用。Toast是一种用于在屏幕上显示短暂消息的机制，它在开发中常用于提供用户友好的提示信息，本文将详细介绍Toast.makeText()的使用方法及其在Android应用开发中的实际应用场景。<br/><br/><strong>1. Toast.makeText()是什么？</strong><br/>在Android开发中，Toast是一种轻量级的消息提示工具，通过短暂地在屏幕上显示一段文本，向用户提供提示信息。Toast.makeText()是Toast类的静态工厂方法，用于创建并返回一个Toast对象。该方法接收三个参数：<br/><br/>context：上下文对象，通常为当前Activity的上下文。<br/>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2963]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[androidStudio为APP修改新的logo（手机桌面图标）]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2962]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 11 Apr 2024 15:07:06 +0800</pubDate> 
      <description><![CDATA[androidStudio如何为自己开发的APP设计新的logo？<br /><br />一般来说，区分不同的app除了内容不同以外，最简单的区分方法就是通过app的logo来区分，那么对于一个刚接触android开发的同学来说，我们怎样将自己设计或者自己喜欢的logo用在自己的app上面呢，本次博客将为大家讲解怎么修改自己app的logo！<br />通过学长自己的总结，有两种修改logo的方式，一种是通过配置文件中的代码修改，另一种则是可视化窗口修改，如下步骤：<br /><br /><br /><b>（一）、通过项目配置文件修改app的logo</b><br /><br />作为自己喜欢或自己设计的图片，最好是png图片，因为png图片作为app的图片背景是可以透明的，比较美观，大家可以自己去试一下png图片和其他格式图片的不同，这里学长给大家一个png图片的下载资源点：<br /><a href="https://www.easyicon.net/iconsearch/Air%20conditioner/" title="https://www.easyicon.net/iconsearch/Air%20conditioner/" target="_blank">https://www.easyicon.net/iconsearch/Air%20conditioner/</a><br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2962]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Android Studio 添加汉化包]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2961]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 11 Apr 2024 15:02:53 +0800</pubDate> 
      <description><![CDATA[1.查看自己android studio软件版本<br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202404/11_150429_286338520230529100339092815234772.png" target="_blank"><img src="http://blog.xg98.com/attachments/202404/11_150429_286338520230529100339092815234772.png" alt="http://blog.xg98.com/attachments/202404/11_150429_286338520230529100339092815234772.png" /></a></div><br /><br /> &nbsp; 我的版本为222那么需下载222的汉化包<br />2.<a href="https://plugins.jetbrains.com/plugin/13710-chinese-simplified-language-pack----/versions/stable" title="https://plugins.jetbrains.com/plugin/13710-chinese-simplified-language-pack----/versions/stable" target="_blank">点击这里</a> 前往下载相应版本的汉化包<br /><br />小版本无需注意，大版本对就可以。<br /><br />我这里选择为<div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202404/11_150436_286338520230529100821882729325333.png" target="_blank"><img src="http://blog.xg98.com/attachments/202404/11_150436_286338520230529100821882729325333.png" alt="http://blog.xg98.com/attachments/202404/11_150436_286338520230529100821882729325333.png" /></a></div><br /><br /><br />下载后再进行解压<br />3.导入汉化包[img]attachments/202404/11]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2961]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Facebook 开源了它的UI设计工具Origami]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2262]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Fri, 27 Feb 2015 15:05:33 +0800</pubDate> 
      <description><![CDATA[Origami 是一套设计现代用户界面的工具。它可以快速组建一个原型，在你的 iPhone 或 iPad 上试用，然后对它进行迭代，并导出代码给工程师进一步使用。<br /><br />Facebook 用 Origami 帮助设计和开发了很多产品，包括 Instagram, Paper, Messenger, Slingshot, Rooms, 和 Groups等。这次 Facebook 开源了这么好的工具，真是功德无量，阿弥陀佛。<br /><br /><a href="http://facebook.github.io/origami/" title="http://facebook.github.io/origami/" target="_blank">http://facebook.github.io/origami/</a>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2262]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[dp,px,pt,sp 的区别 以及dp 和 px 互转]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2168]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Mon, 09 Dec 2013 20:49:34 +0800</pubDate> 
      <description><![CDATA[dp = dip : device independent pixels(设备独立像素). 不同设备有不同的显示效果,这个和设备硬件有关，一般我们为了支持WVGA、HVGA和QVGA 推荐使用这个，不依赖像素。<br /><br />px: pixels(像素). 不同设备显示效果相同，一般我们HVGA代表320x480像素，这个用的比较多。<br /><br />pt: point，是一个标准的长度单位，1pt＝1/72英寸，用于印刷业，非常简单易用；<br /><br />sp: scaled pixels(放大像素). 主要用于字体显示best for textsize。<br /><br />由此，根据 google 的建议，TextView 的字号最好使用 sp 做单位，而且查看<br /><br />TextView<br /><br />的源码可知 Android 默认使用 sp 作为字号单位。<br /><br />在 Android 中，  1pt 大概等于 2.22sp<br /><br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2168]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[安卓手机使用局域网电脑usb线上网，使用app工具Android Reverse Tethering]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=2143]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Sun, 06 Oct 2013 14:44:36 +0800</pubDate> 
      <description><![CDATA[<span style="color:Red">p.s.本人测试的确可用，上网速度同电脑。不过一开始安装好连接成功无法上网，关闭了电脑几个服务瞎折腾了下就行了。手机不用其他任何设置，不用飞行模式和usb绑定等。</span><br /><br /><br /><b>需要注意的几个问题：</b><br /><br />1.运行AndroidTool后如果找不到设备，请把手机重新插拔几次。<br /><br />2.手机本身的网络连接（<span style="color:Red">3G/2G数据连接和WiFi</span>）是否开启的问题。<br /><br />如果在打开Reverse Tethering前关闭了手机本身的所有网络连接，经测试，只有各种浏览器（原生，Chrome，UC，Firefox）可以上网，其他应用程序都会提示无网络连接上不了网。<br /><br />因此在打开Reverse Tethering前，需要打开手机本身的网络连接，这样Android就会认为手机已经联网，各种程序都可以上网了，但实际上所有数据都是从USB走的，并不会耗费流量。<br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=2143]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[v880状态栏看不到时间]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=1974]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Wed, 06 Feb 2013 23:01:33 +0800</pubDate> 
      <description><![CDATA[状态栏看不到时间：状态栏时间显示默认为透明=cm设置=界面=状态栏调整=时间显示调色=随便改颜色(ffffff为白色）]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=1974]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[w700的miui状态栏透明设置]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=1966]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 15 Jan 2013 16:00:40 +0800</pubDate> 
      <description><![CDATA[一、首先用RE管理器打开  /system/app ，并设为读写模式，将systemUI.apk给予写权限<br /><br />二、手机连上电脑，然后用91助手打开文件系统，找到 /system/app下的systemUI.apk ，下载到电脑上。<br /><br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 用winrar打开systemUI.apk，并将 res/drawable-hdpi/statusbar_background_ty.9.png 解压出来，用ps编辑透明度，完成后再拖进去覆盖。<br /><br />三、把systemUI.apk拖到91助手里面覆盖同门文件，完成设置。然后拔掉数据线，重按电板，重新启动即可<br /><br /><br /><br /><b>关于透明度设置的地方</b><br />miui 3.55及之后修改res/drawable-hdpi/statusbar_background_ty.9.png<br />miui 3.55之前的res/drawable-hdpi/statusbar_background.9.png]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=1966]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[WebView 相关知识点]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=1958]]></link> 
      <category><![CDATA[Android]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Sat, 05 Jan 2013 22:00:56 +0800</pubDate> 
      <description><![CDATA[<div class="code">//webview 的常用设置<br /><br />final WebView webView = (WebView) findViewById(R.id.hot_app);<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;WebSettings webSettings = webView.getSettings();<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;webSettings.setJavaScriptEnabled(true);//设置js 可用<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;webSettings.setSupportZoom(true);<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;webSettings.setBuiltInZoomControls(true);//支持控件缩放<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;webSettings.setAllowFileAccess(true);<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);</div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=1958]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
