aaroncrutchfield / BuildItBigger

0 stars 0 forks source link

Step 1: Create a Java library #7

Closed aaroncrutchfield closed 5 years ago

aaroncrutchfield commented 5 years ago

Your first task is to create a Java library that provides jokes. Create a new Gradle Java project either using the Android Studio wizard, or by hand. Then introduce a project dependency between your app and the new Java Library. If you need review, check out demo 4.01 from the course code.

Make the button display a toast showing a joke retrieved from your Java joke telling library.

aaroncrutchfield commented 5 years ago

https://github.com/aaroncrutchfield/BuildItBigger/commit/62b86dfd608fd04e720675e88c65018f0d478488