原创 github開源地址

https://hndeveloper.github.io/2017/github-android-ui.html?tdsourcetag=s_pcqq_aiomsg https://blog.csdn.net/qq_235207

原创 跳動彈窗&調起系統鍵盤

https://blog.csdn.net/qq_32648731/article/details/78564266 調用系統鍵盤總結 https://blog.csdn.net/ccpat/article/details/467

原创 kotlin多模塊下使用allopen、noarg插件

目前Android上有許多好用的庫,但是它們在和Kotlin配合的時候,並不是那麼愉快。Kotlin中的data class是一種非常好用的類,它可以自動生成許多方法,來方便我們的使用。但是Android的第三方庫需要通過反射來加

原创 跳動彈窗

原文鏈接:https://blog.csdn.net/qq_32648731/article/details/78564266 https://blog.csdn.net/qq_3264

原创 layout佈局不展示,或者style資源報錯通用

https://blog.csdn.net/u012833250/article/details/83785298

原创 Error:SSL peer shut down incorrectly(完美解決)

原文鏈接:https://blog.csdn.net/qq_15895655/article/details/76714071 https://blog.csdn.net/qq_1589

原创 高級Android面試題

原文鏈接:https://github.com/0voice/interview_internal_reference https://github.com/0voice/intervi

原创 android轉場動畫,各種樣式,實現簡單

https://blog.csdn.net/ss1168805219/article/details/53445063

原创 滾動時間選擇器,可自定義樣式

https://github.com/Bigkoo/Android-PickerView

原创 防知乎----字體沒加載完成的陰影

https://github.com/ImKarl/WaitView

原创 Unable to add window -- token null is not valid; is your activity running?

android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity run

原创 判斷Android版本號是否大於某版本號

//我的判斷的是否大於android 7.0版本 7.0對應的API是24 且對應N if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.N)

原创 Dialog彈出樣式

https://blog.csdn.net/u013836857/article/details/52046694

原创 popupWindow

https://www.wanandroid.com/blog/show/2280

原创 Android字體加粗(TextView加粗)

https://blog.csdn.net/huideveloper/article/details/81604855