{"id":23536459,"url":"https://github.com/jreategui07/multithreadingapp_android","last_synced_at":"2025-05-14T23:08:39.092Z","repository":{"id":268997768,"uuid":"906099369","full_name":"jreategui07/MultithreadingApp_Android","owner":"jreategui07","description":"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. ","archived":false,"fork":false,"pushed_at":"2024-12-20T07:55:17.000Z","size":628,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T06:44:41.937Z","etag":null,"topics":["anroid","kotlin","multithreading","runnable","runonuithread"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jreategui07.png","metadata":{"files":{"readme":"README-es.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-20T06:55:22.000Z","updated_at":"2024-12-20T07:57:15.000Z","dependencies_parsed_at":"2024-12-20T08:26:42.440Z","dependency_job_id":"a998f63e-2868-4ea9-9a5e-ba230b8330ac","html_url":"https://github.com/jreategui07/MultithreadingApp_Android","commit_stats":null,"previous_names":["jreategui07/multithreadingapp_android"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2FMultithreadingApp_Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2FMultithreadingApp_Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2FMultithreadingApp_Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreategui07%2FMultithreadingApp_Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jreategui07","download_url":"https://codeload.github.com/jreategui07/MultithreadingApp_Android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243363,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anroid","kotlin","multithreading","runnable","runonuithread"],"created_at":"2024-12-26T02:28:45.277Z","updated_at":"2025-05-14T23:08:34.084Z","avatar_url":"https://github.com/jreategui07.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MultithreadingApp\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/logo/android-logo.png\" width=\"120\" /\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/logo/kotlin-logo.png\" width=\"410\" /\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Descripción\n\nEsta 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).\n\n## Demostración\n\nA continuación, algunas capturas de pantalla de la aplicación:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/demo/1-threads-off.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/demo/2-threads-launched.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./assets/demo/3-threads-stopped.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd colspan=\"3\"\u003e\u003cimg src=\"./assets/demo/4-threads-demo-task-log.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThe MIT License (MIT)\n\n- **Copyright (c) 2024 Jonathan Reátegui**\n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreategui07%2Fmultithreadingapp_android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjreategui07%2Fmultithreadingapp_android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreategui07%2Fmultithreadingapp_android/lists"}