自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (22)
  • 收藏
  • 关注

转载 android studio生成aar包并在其他工程引用aar包

1.aar包是Android studio下打包android工程中src、res、lib后生成的aar文件,aar包导入其他android studio 工程后,其他工程可以方便引用源码和资源文件2.生成aar包步骤:①.用android studio打开一个工程,然后新建一个Module,新建Module时候选择Android Library,后面按新建普通工程操作 ②.新建Module 类型

2016-09-06 14:10:12 384

原创 Android之自定义对话框AlertDialog.Builder+getLayoutInflater().inflate

activity文件:AccountDetailActivity.javapublic class AccountDetailActivity extends BaseActivity{ private View configLayout; configLayout = view.findViewById(R.id.configDetailLayout); configLay

2016-09-02 17:31:56 1386

原创 Android控件EditText软键盘的调用和控制

当我们在Android提供的EditText中单击的时候,会自动的弹出软键盘,其实对于软键盘的调用我们可以通过InputMethodManager这个类来实现。软键盘的调用方式就是两种:一个是像EditText那样当发生onClick事件的时候出现软键盘,还有就是当打开某个程序的时候自动的弹出软键盘。 Android软键盘的一些控制可以通过setOnEditorActionListener这个方

2016-09-01 13:54:34 2685

testLayout

博客:Android最佳性能实践之 - 布局技巧https://blog.csdn.net/amoscxy/article/details/80388898对应源码

2018-05-22

testBundle

博客Android基础知识之 - Bundle:https://blog.csdn.net/amoscxy/article/details/80331935对应源码

2018-05-16

testIPC-Binder

博客IPC机制之 - Binder:https://blog.csdn.net/amoscxy/article/details/80317610源代码

2018-05-15

Android IPC机制之 - AIDL-TestAIDL

Android IPC机制之 - AIDLhttps://blog.csdn.net/amoscxy/article/details/80262214对应源码

2018-05-10

vsftpd详细配置解读

vsftpd详细配置解读,vsftpd详细配置解读,vsftpd详细配置解读,vsftpd详细配置解读

2018-02-04

Android_Camera_Demo

博客Android Camera 基础相关代码:http://blog.csdn.net/amoscxy/article/details/79117522

2018-01-21

AS CMake JNI Demo

博客AS CMake NDK开发对应源码,http://mp.blog.csdn.net/mdeditor/index/78962505

2018-01-09

android View、SurfaceView Demo

android View、SurfaceView Demo - 对应博客:http://blog.csdn.net/amoscxy/article/details/77480655

2017-08-22

Paint,Canvas 应用 Demo

Android Paint,Canvas api 详解 - 对应博客地址:http://blog.csdn.net/amoscxy/article/details/77248342#t6

2017-08-16

scrollTo(),scrollBy(),getScrollX(), getScrollY() 应用 Demo

Android View api - scrollTo(),scrollBy(),getScrollX(), getScrollY(),博客地址:http://blog.csdn.net/amoscxy/article/details/77191151

2017-08-15

runOnUiThread 应用 DEMO

Android Activity api 详解 - runOnUiThread,对用博客:http://blog.csdn.net/amoscxy/article/details/77165298

2017-08-15

Android View api 详解2

Android View api 详解-getLeft , getTop, getBottom, getRight

2017-08-14

Android View api 详解1

Android View api 详解-getLeft(...),getLocationInWindow(OnScreen,GlobalVisibleRect,LocalVisibleRect)

2017-08-14

RecyclerView 和 ListView 使用对比分析

RecyclerView 和 ListView 使用对比分析

2017-08-11

Android NavigationDrawer 开发详解

Android NavigationDrawer 开发详解

2017-08-09

Android Toolbar详解

Android Toolbar详解

2017-08-09

Android实现沉浸式通知栏-通知栏与导航栏颜色相同

Android实现沉浸式通知栏-通知栏与导航栏颜色相同

2017-08-08

自定义ViewGroup(ZhyCustomViewgroup02)

自定义ViewGroup(ZhyCustomViewgroup02_android_studio)

2017-08-04

自定义View(CustomView04)

自定义View(CustomView04_android_studio)

2017-08-04

自定义View(CustomView03)

自定义View(CustomView03_android_studio)

2017-08-04

自定义View(CustomView02)

自定义View(CustomView02_android_studio)

2017-08-04

自定义View(CustomView01)

自定义View(CustomView01_Android_studio)

2017-08-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除