‘Voxel Horizon’ has been released. by 유영천
- ‘Voxel Horizon’ has been released
- steampowered
- com/app/1221390/VOXEL_HORIZON/
은행에서 느낀 나의 새로운 생각 by 김주엽
윈도우 컴포저 패키지 설치시 오류 처리 방법 by 김호영
- 1 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system
- 0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system
- x-dev requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system
플러터 Hello World 살펴보기 by 서준수 about Flutter,Dart
- 코틀린 이것만 보면 돼 저자
- <코틀린 이것만 보면 돼> 저자
- 많은 사람들에게 사랑받는 프로그램을 만드는 것이 꿈인 SW 개발자
[Android] 화면 회전해도 데이터 유지하기 - AAC ViewModel by 김준비 about Android
- EditText를 통해 값을 변경한 다음에 화면을 가로/세로 전환했을 때 데이터가 유지되는지 ViewModel 사용한 버전과 사용하지 않은 버전을 비교해보겠습니다
- MainActivity">
- /* ViewModel 사용하지 않은 버전 */ class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super