- 博客(3)
- 收藏
- 关注
原创 Android学习之activity启动模式
在清单文件AndroidManifest.xml中声明Activity时,使用<actviity>元素中的launchMode属性来指定启动模式。例如:<activity android:name=".ServerMainActivity" android:launchMode="singleTop"/>launchMode共有四种启动模式:standard:(默认模式) 系统在启动该Activity的任务中创建Activity的新实...
2021-09-18 16:29:03 106 1
原创 Android 百度地图添加自定义Marker(圆形网络图片)
使用到的Glide依赖 com.github.bumptech.glide:glide:4.11.01、Marker的xml布局文件<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_heigh
2021-05-25 17:56:34 797 1
原创 Kotlin 启动页面倒计时功能
编写内部类,集成谷歌提供的CountDownTimer类先上代码:private inner class MyCountDownTimer( millisInFuture: Long, countDownInterval: Long, internal var tv: TextView ) : CountDownTimer(millisInFuture, countDownInterval) { override fun on
2021-04-11 14:24:25 781
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人