https://github.com/jreategui07/multithreadingapp_android
This Android application demonstrates the use of multithreading to update the UI from background tasks. It includes examples of thread management, handling task interruptions, and updating the UI using Handler and runOnUiThread.
https://github.com/jreategui07/multithreadingapp_android
anroid kotlin multithreading runnable runonuithread
Last synced: 17 days ago
JSON representation
This Android application demonstrates the use of multithreading to update the UI from background tasks. It includes examples of thread management, handling task interruptions, and updating the UI using Handler and runOnUiThread.
- Host: GitHub
- URL: https://github.com/jreategui07/multithreadingapp_android
- Owner: jreategui07
- Created: 2024-12-20T06:55:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T07:55:17.000Z (5 months ago)
- Last Synced: 2025-02-17T06:44:41.937Z (3 months ago)
- Topics: anroid, kotlin, multithreading, runnable, runonuithread
- Language: Kotlin
- Homepage:
- Size: 613 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-es.md
Awesome Lists containing this project
README
# MultithreadingApp
![]()
![]()
## Descripción
Esta aplicación de Android demuestra el uso de la multitarea (multithreading) para actualizar la interfaz de usuario desde tareas en segundo plano. Incluye ejemplos de gestión de hilos, manejo de interrupciones de tareas y actualización de la interfaz de usuario utilizando Handler y runOnUiThread. La aplicación muestra actualizaciones de hilos en tiempo real y registro de eventos (logging).
## Demostración
A continuación, algunas capturas de pantalla de la aplicación:
![]()
![]()
![]()
![]()
## License [](https://opensource.org/licenses/MIT)
The MIT License (MIT)
- **Copyright (c) 2024 Jonathan Reátegui**
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.