搜索资源列表
APK
- APK文件为压缩包,解压缩后会有XML,DEX等文件,也是Android开发的源文件,但XML和DEX文件都是经过编译的文件,网上也下载到相关的反编译工具,但不能解决批量反编译的问题,所以本程序就此诞生,运行本程序,可以搜索此-APK file is compressed, decompressed will be XML, DEX and other documents, but also developed Android source file, but XML files are com
android10
- android 10 是有android 10个例子,包播图片浏览器,文件管理器等-android 10 android 10 is an example, including broadcast picture viewer, file manager, etc.
android项目命名规范
- android项目命名规范 包命名 文件命名 ID命名 资源命名 变量命名
Android-platform-music-player
- android 播放器软件主要用于播放各种常见音乐格式的文件-the vital function is play many kinds of music
android.mk
- 在编写android和C代码的接口程序是需要用到一个MK文件,这里有他的详细说明-In the preparation of the android and C code interface program used an MK files, there is a detailed descr iption of
Android-Notification
- 安卓开发常用的Notification的使用方法,文本文件,内有代码!-Andrews developed the Notification of the use of text files, code!
ndroid-get-pictures-resources
- Android开发中如何从不同文件中获取图片资源-Android developers in how to get pictures resources from different files
workspace
- android 手机开发文件,这是一些新手应用的软件程序-android phone development documents, some novice application software program
androiddownload
- 实现android平台的文件下载功能,实现与互联网的交互。-The android platform file download function, and interaction with the Internet.
Android-Mobile-security
- 在android平台下用于保存数据有三种方式,1、SQLite 2、SharedPreferences 3、File SharedPreferences是将数据保存在一个xml文件中,并且是以Map的形式保存,一个Key对应一个Value,但获取某一个Key的时候,都会有一个默认值,这个默认值是在xml不存在这个key值的时候使用。 -There are three ways to save data in the android platform, SQLite, SharedPref
Android-orign-code
- andorid源代码结构分析详解 源代码内部文件分析-the Andorid source code Detailed structural analysis within the source code file
android--logfile
- android 写日志文件的方法,比较方便的读取文件,查找问题-Android to write the log file method, more convenient to read the file, find the problem
Android
- 主要是介绍安卓项目中目录构成及其每个文件的主要作用-The directory structure and details of the Android in the project
Android-player-documents
- 本论文结合FFmpeg开源代码中解码流程,提出了移动终端流媒体播放器基于分层体系架构的设计方案。该设计的特点是在底层屏蔽不同类型文件解码时对媒体流处理的差异,并且提供了对外部摄像头设备的控制功能-android ffmpeg design
android
- 此文件为android的屏幕适配的详情介绍,喜欢的朋友可以看看,比较不错。-This document details the android screen adaptation of the presentation, like a friend can look quite good.
android-find
- android shell 没有查找文件的命令。用递归重写find命令,用于android shell 下查找文件,mmm 编译后,push 进去后加可执行权限,就可以正常使用-android shell did not find the command file. Recursive rewrite find commands to find the file under the android shell, after compiling mmm, plus post push into e
Bypass-for-Screen-Lock-of-Android
- :随着移动通信技术的迅速发展和广泛应用,手机内部包含的信息已经成为犯罪侦查重要的线索和证据来 源。由于人们对数据安全和隐私保护意识的提高,以及涉案嫌疑人的反侦查意识的增强,涉案的智能手机通常 带有锁屏密码,在这种情况下,如何对其中的数据进行提取、处理和分析成为一个重要的研究方向。本文主要 针对Android 手机的锁屏问题进行研究,详细介绍了Android 智能手机三种锁屏密码,即手势密码、PIN 码密 码以及复杂密码的文件结构和存储原理,分析了如何借助Android 的ADB(
bagilevi-android-pedometer-a5
- 计步算法,可适用于多个平台。请让我通过激活,下载个文件,谢谢(Meter step algorithm)
Android屏幕适配全攻略(最权威的官方适配指导)
- 重要概念 什么是屏幕尺寸、屏幕分辨率、屏幕像素密度? 什么是dp、dip、dpi、sp、px?他们之间的关系是什么? 什么是mdpi、hdpi、xdpi、xxdpi?如何计算和区分? 在下面的内容中我们将介绍这些概念。 屏幕尺寸 屏幕尺寸指屏幕的对角线的长度,单位是英寸,1英寸=2.54厘米 比如常见的屏幕尺寸有2.4、2.8、3.5、3.7、4.2、5.0、5.5、6.0等 屏幕分辨率 屏幕分辨率是指在横纵向上的像素点数,单位是px,1px=1个像素点。一般以纵向像素横向
windows bat文件编辑基础命令学习
- 详细讲述了Windows下bat文件书写格式,注释、条件、循环,以及Windows系统中全部命令行命令详解,LINUX系统中的部分命令详解,可编写对Android系统设备操作的批处理文件。