kotlin黑马影音项目学习笔记

1.包布局

--------model
--------presenter
----------------impl
----------------interf
--------view
--------ui
----------------activity
------------------------mainavtivity.kt
----------------fragment

--------adapter
--------util
--------extension

--------base

----------------BaseActivity<class>

----------------BaseFragment<class>

------------------------onCreate(fun)

------------------------onCreateView(fun)
------------------------onActivityCreated(fun)

------------------------toast,logger(fun)

2.

android:scaleX="1.5"不能为浮点数
<style name="AppTheme.FullScreen"> 必须加AppTheme
遇到compile is deprecated,之间改成implementation即可
PreferenceScreen提示已被弃用,但是还可以用
fragment布局一定要设置一个id啊


3.
android:layout_height="?attr/actionBarSize"

猜你喜欢

转载自www.cnblogs.com/vocus/p/12210924.html
今日推荐