https://kotlinlang.org logo
#decouple
Title
# decouple
l

Landry Norris

03/02/2023, 12:11 AM
Just got the demo app running on iOS. Compose for iOS is not fully stable yet, so it's not perfect.
👍 3
👍🏾 1
I'm using a local build of some dependencies with iOS support hacked in right now, so it's not ready for a MR yet.
c

CLOVIS

03/02/2023, 8:48 AM
I'm impressed! Thanks a lot for the effort you're putting in
a

ayodele

03/02/2023, 10:19 AM
Nice work @Landry Norris, @CLOVIS how can I get started for Android. I understand the concept, but I'm still not too clear on implementation. I guess I have to read the codes right?
c

CLOVIS

03/02/2023, 10:26 AM
Do you mean to contribute, or to use the project in your own apps? I don't recommend starting using Decouple in real projects right now, because the API will change massively in the future. If you want to contribute, and have already written Jetpack Compose code on Android, the easiest way is to look at one of the AndroidX issues on our repository and drop a comment in it so we know you're interested. The code lives in the
style:material-androidx
module, it is structured as simple interface implementations with Composable members. Currently, the AndroidX implementation is a skeleton which is lacking features, there are often TODO comments with an issue number for missing features (e.g. here, the filter chip tick is missing).
a

ayodele

03/02/2023, 10:28 AM
Oh, I wanna contribute. I'll check it out. Have to learn gitlab 😬.
c

CLOVIS

03/02/2023, 10:30 AM
If you know how to use GitHub, it's basically the same. In the main page you can fork the project, then locally clone your project, create a branch, do your changes, push them and you'll get a link to create the merge request
10 Views