Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Tom Finet
Tom Finet
7,027 Points

Should I be using RxJava for my first app?

Hi guys,

I am developing my first android app and I want to keep the code as clean and manageable as possible. This app is pretty ambitious for a first project and I can see already that I am having to create a tone of interfaces for communication between classes and with this comes state management, etc..; which I have no idea how to do properly, heck I am only 16. I have already began developing my app (about 15% done) and I am undecided as to if I should refactor my app to use RxJava which would take some time since I hardly know how to use it or if I should just stick with what I know, get the functionality in place and just keep progressing. The latter sounds most inviting to me, but I dont know if it is the right choice.

Thanks for your help,

Tom =)