Skip to content

Commit 2d02018

Browse files
cleaning up tdd
1 parent 73ac2cc commit 2d02018

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Since students haven't yet learned about saving data or the Android lifecycle, i
2727
### Table of contents
2828

2929
**1 [About the App](#about-the-app)**<br>
30-
**2 [General Preview](#general-preview)**<br>
30+
**2 [General Preview](##general-preview)**<br>
3131
**3 [Technical](#technical)**<br>
3232
**4 [Work in Progress](#work-in-progress)**<br>
3333
**5 [Contributing](#contributing)**<br>
@@ -39,12 +39,15 @@ Since students haven't yet learned about saving data or the Android lifecycle, i
3939

4040

4141
<hr>
42+
4243
# About the app
4344

4445
The Android Trivia application is an application that asks the user trivia questions about Android development. It makes use of the Navigation component within Jetpack to move the user between different screens. Each screen is implemented as a Fragment.
4546
The app navigates using buttons, the Action Bar, and the Navigation Drawer.
4647
<hr>
48+
4749
## General Preview
50+
4851
#### Screenshots of the app
4952

5053
<img src="screenshots/Screenshot_1587483765.png" width="200">
@@ -55,8 +58,11 @@ The app navigates using buttons, the Action Bar, and the Navigation Drawer.
5558

5659

5760
<hr>
61+
5862
## Technical
63+
5964
## Permissions
65+
6066
* Any permissions needed by the app i.e:
6167

6268
1. Internet

0 commit comments

Comments
 (0)