android-sdk
Here are 777 public repositories matching this topic...
-
Updated
Feb 8, 2022
-
Updated
Dec 30, 2021 - C
-
Updated
Apr 10, 2022 - Java
-
Updated
Apr 6, 2022 - Kotlin
-
Updated
Dec 22, 2021 - Java
-
Updated
Dec 3, 2021 - Shell
-
Updated
Jan 26, 2022 - Java
-
Updated
Jan 7, 2022 - Kotlin
-
Updated
Feb 6, 2022 - Shell
-
Updated
Jul 22, 2021 - Kotlin
-
Updated
Mar 30, 2022 - Java
更多变现渠道(必看)
多量CPL激励式游戏广告平台(游戏试玩)
多种接入方式:SDK、H5、API。支持Android、iOS、Uni-app、Flutter、ApiCloud。
注册后将账号ID,发送到我微信,为您审核通过后即可接入。
-
Updated
Sep 17, 2019 - Kotlin
-
Updated
Apr 29, 2020 - HTML
-
Updated
Apr 8, 2022 - Java
-
Updated
Mar 30, 2017 - Java
-
Updated
Sep 28, 2021
-
Updated
Oct 2, 2018
memory leak
┬───
│ GC Root: Input or output parameters in native code
│
├─ android.os.MessageQueue instance
│ Leaking: NO (MessageQueue#mQuitting is false)
│ HandlerThread: "main"
│ ↓ MessageQueue.mMessages
│ ~~~~~~~~~
├─ android.os.Message instance
│ Leaking: UNKNOWN
│ Retaining 702.5 kB in 11971 objects
│ Message.what
-
Updated
Jul 21, 2017 - Java
-
Updated
Apr 11, 2021 - Java
-
Updated
Sep 3, 2021
-
Updated
Dec 4, 2020 - Java
-
Updated
Dec 3, 2021 - Java
-
Updated
Jul 18, 2017 - Kotlin
-
Updated
Feb 4, 2021 - Kotlin
-
Updated
Mar 26, 2022 - Kotlin
Improve this page
Add a description, image, and links to the android-sdk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the android-sdk topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When playing on physical board and using chess clock feature in the mobile app, there is a need to know the no. of moves played so far
Describe the solution you'd like
Keep a move counter initialised to 0
On every tap (either side) increment it by 0.5
A getter can be made for display: current no. of moves, which floors t