Skip to content

Commit 06b60e0

Browse files
committed
Minor build updates and readme update.
1 parent 321ddfe commit 06b60e0

6 files changed

Lines changed: 5 additions & 11 deletions

File tree

‎.idea/.name‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/compiler.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/gradle.xml‎

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/misc.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/vcs.xml‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ We ask candidates to allocate **4-6 hours** for this assignment. Keep in mind th
88
Leveraging the [Yelp Fusion API](https://docs.developer.yelp.com/docs/fusion-intro), build an app that displays businesses based on the user’s input in the search field. Follow the [instructions here](https://docs.developer.yelp.com/docs/fusion-authentication) to obtain an API Key for the Yelp Fusion API (don’t be worried about hard-coding the key into your app for this assignment). You may use the [designs here](https://www.figma.com/file/vcfmVmKtPf4hPwIm12jfQ5/Android-Homework?type=design&node-id=2-9&mode=design&t=EXoeVDU6A6rwhxmO-0) as a guideline for your interface. For your UI, please utilize [Jetpack Compose](https://developer.android.com/jetpack/compose) if possible, and avoid using any 3rd party UI frameworks. If you aren’t familiar with Compose, feel free to write in Android XML instead. Do not feel obligated to utilize all the properties and stubs in the project template.
99

1010
## Dependencies
11+
Here are a few dependencies we have added to the project. **Feel free to add any other dependencies and/or frameworks that you'd like but we may ask about why you chose to include them.**
1112
- [Kotlin Extensions](https://kotlinlang.org/docs/extensions.html)
1213
- [Kotlin Coroutines](https://kotlinlang.org/docs/coroutines-overview.html)
1314
- [MockK](https://notwoods.github.io/mockk-guidebook/docs/quick/android/) (Unit Testing)
@@ -16,7 +17,6 @@ Leveraging the [Yelp Fusion API](https://docs.developer.yelp.com/docs/fusion-int
1617
- [GSON](https://github.com/google/gson)
1718
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
1819
- [Coil for Compose](https://coil-kt.github.io/coil/compose/)
19-
**Note:** You are free to add any other dependencies and/or frameworks that you'd like but we may ask about why you chose to include them.
2020

2121
## Requirements
2222
Requirements will differ based off of the level you are applying for. Please consult with your recruiter if you need clarification on requirements.

0 commit comments

Comments
 (0)