- 2020-07-27
三星Galaxy Note 20系列智能机官方壁纸曝光
三星即将于 8 月 5 日的 Unpacked 活动期间发布 Galaxy Note 20 系列旗舰智能机新品。但在此之前,爆料人 @ IshanAgarwal 已经在 Twitter 上向我们分享了一批官方壁纸。感兴趣的朋友可以通过外媒 SamMobile 提供的 .zip 压缩包来 阅读全文>> - 2020-06-19
自preferenceCategory标题(Custom PreferenceCategory Headings)
I have a simple preference screen defined like this <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> &l 阅读全文>> - 2020-06-18
在增加的ContentPlaceHolder标题添加第二个空标题标签(Adding title in contentplaceholder adds second empty title tag)
My master page has a contentplaceholder in the head tag. Because I want my page's title to represent the function of the current page and becau 阅读全文>> - 2020-06-15
你怎么知道touchesBegan中被触摸的对象?(How do you tell what object is being touched in touchesBegan?)
I know that this is a very commonly asked question, but all of the answers on every website don't work! If you still don't know what I mean, 阅读全文>> - 2020-06-15
当surfaceCreated方法第二次执行时,相机为null(Camera is null when the surfaceCreated method is executed for second
I have a problem with the camera object when the surfaceCreated method of a SurfaceHolder.Callback is called for second time, I mean: I create 阅读全文>> - 2020-06-15
什么时候surfaceDestroyed()出现(When does surfaceDestroyed() occur)
I'm having trouble figuring out when surfaceDestroyed() occurs. I am trying to make my threads stop running in the surfaceDestroyed() method ( 阅读全文>> - 2020-06-15
HttpURLConnection类的调用setRequestProperty功能(setRequestProperty function of HttpURLConnection)
I achieve the POST request in Android and upload a picture to service successful. I did not use the setRequestProperty function; But I want to 阅读全文>> - 2020-06-15
TranslateAnimation工作不正常(TranslateAnimation Not Working As Expected)
I wanted to move some linear layout using TranslateAnimation. I have 2 problems. My base SDK is Android 2.2. Even when the animation is finis 阅读全文>> - 2020-06-15
Android中使用的PreferenceManager和SharedPreference类是什么?(What are the PreferenceManager and SharedPreferen
I've come across two classes being used in a tutorial on splash screens PreferenceManager and SharedPreferences. I didn't gain a great deal of 阅读全文>> - 2020-04-17
让任意电脑操控手机的神器Dell Mobile Connect试玩
“多屏协同”一直是很多网友的梦想,尽管微软已经在Win10中内置了一款名叫“你的手机”的多屏协同工具,But……太多的非主流限制,让众多国内用户望不可及。除此之外,国内的华为公司也推过自己的多屏方案HUAWEI SHARE,而且据用过的小伙伴称,效果还不错! 不过目前这套方案,只 阅读全文>> - 2020-02-18
Android手机里的英文文件夹到底啥意思?原来删掉这些会更快
相信很多人都遇到过这种情况,自己的安卓手机用了一段时间后就开始提示“内存不足请尽快清理”,但用手机管家清理之后过不了多久就又提示系统垃圾满了。虽然手机内存小是主要问题,但总出现这样的问题不免让人心烦。 打开手机文件管理,想手动清理一下,但文件夹全都是英文名,不知道每项分别代表什么意思, 阅读全文>> - 2020-01-15
Android/Unity大乱斗-完整双方集成交互指南
这是一个很长很长的story!-芝麻粒儿创作 开篇 源码地址:GitHub 本文目的,将Unity集成到Android端,学完本文后你可以做到 Android任意布局加载Unity 3D场景 任意操作布局中的按钮/3D物品(缩放旋转等) 互相消息通信(你叼我,我叼你) 自由切换Uni 阅读全文>> - 2020-01-15
GitHub推出Beta版Android客户端
全球最大代码托管服务提供商 GitHub,刚刚在 Github Universe 2019 大会上宣布了 iOS / Android 平台的最新发展。该公司曾于 2012 年发布过一款 Android 客户端,但可惜 2015 年从 Google Play 商店中下架。好消息是,今日 阅读全文>> - 2019-12-30
APK签名替换检测
APK二次打包的危害 APK二次打包是Android应用安全风险中的一部分, 一般是通过反编译工具向应用中插入广告代码与相关配置,再在第三方应用市场、论坛发布。打包党对移动App带来的危害有以下几种: 插入自己广告或者删除原来广告; 恶意代码, 恶意扣费、木马等; 修改原来支付逻辑; 阅读全文>> - 2019-11-28
五年老Android,我决定学习后端开发了!
声明下此文仅是作者从事Android开发再到学习后端的一些见解和经历仁者见仁智者见智! 今天给大家分享一些移动端(Android)开发学习后端开发(Java Web)的一些事儿,不知道从什么时候开始身边的同事都开始陆陆续续的在朋友圈发一些后端的文章如:Nginx、Docker、k8s类 阅读全文>>