https://github.com/foxpace/tomas-repcik-git-linktree
Link tree to all created repositories
https://github.com/foxpace/tomas-repcik-git-linktree
android data-science flutter portfolio repositories
Last synced: 5 months ago
JSON representation
Link tree to all created repositories
- Host: GitHub
- URL: https://github.com/foxpace/tomas-repcik-git-linktree
- Owner: Foxpace
- License: mit
- Created: 2024-10-13T15:17:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:02:06.000Z (over 1 year ago)
- Last Synced: 2024-10-20T04:52:00.564Z (over 1 year ago)
- Topics: android, data-science, flutter, portfolio, repositories
- Homepage: https://tomasrepcik.dev/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tomas Repcik - Repositories, Articles and apps
During experimenting and programming I have written couple of articles and example app for:
* [Android](https://github.com/Foxpace/tomas-repcik-snippets?tab=readme-ov-file#android)
* [Flutter](https://github.com/Foxpace/tomas-repcik-git-linktree#fluter)
* [Data Science](https://github.com/Foxpace/tomas-repcik-git-linktree#data-science)
* and others
> 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)
## Android
| Apps | Articles |
| ----------- | ----------- |
| [BluModify](https://github.com/Foxpace/BluModify) | Bluetooth activity without paired device notifier |
| [File search types](https://github.com/Foxpace/FileF) | Compares different types of file search on Android |
| [SensorBox](https://github.com/Foxpace/SensorBox)| Sensor monitoring app with Wear Os support |
| Repository | Articles |
| ----------- | ----------- |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [Screenshot Protection](https://github.com/Foxpace/Screenshot-Protection) | [Medium article](https://medium.com/proandroiddev/multitasking-intrusion-and-preventing-screenshots-in-android-app-15bd8757c24d) |
| [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) |
## Flutter
| Repository | Articles |
| ----------- | ----------- |
| [ChatGPT Flutter clone](https://github.com/Foxpace/chatGPT-Flutter-clone) | Simple demonstration of Flutter with ChatGPT API |
| [Entry level Flutter project with FHIR](https://github.com/Foxpace/ct_task) | My beginner project with Flutter and FHIR |
## Data Science
| Repository | Articles |
| ----------- | ----------- |
| [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) |
| [QRS complex Detectors - C++](https://github.com/Foxpace/Cpp_Ecg_Detectors) | Popular QRS complex detectors written in C++ |
| [QRS complex Detectors - Kotlin](https://github.com/Foxpace/Kotlin-Ecg-Detectors) | Popular QRS complex detectors written in Kotlin |
| [1D neural network visualisation tools](https://github.com/Foxpace/SignalScreen) | Visualisation of 1D neural network |