一个在android 目录下,一个在android--app 目录下。 在android--app 目录下的build.gradle文件,可以设置 //混淆开启 解决Removing unused resources requires unused code shrinking to be rurn ...
分类:
移动开发 时间:
2021-03-01 13:32:22
阅读次数:
0
android平板适配!字节跳动Android实习面试凉凉经,移动架构师成长路线 ...
分类:
移动开发 时间:
2021-03-01 13:21:19
阅读次数:
0
2021年2月27日: 软件总结: adapter: package com.example.jiatingruanjian.adapter;import android.content.Context;import android.view.LayoutInflater;import androi ...
分类:
其他好文 时间:
2021-03-01 13:15:42
阅读次数:
0
一篇文章彻底弄懂Android-MVVM 在学习一个技术之前,我们首先要搞清为什么要用它、用它以后会有什么好处,这样我们才能有兴趣的学习下去。 一、为什么要用MVVM? 我为什么要用这个什么MVVM,我就平常写和它有什么不同吗? 首先我们要说一下,使用MVVM后,程序会有哪些变化: 1.MVVM并不 ...
分类:
移动开发 时间:
2021-02-27 13:28:18
阅读次数:
0
android原生!从零开始系统化学Android,再不刷题就晚了! ...
分类:
移动开发 时间:
2021-02-27 13:20:48
阅读次数:
0
知识梳理 // 1 一般情况下 this的最终指向都是 调用它的对象 // 2 全局作用域 普通函数 定时器 的this都指向了 window对象 // 3 构造函数的this 指向自己的实例 <script> // 1 全局作用域 普通函数 定时器 的this都指向了全局对象 window con ...
分类:
其他好文 时间:
2021-02-27 13:19:24
阅读次数:
0
<script>function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length ...
分类:
Web程序 时间:
2021-02-27 13:14:25
阅读次数:
0
透彻解析!2021年上半年最接地气的Android面经,完整版开放下载 ...
分类:
移动开发 时间:
2021-02-26 13:27:25
阅读次数:
0
安卓开发大军浩浩荡荡,经过近十年的发展,Android技术优化日异月新,如今Android 11.0 已经发布,Android系统性能也已经非常流畅,可以在体验上完全媲美iOS。 但是,到了各大厂商手里,改源码、自定义系统,使得Android原生系统变得鱼龙混杂,然后到了不同层次的开发工程师手里,因 ...
分类:
移动开发 时间:
2021-02-26 13:27:03
阅读次数:
0
1.windows下调试时需要将hadoop.dll文件放到C:\Windows\System32下,网上很多说改源码的,其实这样也是ok的,不然会报权限错误 Exception in thread "main" java.lang.UnsatisfiedLinkError: org.apache. ...