Reputation: 549
I am wondering if camerax is supported on both Java and kotlin. I did not found any Java sample about camerax and the only samples that I found are in kotlin language.
Could you Point me any link to a camerax sample that takes a picture in Java language or just tell me if camerax is supported also on androidx?
Any feedback is highly apreciated. Thanks.
Upvotes: 1
Views: 137
Reputation: 610
You could take a look at this app which is unofficial but implemented using camerax package androidx.camera.core.CameraX;
He seems to have followed this codelab and translated it into Java from Kotlin.
Upvotes: 1