Building Arduino Projects for the Internet of Things

(Steven Felgate) #1
CHAPTER 6 ■ IOT PATTERNS: REMOTE CONTROL

Figure  6-7 shows the new project configuration screen. Enter the name for the new
project as Lighting Control System. Enter your company or personal domain name,
as this will be used by Android Studio to define the package hierarchy of the Java code.
Click Next.


Figure 6-7. New project configuration


■ Note As a norm, package hierarchy is the domain name in reverse, so codifythings.com


becomes com.codifythings..


For this project, you are only going to run your app on an Android phone or tablet.
As shown in Figure  6-8 , check Phone and Tablet as the target platform and click Next.

Free download pdf