일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- window
- SQL
- react
- Sqoop
- Java
- 보조정렬
- table
- GIT
- xPlatform
- vaadin
- mapreduce
- JavaScript
- IntelliJ
- es6
- Android
- Express
- Python
- R
- mybatis
- Spring
- Kotlin
- 공정능력
- MSSQL
- Eclipse
- hadoop
- SSL
- NPM
- plugin
- SPC
- tomcat
- Today
- Total
목록분류 전체보기 (659)
DBILITY
Unable to instantiate appComponentFactory java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[],nativeLibraryDirectories=[/data/app/com.dbility.android.myapplication-zXQF53q8EDh0JWjB7uEqzA==/lib/x86, /system/lib, /system/product/lib]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) at java.lang.ClassLoader...
For Mobile Data Link I am afraid that you can only check TelefonyManager.getNetworkType() to determine the current Mobile Data Link type. You should then aproximate to actual speed by link type (i.e. for GPRS up to 128 kbps, for EDGE up to 236.8 kpbs, for 3G up to 2 Mbps, for HSDPA up to 7.2 Mbps). Take into consideration that this is only an aproximation. Your could be conneting using HSDPA but..

보통하는 Activity에서 하는 것처럼 필요한 Activity에서 하면 된다. toolbar Layout을 만들고 그걸 Activity에서 include class MainActivity : AppCompatActivity() { private val binding by lazy { ActivityMainBinding.inflate(layoutInflater) } private val bindingToolbar by lazy { ToolbarLayoutBinding.inflate(layoutInflater) } override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) //enableEdgeToEdge()..

LKEY_LOCAL_MACHINE\SOFTWARE 아래에 Microsoft\browser, Microsoft>Edge,Google\Chrome에 RSAKeyUsageForLocalAnchorsEnabled REG_DWORD = 0를 입력해 준다.
다음과 같이 해주니 된다. 다크모드가 필요없는 경우에 굳이 theme을 수정하지 않아도 되겠다..좋다 override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO) ......... }