Skip to content

Commit 458ee09

Browse files
committed
2 parents 483209a + 71f5cc1 commit 458ee09

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

README.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,57 @@
1-
# Text-File-Generator-Benchmark-Android
1+
# Text-File-Generator-Benchmark-Android
2+
3+
<h1 align=center>
4+
<img src="Logo/Icon.png" width=23%>
5+
</h1>
6+
7+
A text file generator and benchmark app for Android written in Kotlin. Generate upto 50K textfiles (random) in an external storage directory and benchmark the speed.
8+
9+
&nbsp;
10+
### Usage:
11+
1. Open project and sync gradle.
12+
2. Modify the code to suit your needs.
13+
3. Watch out for more features.
14+
4. Files are generated under 'Internal Storage/FileBenchmark' folder.
15+
16+
17+
&nbsp;
18+
### Features :
19+
- Use single or multiple async tasks to generate upto 50K text files.
20+
- Delete the generated files
21+
- Shows time taken to generate the text files
22+
23+
&nbsp;
24+
### Preview :
25+
![Preview](https://github.com/BharathVishal/Text-File-Generator-Benchmark-Android/blob/master/Preview/PreviewGif.gif)
26+
27+
28+
&nbsp;
29+
### Screenshots :
30+
![Screenshot 1](https://github.com/BharathVishal/Text-File-Generator-Benchmark-Android/blob/master/Screenshots/1.png?s=20)
31+
![Screenshot 2](https://github.com/BharathVishal/Text-File-Generator-Benchmark-Android/blob/master/Screenshots/2.png?s=20)
32+
33+
34+
35+
&nbsp;
36+
### Year developed :
37+
2020
38+
39+
40+
&nbsp;
41+
42+
### SDK Info :
43+
Min SDK : 21 | Target SDK : 30 | Gradle : 6.1.1 | Kotlin
44+
45+
&nbsp;
46+
47+
48+
### Android Studio Version :
49+
Android Studio 4.0.1
50+
51+
52+
&nbsp;
53+
54+
© 2018-2020. Developed by Bharath Vishal G (https://github.com/BharathVishal).
55+
Logo - material page icon.
56+
57+
Thank you. :smile:

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)