Today's

길을 나서지 않으면 그 길에서 만날 수 있는 사람을 만날 수 없다

모바일 앱(안드로이드)

종합 가이드 멀티플랫폼 리소스 구성 ... 퍼옴

Billcorea 2024. 6. 29. 15:35
반응형

https://proandroiddev.com/how-to-use-resources-in-compose-multiplatform-77a6552b505d

How to use Resources in Compose Multiplatform

Resources are such a big part of any mobile app, they include drawable, fonts, text files, and many more. With the introduction of Compose…

proandroiddev.com

종합 가이드 멀티플랫폼 리소스 구성

이미지


• 이 기사는 드로잉, 폰트 및 문자열을 포함하여 컴포즈 멀티플랫폼의 리소스 사용에 대한 자세한 지침을 제공한다. 저자는 컴포즈 멀티플랫폼 1.6.0-beta01에서 소개한 변화와 새로운 자원 시스템으로의 마이그레이션 방법에 대해 설명한다.

• 드로잉에 액세스하려면 공통 메인에 구성 리소스 디렉토리를 만들고 드로잉을 그 안의 드로잉 폴더에 가져와야 합니다. 그런 다음 Res 클래스를 사용하여 안드로이드의 R 클래스와 유사하게 추첨 가능한 액세스를 할 수 있습니다.

• 폰트의 경우, 컴포즈 리소스에서 폰트 디렉토리를 만들고 폰트를 복사하십시오. 그런 다음 Res 클래스를 사용하여 글꼴에 액세스할 수도 있습니다.

• 문자열에 대해서는 ComposeResources에 값 디렉토리를 만들고 문자열이 포함된 strings.xml 파일을 추가한다. Res 클래스를 통해 문자열에 액세스할 수 있으며 새로운 리소스 시스템은 값-es 및 값-ar와 같은 폴더를 생성하여 다양한 언어를 지원합니다.

https://proandroiddev.com/how-to-use-resources-in-compose-multiplatform-77a6552b505d

How to use Resources in Compose Multiplatform

Resources are such a big part of any mobile app, they include drawable, fonts, text files, and many more. With the introduction of Compose…

proandroiddev.com

반응형