Fragment的R.layout.xxx:kotlin与java的比较
Posted 彬sir哥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Fragment的R.layout.xxx:kotlin与java的比较相关的知识,希望对你有一定的参考价值。
java代码:
public class Fragment1 extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View vi
以上是关于Fragment的R.layout.xxx:kotlin与java的比较的主要内容,如果未能解决你的问题,请参考以下文章
android RecyclerView pinch zoom,ScaleGestureDetector&GridLayoutManager,with BigImageViewer,kotli