
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時,如果...