Podcast
Questions and Answers
Which image format is a modern image developed by Google?
Which image format is a modern image developed by Google?
- PNG
- JPEG
- WebP (correct)
- GIF
Where should image files be saved in an app?
Where should image files be saved in an app?
- app/src/main/res/values
- app/src/main/res/mipmap
- app/src/main/res/drawable (correct)
- app/src/main/res/layout
Which image format is recommended for use in an app?
Which image format is recommended for use in an app?
- JPG (correct)
- PNG
- WebP
- GIF
Flashcards are hidden until you start studying
Study Notes
Image Formats
- WebP (Web Picture) is a modern image format developed by Google.
- Image files should be saved in the "res/drawable" directory in an app.
- WebP image format is recommended for use in an app.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.