Show HN: Learn Android's latest UI Toolkit(Jetpack Compose) by Examples Jetpack Compose aims to re-imagine what Android UI development would look like using declarative programming principles. It is heavily influenced by existing web and mobile frameworks such as React, Litho, Vue & Flutter and would be a paradigm shift in Android UI development as we know it. I’ve been playing with Jetpack Compose the past few months so decided to release a project that shows examples of how you would do common Android things the Jetpack Compose way. Each example is fairly self contained and the hope is that you can learn Compose by just going through the examples and reading the comments. I should add that this is pre-alpha and not ready for production. However, I feel confident in saying that this is going to be super relevant for Android developers and it doesn't hurt to be early in getting yourself familiar with it. Github - https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example |
No comments yet