fanhl
fanhl
Thanks for the code :) anyway,is there a method just like 'client.isConnected()'?
 Even I click `Initial rev.`,There is no different between `current rev.` and `initial rev.` in Code Preview of reVu plane.
I created a view with CircularImageView as a marker in mapView.like this: ```java final View view = LayoutInflater.from(context).inflate(R.layout.view_group_service_head_view, null); Marker userMarker = aMap.addMarker(userMarkerOptions .icon(BitmapDescriptorFactory.fromView(view)); ``` ```xml ``` There is view...
Hi, Congratulation!!!!, this game is woderful....I Like it!!!!!, and,do you mind that I develop a FPS-game use the idea of bedhogg,??? and , sorry for my poor english. : )
### 需求 / Requirement 希望在下载页增加按标签(非下载标签)过滤的功能。 ### 建议实现 / Suggested implements 希望在下载页增加按标签过滤的功能。 ### 备注 / Addition details 无 ### EhViewer 版本号 / EhViewer version code 1.8.3.0-alpha04 ### EhViewer CI 版本 /...
**Describe the issue** I got a android project with kotlin. I use fat-aar to export aars. Then I want dependency the aars for a other project(Unity -> Android), it failed:...
How to set viewType in code, or specify viewType when creating a PinView in code.
It that possiable to add a TEMPLATE_CODE like $typeOf$ (in kotlin) :)
Hi~ I got a template like this: ``` .flow : val $name$ = MutableStateFlow(false) \ .asStateFlow() ANY -> private val _$name$ = MutableStateFlow($expr$) \ val $name$: StateFlow = _$name$.asStateFlow() ```...
Hello~ Here is my code: ``` .byVal : val name by name:MutableState ANY → val $name#2::name$ by $expr$.$name#1::name$ # Another try .byVal : val name by name:MutableState ANY → val...