google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
458 stars 238 forks source link

Support GitHub Codespaces #2481

Open vorburger opened 2 months ago

vorburger commented 2 months ago

Is your feature request related to a problem? Please describe. In order to be able to test e.g. #2463 for #2237, as well as to be able to work on #2232, it would be much easier, at least for me, if I didn't need to have a computer with the Android Studio with the Android SDK etc. set up. (I originally used to have it set up, but changed computers since.)

Describe the solution you'd like A great solution for this are GitHub's Codespaces, based on Dev Containers.

Describe alternatives you've considered There are none.

Would you like to work on the issue? Yes, I'll explore how hard it would be to make at least a very basic initial version available.