Room 是Google新推出的数据库框架,使用注解的方式简化的数据库的操作使用。 Room中有三个主要的组成部分 Entity: 与数据表对应...
基本语法 声明变量 类继承 方法声明 与Java的不同点 没有三元操作符 Kotlin中if 可以是一个表达式,因此没有三元操作符 没有swit...
前言 RecycleView每次使用都要创建 Adapter 的类文件,而Adapter每次都基本差不错,因此可以对RecycleAdapter...
Activity中的属性 taskAffinity launchMode allowTaskReparenting clearTaskOnLau...
题目 There are two sorted arrays nums1 and nums2 of size m and n respectiv...
lambda表达式与方法引用 lambda表达式 一般形式: (a,b)->a+b; (a,b)->{ statement; retur...
题目 Given a string, find the length of the longest substring without repe...
题目 Given a string s, find the longest palindromic substring in s. You ma...
fragment ViewPager fragment懒加载 出现空白viewpager 使用 FragmentPagerAdapter时,如果...