- 博客(7)
- 资源 (2)
- 收藏
- 关注
原创 系统功能分享
//分享文字public static void shareText(Context context) { Intent shareIntent = new Intent(); shareIntent.setAction(Intent.ACTION_SEND); shareIntent.putExtra(Intent.EXTRA_SUBJECT, "test"); ...
2018-05-25 15:07:25 217
原创 Android,安卓,toolbar,menu显示位置,及样式调整,及使用PopupWindow 实现menu下拉菜单gong
toolBar menu菜单功能学习
2017-11-30 12:50:44 17036
原创 android studio 遇到的问题
1:Error:Execution failed for task ':app:transformClassesWithDexForDebug'.> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.E
2016-10-07 15:31:30 304
原创 android反编译及再次打包
一)、环境配置及命令熟悉。 1:安装J AVA并设置环境变量Java jdk下载地址 http://www.oracle.com/technetwork/java/javase/downloads/index.html Java环境参考地址http://jingyan.baidu.com/article/e75aca85508d15142edac6b8.html 2
2016-09-30 18:01:24 325
转载 MultiChannelPackageTool(安卓多渠道打包工具) 工具使用笔记
MultiChannelPackageTool(安卓多渠道打包工具) 工具使用笔记1:MultiChannelPackageTool介绍: 传送门2:如何使用:1、命令行使用说明:用法:java -jar MCPTool.jar [-path] [arg] [-contents] [arg] [
2016-09-29 10:54:51 1863
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人