August 2017
Intermediate to advanced
278 pages
6h 1m
English
We begin by creating an empty project by the name of AndroidWarehouseMonitor.
<?xml version="1.0" encoding="utf-8"?><android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="android.packt.com.androidwarehousemonitor.MainActivity"> ...