일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- tomcat
- GIT
- vaadin
- table
- plugin
- NPM
- mybatis
- es6
- hadoop
- xPlatform
- MSSQL
- Sqoop
- SQL
- mapreduce
- Kotlin
- react
- Eclipse
- Android
- R
- Spring
- window
- 보조정렬
- Java
- SPC
- Python
- IntelliJ
- Express
- SSL
- 공정능력
- JavaScript
- Today
- Total
목록android (61)
DBILITY
Retrofit2로 작성된 것 테스트 해보려고 spring web으로 작성된 localhost에 Rest API를 호출하는데,Failed to connect to localhost/127.0.0.1:8080localhost:8080127.0.0.1:8080둘다 접근이 안된다. 물론 웹브라우저에선 잘된다. 그렇다는건 음...에뮬레이터라 그런가..dev doc에는 다음과 같다.네트워크 주소 공간에뮬레이터의 각 인스턴스는 가상 라우터나 방화벽 서비스 뒤에서 실행되어 개발 머신 네트워크 인터페이스 및 설정과 인터넷에서 분리됩니다. 에뮬레이션된 기기는 네트워크에서 개발 머신이나 다른 에뮬레이터 인스턴스를 감지할 수 없습니다. 이더넷을 통해 라우터나 방화벽에 연결되었다는 것만 감지합니다.각 인스턴스의 가상 라우터는..
switch에서 case R.id.식별자 하면 오류가 남. R.id가 final이 아니라 그렇다고 gradle 8.0부터 그렇게 되었다고 하니 gradle.properties에 추가 android.nonFinalResIds=false
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()..