Perhaps I've missed it somewhere but how would I g...
# compose
j
Perhaps I've missed it somewhere but how would I go about getting involved in the development of Compose? Is it (easily) possible for someone from outside? ๐Ÿ™‚
k
Option1: you can try Compose out with the new Android Studio 4 and the right atrifacts. Option2: compile the support framework with compose by yourself The UI team really takes anyone's feedback either on this channel or the issuetracker.
I don't know anything about if they accept any code contribution at the moment. Maybe someone else can clarify it from the team
l
We have some contribution guidelines here ๐Ÿ™‚ https://android.googlesource.com/platform/frameworks/support/ Always happy to accept contributions!
๐Ÿ‘ 1
j
@Louis Pullen-Freilich [G] If I would like to start, reading the guidelines of course being the first step, what would you say would be a good first step? ๐Ÿ˜„ Looking at bugs and trying if I can fix some?
l
Yeah, there's a bug component here: http://issuetracker.google.com/issues?q=componentid:612128%20status:open which has some bugs, but realistically most of these are either large scoped features / depend on other things that are changing a lot. So might be hard to contribute right now, but if you notice anything that seems wrong / like a small fix, feel free to just upload a change / create a bug and mention that you would be interested in working on this.
a
I think we're going to start tracking more work items in the issue tracker over the next month or so, so it might become easier to do this soon ๐Ÿ™‚
๐Ÿ‘ 1
๐Ÿค˜ 5
j
Awesome Adam, that's good to hear!