From the course: Android App Development: Working with Widgets

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Android test app

Android test app - Android Tutorial

From the course: Android App Development: Working with Widgets

Start my 1-month free trial

Android test app

- [Instructor] To quickly get started with our widget, we'll create a simple application for testing purposes. If you have your own application and would like to use it, you should be able to follow along with your own. For everybody else, let's get this sample application started. So let's go ahead and open up Android Studio, and once you have Android Studio open, what you want to do is start a new Android Studio project. And I'll simply use the Empty Activity. You can use anything you want in here. So for my case, I'm going to use this one. And you want to make sure you're on the Phone and Tablet, and not Wear OS or the others. Click Next. And I'm going to call this one HelloWorld, and I'm going to select Java. So if you're familiar with Kotlin, and you want to work with Kotlin, go ahead and select that one. For my case I'm going to select Java. And all the other options we're going to keep as is, and click Finish. Once you have the application created, what we're going to do is set…

Contents