- Overview
- Transcript
1.1 Introduction
In this lesson I'll show you some examples of what you will create in this course using the new Wear app components.
1.Introduction and Getting Set Up3 lessons, 11:45
1.1Introduction02:46
1.2Setting Up Emulators and Hello World04:40
1.3Debugging on a Hardware Device04:19
2.Wearable App UI Components6 lessons, 1:15:54
2.1Round and Square Device Support06:37
2.2WearableListViews16:58
2.3DelayedConfirmationView10:06
2.4GridViewPager: Part 116:32
2.5GridViewPager: Part 216:10
2.6WearableActivity and Ambient Mode09:31
3.Wearable Notifications4 lessons, 38:35
3.1Using Basic and Multipage Notifications09:33
3.2Stacking Multiple Notifications and Using an Action Button10:04
3.3Replying With Speech, Emojis and Predefined Options08:57
3.4Creating Custom UI Notifications10:01
4.Creating a Watch Face2 lessons, 34:28
4.1Starting a Digital Watch Face16:57
4.2Handling Watch Face States17:31
5.Conclusion1 lesson, 02:14
5.1Conclusion02:14
1.1 Introduction
Hey everyone, and welcome to developing for Android Wear by Tuts Plus. My name is Paul Reese, and I am a software developer out here in Boulder Colorado, in the United States. And I work for a company called Sphero, which makes mobile app controlled robotic toys, and is best known for its work on the BB-8 droid in the new Star Wars movie. My role in the company has to do with mobile app development and emerging tech. So I've actually done a fair amount with Android Wear. And I hope to use that knowledge and experience to help you get started with Android Wear development. In this course, you will learn how to create a very basic watchface that you can then expand on. You will also go over how to create a standard application that works on the wearable device, that utilized UI components from a support library, such as the delayed confirmation view, or the grid view pager. So that you can create UI that look like they are part of the actual Android Wear system. So as you can see here, we have the grid view pager that allows you to display cards to your user, and swipe through them, just like you would on the notification stream of a wearable device. If we go ahead and close this, you can see that we have a list view here. And this is actually a wearable list view, which I'll go into in detail in a later lesson. But this is specially made for wearable devices, to be easier for your users to use. In addition to UI, for applications that are installed on the wearable device, you can also use notifications. So in this course, we'll go over the basic notification, how to create one with multiple pages, a way to stack multiple notifications, as well as, display an action button for your users. The last two types of notifications we will go over, are the voice reply notification, and a notification that uses a custom activity. So that you can display whatever kind of content you want for your user. So if we go ahead and click on the Voice Reply option here, this will create a voice reply notification that we can scroll down to. And if we scroll over, we can click on this Reply button. And this will allow us to present options and voice replies to our application. So if we go ahead and click on Draw emoji, this is another option that is available that we will cover how to create within this course. So I'm just gonna go ahead a draw a line and see what this will offer for us. So let's go ahead and go with the plus sign. And we can see that this emoji will now be sent to our application, so that it can be used by our application. So hopefully, I've gotten you a little excited to jump into Android Wear development. And if so, then I will see you in the next lesson.