
android
文章平均质量分 84
android_learn
简明编程
优快云简明编程,掘金白嫖圣手fly,其他地方均不是本人,若发现他人盗用本人原创文章请联系我,各种资料均免费,需要请私信
展开
-
Android上架构建KeyStore应用签名
需要有Java环境,注意尽量使用JDK8!使用管理员权限的CMD,不然很有可能出现乱码情况。选择使用自有证书,然后将我们设置好的别名,密码,证书文件设置好。我们的应用在上架前需要构建应用签名,使用的是Java进行构建。当我使用的时候需要使用32位的签名。这里的MD5的才是真正的签名。全部删除然后转换为32位。然后我们就可能进行打包了。即16进制–>32进制。所以我们需要将里面的。原创 2023-02-22 19:20:33 · 433 阅读 · 0 评论 -
Android开发学习总结day2-1
Android开发学习总结day2-1ProgressBarAttributeEventmain codewhole event coderesult show ProgressBar <ProgressBar android:id="@+id/pbar" android:layout_width="wrap_content" android:layout_height="wrap_content"> </ProgressBa原创 2022-03-16 00:31:14 · 530 阅读 · 0 评论 -
Android开发学习总结day1-2
Android开发学习总结day1-2perfaceButton perface In this article I will show you about button ,EditText and ImageView for this is the second article of the series I will not write as such detailed as the first but more detailed than other similiar article Button原创 2022-03-10 23:30:02 · 3429 阅读 · 0 评论 -
Android开发学习总结day1-1
Android开发学习总结day1-1prefaceAbout download and InstallMake new projectDownload the virtual phone environmentControllerswhere can we write our code or designthe formal way to write attributes details in controllerexampleLinearLayoutTextViewAbout Attributeslay原创 2022-03-08 21:08:27 · 3357 阅读 · 2 评论