Courses & Workshops I've Taught
-
65 minWorkshop
RxJava
Heard of RxJava but not sure what it is? Want to jump in but don’t know where to start? Join Jamie Huson in this workshop where you build an app using the popular RxJava framework. You’ll learn concepts and implementation to get you started using this technology in your app today!
Viewed -
46 minWorkshop
Simplify Networking with Retrofit
Retrofit is a library from Square that makes connecting to APIs easy. In this workshop you will learn how to write code to connect to an API, mock responses from the API, and integrate Retrofit into an Android application.
Viewed -
- 1
- 2
- 3
- 4
Google Play Services
Google Play Services are a suite of APIs that give developers access to Google’s extensive cloud services and access the user’s Google account for personalization on Android devices. Google Play Services comes pre-installed on user’s devices and auto-updates every 6 weeks providing the latest APIs on all devices accessing the Play Store. You’ll learn the code necessary to access APIs like Google+ to bring personalization to your user experience. You’ll learn common errors and how to handle devices that can’t access Play Services. When you’re done you’ll be able to add other services like Maps, Cast, or Ads to elevate your app above the competition.
-
12 minWorkshop
Build a Navigation Drawer Pattern
Navigation Drawer is a UI pattern to displays top level navigation items on top of the main content of a screen by having a sliding panel become visible. The drawer is triggered through tapping the ActionBar’s drawer indicator or by sliding from the edge of the screen
Viewed