Li JiaWei
Li JiaWei
good , I'm really looking forward to it.
> good , I'm really looking forward to it. Recently, I have been thinking about how to use what I have to achieve the effect of JWT, but I am...
我也有相同的问题,  我按照问题 #89 中来配置的一样没有效果  平台选 16,2 ,添加了 CPUFriend、CPUFriendDataProvider 一样没有作用 
> add `android:nestedScrollingEnabled="false"` in RecyclerView This works for me, but I have to set up other things as well ```kotlin binding.tableContent.listView.setNestedScrollingEnabled(false) binding.tableContent.listView.setOnTouchListener { v, event -> when (event.action) { MotionEvent.ACTION_DOWN...
[TextInputEditText +BottomSheetDialogFragment] Input method buttons cannot be displayed on Android12
This little video I recorded I've spent the last 5 hours troubleshooting this issue with no luck, I tried trying the same code on a new demo and it was...
[TextInputEditText +BottomSheetDialogFragment] Input method buttons cannot be displayed on Android12
> I can't reproduce the issue and it doesn't seem related to Material components. > > Are you able to provide a minimal reproducible sample? [simpleapp.zip](https://github.com/user-attachments/files/16656736/simpleapp.zip) This is a simple...
> Headers Token ? 用 Basic Token 还是 Bearer Token? Basic Token 可以使用 http://username:password@host/path,,但是 在header 中的 Authorization就不能使用这种,需要直接在header定义,比如说 curl --header "PRIVATE-TOKEN: " "https://gitlab.example.com/api/v4/projects" 这种情况。
good , I'm really looking forward to it.
> good , I'm really looking forward to it. Recently, I have been thinking about how to use what I have to achieve the effect of JWT, but I am...