When building an android library that ships full s...
# compose-android
c
When building an android library that ships full screens in the library (we basically have a payment library we're working on and we ship full payment screens as part of this library), whats the best practice for supporting edge-to-edge in a compose android library? im sorta lost on whether or not we should pull the plug and just use the e2e apis everywhere in our library and therefore force our consumers. Anyone have strongs thoughts or opinions?
not kotlin but kotlin colored 1
K 2
k
maybe do exactly as what stripe does docs.stripe.com/payments/mobile/payment-sheet
c
@Alex Vanyo any chance you have opinions on this?
f
I recently published an android library and the google play console will give you warnings if your app targets sdk 35 but doesn’t use the proper edge-to-edge apis. even recently this list had revenuecat but looks like their newer updates fixed it.