该压缩包包含以下工具 命令行工具 apktool2.4 dex2jar2.0 集成工具 jadx0.9 jd-gui.exe apkIDE 安卓逆向助手2.0 点击下载 ...
分类:
移动开发 时间:
2020-11-13 12:41:50
阅读次数:
22
android text加入圆角边框的方法是 声明一个自定义的一个xml样式,类似 <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" and ...
分类:
移动开发 时间:
2020-11-07 17:42:08
阅读次数:
29
1、把之前的 vue 项目改下 加上axios调用 记得 先安装axios yarn add axios 2、vue打包 vue_app目录 yarn run build 3、使用Android studio 打包APK 具体步骤看上一篇 步骤5 https://www.cnblogs.com/xt ...
分类:
移动开发 时间:
2020-11-02 10:46:46
阅读次数:
44
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-11-02 10:06:11
阅读次数:
34
新建主界面 xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas. ...
分类:
移动开发 时间:
2020-10-31 01:15:44
阅读次数:
27
九宫格 <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:
移动开发 时间:
2020-10-14 20:00:28
阅读次数:
27
1. res 目录 新建一个 menu 资源文件 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title= ...
分类:
移动开发 时间:
2020-10-09 20:47:20
阅读次数:
36
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
其他好文 时间:
2020-10-08 19:36:23
阅读次数:
24
购物商城 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:
移动开发 时间:
2020-10-08 19:28:46
阅读次数:
36
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:
其他好文 时间:
2020-10-07 21:37:42
阅读次数:
92