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: 25 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T11:06:04.000Z (about 1 year ago)
- Last Synced: 2025-05-02T12:22:53.656Z (about 1 year ago)
- Topics: android, cpp, cpp20, hilt-dagger2, java, retrofit2
- Language: Java
- Homepage:
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- 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