/ThreadSimulator

Simulate/test lazy list update from multiple thread

Primary LanguageKotlin

ThreadSimulator

ThreadSimulator is an Android application that simulates and tests lazy list updates from multiple threads using Jetpack Compose.

Table of Contents

Features

  • Simulate lazy list updates from multiple threads
  • Jetpack Compose for modern UI development
  • Kotlin Coroutines for asynchronous programming

Installation

To get a local copy up and running follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/buddhasaikia/ThreadSimulator.git
  2. Open the project in Android Studio.

  3. Build the project:

    • Build > Make Project
  4. Run the project on an emulator or a physical device:

    • Run > Run 'app'

Usage

  1. Launch the app on your device.
  2. Interact with the UI to see the lazy list updates simulated by multiple threads.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Buddha Saikia - @bsaikia2860 - bsaikia.dev@gmail.com

Project Link: https://github.com/buddhasaikia/ThreadSimulator