An Android application that simulates a dice roll.
Submitted by: Joey Lawter
Time spent: 4 hours
The following required functionality is complete:
- Implemented LinearLayout view group.
- Added interactive button.
- Optimize app by using lateinit to search view hierarchy only once.
- User can press button to simulate a die roll.
The following additional features are implemented:
No additional features yet
- plan to include other die types (d4, d8, d10, d100, d12 and d20) but ran out of time. Will update later
Here's a walkthrough of implemented user stories:
The only difficulty I had was with installing Android Studio. I couldn't get the virtual machine portion to work, HAXM. I had to install something called WHPX on my machine that handles the Virtual Machine for AMD processors.
Copyright 2018 Joey Lawter
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
