ArnaudDuhamel / recipee_app

A recipee for the mobile programming course
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Learn how to insert pictures with Jepack Compose #3

Open ArnaudDuhamel opened 11 months ago

ArnaudDuhamel commented 10 months ago

It can either be done by saving the image locally in the application. This can be done without third party libraries.

Or the images can be loaded from the internet through third party libraries. Either Coil or Glide. I will be using Coil.

Relevant link: https://developer.android.com/jetpack/compose/graphics/images/loading

ArnaudDuhamel commented 10 months ago

My intended method for using the pictures in the application was to load them to an issue and use the link created by Github. But I just realized that this is not possible when the repository is private. I will then host the pictures on the application itself.