You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
44
The app navigates using buttons, the Action Bar, and the Navigation Drawer.
9
-
Since students haven't yet learned about saving data or the Android lifecycle, it tries to eliminate bugs caused by configuration changes.
**5. Incase of an eror when building project, update your gradle version, Build Tools download**
36
92
37
-
The branches are also accessible from the drop-down in the "Code" tab
38
93
94
+
#### Dependencies
39
95
40
-
## Working with the Course Code
96
+
## To Do List
41
97
42
-
Here are the basic steps for working with and completing exercises in the repo.
43
98
44
-
The basic steps are:
99
+
-[x] Adding a findViewById resource instance for the images
100
+
-[ ] SplashScreen
101
+
-[x] Binding data
102
+
-[x] Updating the App to gradle 5.x
103
+
-[X] Button for the 'done' functionality
104
+
-[ ] Creating additional activities for more details
105
+
-[ ] Add recycler view
106
+
-[ ] Link to projects
45
107
46
-
1. Clone the repo
47
-
2. Checkout the branch corresponding to the step you want to attempt
48
-
3. Find and complete the TODOs
49
-
4. Optionally commit your code changes
50
-
5. Compare your code with the solution
51
-
6. Repeat steps 2-5 until you've gone trough all the steps to complete the toy app
52
108
53
109
54
-
**Step 1: Clone the repo**
110
+
#### CONTRIBUTING
111
+
### Assets
112
+
* Credit to artists(music,images,gifs...)
55
113
56
-
As you go through the course, you'll be instructed to clone the different exercise repositories, so you don't need to set these up now. You can clone a repository from github in a folder of your choice with the command:
I would/ We'd love to have your help in making **{this app (About me)}** better. The project is still very incomplete, but if there's an issue you'd like to see addressed sooner rather than later, let me(/us) know.
61
119
62
-
**Step 2: Checkout the step branch**
120
+
Before you contribute though read the contributing guide here: [COntributing.md](https://github.com/YourUserNameHere/ProjectName/contributing.md)
63
121
64
-
As you go through different steps in the code, you'll be told which step you're on, as well as a link to the corresponding branch.
122
+
For any concerns, please open an [issue](https://github.com/kevinmainairungu/AboutMe/issues), or JUST, [fork the project and send a pull request{edit this}](https://github.com/kevinmainairungu/AboutMe/pulls).
65
123
66
-
You'll want to check out the branch associated with that step. The command to check out a branch would be:
124
+
<hr>
67
125
68
-
```bash
69
-
git checkout BRANCH_NAME
70
-
```
126
+
## License
127
+
* see [LICENSE](https://github.com/kevinmainairungu/AboutMe/blob/master/LICENSE) file
71
128
72
-
**Step 3: Find and complete the TODOs**
73
129
74
-
Once you've checked out the branch, you'll have the code in the exact state you need. You'll even have TODOs, which are special comments that tell you all the steps you need to complete the exercise. You can easily navigate to all the TODOs using Android Studio's TODO tool. To open the TODO tool, click the button at the bottom of the screen that says TODO. This will display a list of all comments with TODO in the project.
130
+
## Versions
131
+
* Version X.Y DATE 12/2/2019
75
132
76
-
We've numbered the TODO steps so you can do them in order:
After You've completed the TODOs, you can optionally commit your changes. This will allow you to see the code you wrote whenever you return to the branch. The following git code will add and save **all** your changes.
135
+
## Contributers
136
+
For personal feedback or questions feel free to contact me via the mail address, which is mentioned on my [Github profile](link (https://github.com/kevinmainairungu). If you have found any bugs or want to post a feature request please use the [bugtracker](https://github.com/kevinmainairungu/AboutMe/issues) to report them.
* other communication channels i.e Social Media, Forum etc
90
144
91
-
Most exercises will have a list of steps for you to check off in the classroom. Once you've checked these off, you'll see a pop up window with a link to the solution code. Note the **Diff** link:
0 commit comments