|
| 1 | +--- |
| 2 | +title: Codebar Android Workshop Resources |
| 3 | +layout: page |
| 4 | +redirect_from: /java/ |
| 5 | +--- |
| 6 | + |
| 7 | +This is the home for the codebar android tutorials! These are designed to be used at the very special codebar Android workshops only. If you're super lucky there may be a coach at regular codebar who can help you through a tutorial, but we can't promise that! |
| 8 | + |
| 9 | +<div class="col-12 text-center" style="padding:5px;"> |
| 10 | + <div class="card"> |
| 11 | + <h2 class="emoji-title text-center"> |
| 12 | + <i class="material-icons">star</i> |
| 13 | + <i class="material-icons">android</i> |
| 14 | + <i class="material-icons">star</i> |
| 15 | + </h2> |
| 16 | + <div class="card-block"> |
| 17 | + <h4 class="card-title">Getting Setup</h4> |
| 18 | + <p>All the things you need to do <em>before</em> attending a codebar android workshop</p> |
| 19 | + <a href="{{ site.baseurl }}/worksheets/0-setup/" class="btn btn-primary">Get Set Up</a> |
| 20 | + </div> |
| 21 | + </div> |
| 22 | +</div> |
| 23 | + |
| 24 | +## Worksheets |
| 25 | + |
| 26 | +<div class="row"> |
| 27 | + <!-- item--> |
| 28 | + <div class="col-lg-4 col-md-6 col-12 text-center" style="padding:5px;"> |
| 29 | + <div class="card"> |
| 30 | + <h2 class="emoji-title text-center"> |
| 31 | + <i class="material-icons">phone_android</i> |
| 32 | + <i class="material-icons">touch_app</i> |
| 33 | + <i class="material-icons">cake</i> |
| 34 | + </h2> |
| 35 | + <div class="card-block"> |
| 36 | + <h4 class="card-title">Introduction</h4> |
| 37 | + <p>The best starting place to learn Android by building a cookie clicker</p> |
| 38 | + <a href="{{ site.baseurl }}/worksheets/1-introduction/" class="btn btn-primary">Read Tutorial</a> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + |
| 43 | + <div class="col-lg-4 col-md-6 col-12 text-center" style="padding:5px;"> |
| 44 | + <div class="card"> |
| 45 | + <h2 class="emoji-title text-center"> |
| 46 | + <i class="material-icons">personal_video</i> |
| 47 | + <i class="material-icons">touch_app</i> |
| 48 | + <i class="material-icons">phone_android</i> |
| 49 | + </h2> |
| 50 | + <div class="card-block"> |
| 51 | + <h4 class="card-title">Espresso UI Testing</h4> |
| 52 | + <p>Automatically test your cookie clicker app using Espresso</p> |
| 53 | + <a href="{{ site.baseurl }}/worksheets/espresso-testing/" class="btn btn-primary">Read Tutorial</a> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + |
| 58 | + <div class="col-lg-4 col-md-6 col-12 text-center" style="padding:5px;"> |
| 59 | + <div class="card"> |
| 60 | + <h2 class="emoji-title text-center"> |
| 61 | + <i class="material-icons">view_module</i> |
| 62 | + <i class="material-icons">person</i> |
| 63 | + <i class="material-icons">picture_in_picture_alt</i> |
| 64 | + </h2> |
| 65 | + <div class="card-block"> |
| 66 | + <h4 class="card-title">Layouts</h4> |
| 67 | + <p>Go further into how the layout system works in Android</p> |
| 68 | + <a href="{{ site.baseurl }}/worksheets/2-layouts/" class="btn btn-primary">Read Tutorial</a> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | + |
| 73 | + <div class="col-lg-4 col-md-6 col-12 text-center" style="padding:5px;"> |
| 74 | + <div class="card"> |
| 75 | + <h2 class="emoji-title text-center"> |
| 76 | + <i class="material-icons">stay_current_portrait</i> |
| 77 | + <i class="material-icons">update</i> |
| 78 | + <i class="material-icons">stay_current_landscape</i> |
| 79 | + </h2> |
| 80 | + <div class="card-block"> |
| 81 | + <h4 class="card-title">Activity Lifecycle</h4> |
| 82 | + <p>Learn how the android activity lifecycle works</p> |
| 83 | + <a href="{{ site.baseurl }}/worksheets/3-activity-lifecycle/" class="btn btn-primary">Read Tutorial</a> |
| 84 | + </div> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + |
| 88 | + <div class="col-lg-4 col-md-6 col-12 text-center" style="padding:5px;"> |
| 89 | + <div class="card"> |
| 90 | + <h2 class="emoji-title text-center"> |
| 91 | + <i class="material-icons">place</i> |
| 92 | + <i class="material-icons">near_me</i> |
| 93 | + <i class="material-icons">my_location</i> |
| 94 | + </h2> |
| 95 | + <div class="card-block"> |
| 96 | + <h4 class="card-title">Google Maps</h4> |
| 97 | + <p>Learn how to put Google Maps into your own app!</p> |
| 98 | + <a href="{{ site.baseurl }}/worksheets/4-maps/" class="btn btn-primary">Read Tutorial</a> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + |
| 103 | +</div> |
0 commit comments