{"id":17713554,"url":"https://github.com/foxpace/tomas-repcik-git-linktree","last_synced_at":"2026-02-03T20:43:48.272Z","repository":{"id":258680320,"uuid":"872017699","full_name":"Foxpace/tomas-repcik-git-linktree","owner":"Foxpace","description":"Link tree to all created repositories","archived":false,"fork":false,"pushed_at":"2024-10-17T19:02:06.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-20T04:52:00.564Z","etag":null,"topics":["android","data-science","flutter","portfolio","repositories"],"latest_commit_sha":null,"homepage":"https://tomasrepcik.dev/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Foxpace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-13T15:17:20.000Z","updated_at":"2024-10-17T19:02:10.000Z","dependencies_parsed_at":"2024-10-20T05:55:06.491Z","dependency_job_id":null,"html_url":"https://github.com/Foxpace/tomas-repcik-git-linktree","commit_stats":null,"previous_names":["foxpace/tomas-repcik-git-linktree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxpace%2Ftomas-repcik-git-linktree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxpace%2Ftomas-repcik-git-linktree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxpace%2Ftomas-repcik-git-linktree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxpace%2Ftomas-repcik-git-linktree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxpace","download_url":"https://codeload.github.com/Foxpace/tomas-repcik-git-linktree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252546481,"owners_count":21765778,"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":["android","data-science","flutter","portfolio","repositories"],"created_at":"2024-10-25T10:05:17.505Z","updated_at":"2026-02-03T20:43:48.221Z","avatar_url":"https://github.com/Foxpace.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tomas Repcik - Repositories, Articles and apps\n\nDuring experimenting and programming I have written couple of articles and example app for:\n\n* [Android](https://github.com/Foxpace/tomas-repcik-snippets?tab=readme-ov-file#android)\n* [Flutter](https://github.com/Foxpace/tomas-repcik-git-linktree#fluter)\n* [Data Science](https://github.com/Foxpace/tomas-repcik-git-linktree#data-science)\n* and others\n\n\u003e This is list of all available repositories. All articles, code and portfolio can be found on: [https://tomasrepcik.dev/](https://tomasrepcik.dev/) OR [https://medium.com/@tomas-repcik](https://medium.com/@tomas-repcik)\n\n## Android\n\n| Apps  | Articles |\n| ----------- | ----------- |\n| [BluModify](https://github.com/Foxpace/BluModify) | Bluetooth activity without paired device notifier |\n| [File search types](https://github.com/Foxpace/FileF)   | Compares different types of file search on Android  |\n| [SensorBox](https://github.com/Foxpace/SensorBox)| Sensor monitoring app with Wear Os support |\n\n\n| Repository      | Articles |\n| ----------- | ----------- |\n| [Android ApplicationStart/ExitInfo](https://github.com/Foxpace/android-app-start-exit-info-example) | [Medium article](https://proandroiddev.com/analyzing-app-startup-and-shutdown-in-android-15-new-update-7605369ae891) |\n| [Animated Navigation in Jetpack Compose](https://github.com/Foxpace/JetpackCompose-AnimatedNavigation) | [Medium article](https://medium.com/@tomas-repcik/jetpack-compose-and-screen-transition-animations-b361fc8164cc) |\n| [App Drawer in Jetpack Compose](https://github.com/Foxpace/JetpackCompose-AppDrawerExample) | [Medium article](https://medium.com/@tomas-repcik/material-3-navigation-drawer-with-android-jetpack-compose-eda9285f9f4c)        |\n| [Fused Orientation Api](https://github.com/Foxpace/MapView-FusedOrientationApi-Example)   | [Medium article](https://medium.com/proandroiddev/update-for-your-compass-new-android-orientation-api-dc4e5c25ca35)       |\n| [Hilt example project](https://github.com/Foxpace/Hilt-example-project)   | [Medium article Introduction](https://tomas-repcik.medium.com/introduction-to-dependency-injection-88dba0beb929) + [Medium article Examples](https://tomas-repcik.medium.com/dependency-injection-with-hilt-in-android-development-e23fc636d65c)       |\n| [TypeSafe Navigation in Jetpack Compose](https://github.com/Foxpace/JetpackCompose-TypeSafe-Navigation)  | [Medium article](https://medium.com/proandroiddev/jetpack-compose-screen-navigation-with-type-safety-337ec177026e) |\n| [Screenshot Protection](https://github.com/Foxpace/Screenshot-Protection)   | [Medium article](https://medium.com/proandroiddev/multitasking-intrusion-and-preventing-screenshots-in-android-app-15bd8757c24d)  |\n| [Unit testing with Turbine](https://github.com/Foxpace/Android-Unit-Testing-with-Turbine)  | [Medium article](https://medium.com/proandroiddev/testing-android-flows-in-viewmodel-with-turbine-ea9bae7e811a)  |\n\n\n\n## Flutter\n| Repository      | Articles |\n| ----------- | ----------- |\n| [ChatGPT Flutter clone](https://github.com/Foxpace/chatGPT-Flutter-clone) | Simple demonstration of Flutter with ChatGPT API |\n| [Entry level Flutter project with FHIR](https://github.com/Foxpace/ct_task) | My beginner project with Flutter and FHIR |\n\n## Data Science\n\n| Repository      | Articles |\n| ----------- | ----------- |\n| [BeSafeBox Research](https://github.com/Foxpace/BeSafeBox_research) and [Android app](https://github.com/Foxpace/BeSafeBox_Android_app) | [Medium article series about building Fall detection app](https://medium.com/@tomas-repcik/list/fall-detection-android-app-besafebox-51b711742fa2) |\n| [QRS complex Detectors - C++](https://github.com/Foxpace/Cpp_Ecg_Detectors) | Popular QRS complex detectors written in C++ |\n| [QRS complex Detectors - Kotlin](https://github.com/Foxpace/Kotlin-Ecg-Detectors) | Popular QRS complex detectors written in Kotlin |\n| [1D neural network visualisation tools](https://github.com/Foxpace/SignalScreen) | Visualisation of 1D neural network |\n\n\n  \n \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxpace%2Ftomas-repcik-git-linktree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxpace%2Ftomas-repcik-git-linktree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxpace%2Ftomas-repcik-git-linktree/lists"}