东方客主 东方客主
3年前
Android输入法遮挡了输入框,使用android:fitsSystemWindows="true"后界面顶部出现白条
问题1、页面布局文件:<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:id"@id/layoutorderdetail"android:layoutwidth"matchparent"android:layoutheigh
简
3年前
理解Android.bp
介绍Android最新的编译系统一、简介早期的Android系统都是采用Android.mk的配置来编译源码,从Android7.0开始引入Android.bp。很明显Android.bp的出现就是为了替换掉Android.mk。再来说一说跟着Android版本相应的发展演变过程:Android7.0引入ninja和kati
Wesley13 Wesley13
3年前
360项目
shape资源创建图片(重点)1.resdrawablexxx.xml<shapexmlns:android"http://schemas.android.com/apk/res/android"android:shape"rectangle"
Stella981 Stella981
3年前
Android toolbar 标题精确居中 不会因返回键偏移
1\.总的布局文件<android.support.design.widget.CoordinatorLayoutxmlns:android"http://schemas.android.com/apk/res/android"xmlns:app"http://schemas.android.com
Stella981 Stella981
3年前
Android控件ListView简易使用(使用ArrayAdapter)
<?xmlversion"1.0"encoding"utf8"?<TextViewxmlns:android"http://schemas.android.com/apk/res/android"android:id"@id/tv"android:la
Stella981 Stella981
3年前
IOS版添加phonegap
1.在项目中添加AVFoundation.framework与CoreAudio.framework。这里IOS的录音功能主要依靠AVFoundation.framework与CoreAudio.framework来实现。在工程内添加这两个framework。2.将插件文件放到项目plugins目录下面。需要拖放到Xcode
Wesley13 Wesley13
3年前
MP3音频如何合并?录音转文字助手APP一键合并
MP3音频如何合并?很多喜欢、沉迷于音乐的小伙伴们,都有问过小编这样一个问题:MP3音频如何合并?原来,这些音乐迷小伙伴想要制作一个音乐合集,把自己喜欢的音乐都合并起来以方便聆听。我告诉他们,其实进行MP3音频的合并并不难,使用“录音转文字助手”APP便能一键合并。!(https://ss2.meipian.me/users/179056702/90
Stella981 Stella981
3年前
Mina状态机快速上手
mina状态机是apache对状态机模式的一种非常巧妙的实现,它本身自带的录音机的例子(http://mina.apache.org/introductiontominastatemachine.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmina.apache.org
Stella981 Stella981
3年前
Android选项卡TabHost功能和用法
1、布局文件<TabHostxmlns:android"http://schemas.android.com/apk/res/android"xmlns:tools"http://schemas.android.com/tools"android:id"@android:id/tabhost"
Stella981 Stella981
3年前
Android图片处理工具类(持续积累补充)
package cn.mucang.android.community.utils;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Matrix;impo