Harman KheraDeep Dive into Android’s View SystemExplore the inner workings of the Android view system, rendering, and event handlingOct 26
Wan XiaoTwo solutions for scrolling conflicts in AndroidToday someone talked to me about the issue of scrolling conflicts. Although it is a commonplace thing, many people may not understand the…Jun 26, 2022
Wan XiaoIntroduce the usage and bug of TouchDelegateRecently I want to implement the layout as shown below:Jun 24, 2022Jun 24, 2022
Wan XiaoCrash analysis: resetCancelNextUpFlag NullPointerExceptionI received a crash log today. After some analysis, I found the rootcause. However, for this crash, due to the lack of information exposed…Jun 12, 2022Jun 12, 2022
Wan XiaoHow Android dispatch KeyEvent and perform focus navigationAt the end of 2016, I added support for D-pad to UC mini (A browser APP of UC Browser). D-pad is what is in the red box in the following…Jun 12, 2022Jun 12, 2022
Harman KheraDeep Dive into Android’s View SystemExplore the inner workings of the Android view system, rendering, and event handlingOct 26
Wan XiaoTwo solutions for scrolling conflicts in AndroidToday someone talked to me about the issue of scrolling conflicts. Although it is a commonplace thing, many people may not understand the…Jun 26, 2022
Wan XiaoIntroduce the usage and bug of TouchDelegateRecently I want to implement the layout as shown below:Jun 24, 2022
Wan XiaoCrash analysis: resetCancelNextUpFlag NullPointerExceptionI received a crash log today. After some analysis, I found the rootcause. However, for this crash, due to the lack of information exposed…Jun 12, 2022
Wan XiaoHow Android dispatch KeyEvent and perform focus navigationAt the end of 2016, I added support for D-pad to UC mini (A browser APP of UC Browser). D-pad is what is in the red box in the following…Jun 12, 2022
mohamad waelWhat is the onMeasure method in android?Ohhhhh, you know, I have heard about this onMeasure method, but I have no idea how it works! Hopefully the folks at android, did provide…Jun 10, 2021
cornelius kimutaiEasy way to walk when expandableListView don’t workGroup widget & referenced_ids in ConstraintLayoutMay 3, 2021
Nithya MuruganHow to avoid multi-touch problem(Split MotionEvents) in android?In most of the famous apps have the issue with multi-touch. Some of my colleagues said that they have custom handling (100 lines of code)…Jan 2, 2018