LYK
LYK
Drag and drop feature broken. It needs time to fix it, so I removed this feature temporarily. #269
The mobile device uses 667 x 667 or 736 x 736 (Plus version) and tablet device version 1024 x 1024 or 1366 x 1366 (Pro version). It always uses a...
일단 아래로 결정하고 더 좋은 선택이 있으면 바꾸겠습니다. - Contextual Menu -> 컨텍스트 메뉴 - Contextual Action Bar -> 컨텍스트 액션 바 - Activity -> 액티비티 (혹은 상황에 따라 활동....
Changed the formatting of README.md.
Add "Open in Colab" button.
``` Uncaught Exception: Error: Cannot create BrowserWindow before app is ready at Error (native) at openMainWindow (/Applications/IRCCloud.app/Contents/Resources/app/main.js:319:16) at EventEmitter. (/Applications/IRCCloud.app/Contents/Resources/app/main.js:344:3) at emitOne (events.js:77:13) at EventEmitter.emit (events.js:169:7) ```
Make some npm modules to remove shell scripts.
``` LiveData: Makes possible the automatic updates in the UI components. You can convert from Flow, to LiveData by calling flow.toLiveData(). ``` https://developer.android.com/codelabs/android-room-with-a-view-kotlin#16 It would be flow.asLiveData()