码迷,mamicode.com
首页 >  
搜索关键字:navigationview andro    ( 654个结果
android基本操作
1.页面跳转 activity_main.xml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.andro ...
分类:移动开发   时间:2020-02-12 00:41:26    阅读次数:83
Android Stdio 的学习2
今天重新安装了一下AndroidStdio终于好了,开始加速学习。 1、button是一个按钮的控件,可以给他一个id,方便找到他进行操作 <Button android:id="@+id/btn_previous" android:layout_width="wrap_content" andro ...
分类:移动开发   时间:2020-02-11 18:57:33    阅读次数:73
允许使用明文本连接(非https)
AndroidManifest.xml <application android:name="com.code369.veclib.EasyApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" andro ...
分类:Web程序   时间:2020-02-09 14:36:06    阅读次数:88
APP测试-SDK环境以及adb for Windows
1.什么是SDK 软件开发工具包,为特定的软件包,软件框架,硬件平台,操作系统等建立应用软件的开发工具的合集.提供了Android API库和开关工具构建,用于测试和调试的应用程序. 概述:可看做用于开发和运行Android的一个软件. 2.下载SDK https://developer.andro ...
分类:移动开发   时间:2020-02-02 13:54:40    阅读次数:129
进度条与拖动条的使用学习
(一)进度条 常用属性详解: android:max:进度条的最大值android:progress:进度条已完成进度值android:progressDrawable:设置轨道对应的Drawable对象android:indeterminate:如果设置成true,则进度条不精确显示进度andro ...
分类:其他好文   时间:2020-02-01 23:05:01    阅读次数:77
Android基础——通知
由于版本问题,通知可能显示不出来。。 两个活动,Main主活动用来显示通知,Detail用来显示通知详细内容 两个布局文件 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.andro ...
分类:移动开发   时间:2020-01-31 00:40:35    阅读次数:91
Android基础——物理按键,长按,触摸事件及其监听器
布局文件 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.andro ...
分类:移动开发   时间:2020-01-28 21:34:48    阅读次数:135
Unity - UIWidgets 1. 从Hello world开始
安装参照 "github的README" 。UIWidgets相当于Flutter的一个Unity实现(后面表示UIWidgets和UGUI区别时直接称"Flutter"),是把承载的所有UI组件绘制成一张RawImage,从而大大减少DrawCall和耗电量,甚至达到原生应用的效果。 无Andro ...
分类:编程语言   时间:2020-01-28 12:22:39    阅读次数:78
apk的性能指标
apk关键性能参数 1、包体大小(M) 2、falsh读写 3、内存占用(M) pss adb shell dumpsys meminfo 包名 4、cpu占用(%) adb shell top -n -1 | find "包名" 4、卸载后是否有残留 外部存储 /mnt//sdcard/Andro ...
分类:其他好文   时间:2020-01-12 00:17:38    阅读次数:102
Android中的各种访问权限Permission含义
android.permission.EXPAND_STATUS_BAR 允许一个程序扩展收缩在状态栏,android开发网提示应该是一个类似Windows Mobile中的托盘程序 android.permission.FACTORY_TEST 作为一个工厂测试程序,运行在root用户 andro ...
分类:移动开发   时间:2020-01-05 15:34:03    阅读次数:107
654条   上一页 1 2 3 4 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!