Skip to content

yasinhajilou/Compozist

Repository files navigation

Compozist 🚀

Have you ever seen a list and told yourself, “Damn, how can I develop this in Jetpack Compose?”

Compozist is a project that showcases various types of lists that can be created using Android Jetpack Compose. It aims to provide a sample for developers who want to learn how to use the Compose UI frame work to build complex and dynamic lists.

Screenshots 🖼️

Here are some screenshots of the app:

  • WelcomeScreen was inspired by the Imprint app
  • ExplorerScreen was inspired by the Instagram app

Installation

To run the app, you need to have Android Studio Arctic Fox or higher, and a device or emulator with Android API level 24 or higher. You can clone the project from GitHub and open it in Android Studio.

License

Compozist is licensed under the MIT License. See the LICENSE file for more details.

Contribution 🤝

Compozist is an open-source project and welcomes contributions from anyone interested in improving it. If you want to contribute, you can follow these steps:

  • Fork the project on GitHub and clone your fork to your local machine.
  • Create a new branch from the main branch and make your changes.
  • Push your branch to your fork and create a pull request to the main repository.
  • Wait for your pull request to be reviewed and merged.

You can also contribute by reporting issues, suggesting features, or providing feedback. Thank you for your support! 😊

Code style

This project uses ktlint, provided via the spotless Gradle plugin, and the bundled project IntelliJ codestyle. If you find that you can't commit changes due to a code style conflict, you can easily fix it by running: ./gradlew spotlessApply.

Do not forget to restart Android Studio to apply changes to your environment.

Releases

No releases published

Packages

No packages published