https://github.com/klappdev/firearrow
Android app for test Java/C++ facilities
https://github.com/klappdev/firearrow
android cpp cpp20 hilt-dagger2 java retrofit2
Last synced: 10 months ago
JSON representation
Android app for test Java/C++ facilities
- Host: GitHub
- URL: https://github.com/klappdev/firearrow
- Owner: klappdev
- License: mit
- Created: 2022-04-02T05:04:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T16:51:54.000Z (over 2 years ago)
- Last Synced: 2025-01-05T17:21:20.307Z (12 months ago)
- Topics: android, cpp, cpp20, hilt-dagger2, java, retrofit2
- Language: Java
- Homepage:
- Size: 7.07 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# firearrow
[](files/app-debug.apk)
Android application for test and measure Java/C++ features.
The purpose of the application is to test, compare and measure time execution
Java/C++ simialar functionalities.


Features:
---------
* filesystem - compare Java vs C++ erase file facilities
* async - compare Java vs C++ asynchronously facilities
* simd - compare Java vs C++ vector instruction facilities
* network - compare Java vs C++ network facilities
Architecture:
-------------
MVVM (Model View ViewModel)
Used Android libraries:
-----------------------
* AppCompat
* App Startup
* Lifecycle/LiveData
* ViewModel
* Pagging
* Navigation
* Room
* DataStore
* WorkManager
Used third party libraries:
--------------------------
* Timber
* Glide
* Hilt
* RxJava3
Languages:
----------
* Java 17
* C++ 20