当前位置:首页 > 移动开发 >

文章分类:移动开发

移动开发 Android Jetpack -- Lifecycles篇

Lifecycles其实从名字看肯定是与生命周期相关,那它与生命周期又有什么联系? 先参考一下官方文档: Lifecycles是一个生命周期感知组件,当Activity或者Fragment的生命周期发生改变的时会……

移动开发 XCode IOS Flutter真机调试报错

XCode IOS Flutter真机调试 报错: Could not build the precompiled application for the device. It appears that your application still contains the default signing identifier. Try replacing ‘com.example‘ with your signing id in Xcod……

移动开发 Android Studio学习记录-第六周

7.4.2实现跨程序数据共享 在ProviderTest中点击按钮不能实现打印日志的功能,目前还没有解决。 8.2.1通知的基本用法 按书中代码会报错; 原因是Android 8.0 引入了通知渠道,targeSdk升级到……

移动开发 PP: UMAP: uniform manifold approximation and projection for

From Tutte institute for mathematics and computing Problem: dimension reduction Theoretical foundations: Methodology: Two phases. In the first phase, a particular weighted k-neighbour graph is constructed. In the second phase, a low dimensi……

移动开发 Android 注解

介绍 注解可以理解成一个标签,是给类、方法、变量、属性等加标签。注解(Annotation) 为我们在代码中添加信息提供了一种形式化的方法,是我们可以在稍后 某个时刻方便地使用这些……

移动开发 android studio open failed: EACCES (Permission denied)(第一行代码

在学习android 下载的部分时,由于当前使用的android版本较高,总是出现访问权限问题---文件打开失败。通过科学地上网终于找到解决办法》》 Add android:requestLegacyExternalStorage="true" to th……

移动开发 APP-计算器

在网课上学习了计算器的制作方法,并自己做了小常识,看完一便后,感觉自己会了,思想也明白了,但是当关掉视频真正开始做的时候会发向许多的问题,自己在前的好多语法用的并……

移动开发 Android基础——intent的ComponentName

intent通过ComponentName指定要执行的组件名字,创建一个Activity时就可以用这个方式进行指定 通过Main启动Detail 两个活动的布局 Detail ? xml version="1.0" encoding="utf-8" ? LinearLayout xmlns:android ="ht……

移动开发 Android基础——Intent的Action和Data属性

布局文件 ? xml version="1.0" encoding="utf-8" ? LinearLayout xmlns:android ="http://schemas.android.com/apk/res/android" xmlns:app ="http://schemas.android.com/apk/res-auto" xmlns:tools ="http://schemas.android.com/tools" android:layout……

移动开发 两种方法加入框体移动

xml中代码: Frame name="MyFrame" frameStrata="DIALOG" toplevel="true" enableMouse="true" movable="true" hidden="true" parent="UIParent" enableKeyboard="true" Size AbsDimension x="500" y="380"/ /SizeScripts OnLoadthis:RegisterForDrag("Le……