Follow this guide to install WSL:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
- Get your build tools and python required libraries installed:
Follow this guide to install WSL:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
| import android.os.Build; | |
| import android.support.v4.view.ViewCompat; | |
| import android.view.View; | |
| import android.view.ViewTreeObserver; | |
| /** | |
| * @author Filipe Bezerra | |
| */ | |
| public class ViewUtils { |
| Unless specified otherwise, all of the below tinting applies to both Lollipop and pre-Lollipop using AppCompat v21. | |
| To use the support version of these attributes, remove the android namespace. | |
| For instance, "android:colorControlNormal" becomes "colorControlNormal". | |
| These attributes will be propagated to their corresponding attributes within the android namespace | |
| for devices running Lollipop. Any exceptions to this will be noted by including the "android:" prefix. | |
| All Clickable Views: | |
| ----------- |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using System.Web.Http; | |
| using System.Web.Http.Controllers; | |
| using System.Web.Http.OData; | |
| using System.Web.Http.Tracing; | |
| using Microsoft.Azure.Mobile.Server; | |
| using App.Models; | |
| using App.Notification; |
| import java.net.MalformedURLException; | |
| import java.net.URL; | |
| import java.util.ArrayList; | |
| import java.util.Date; | |
| import java.util.HashMap; | |
| import java.util.List; | |
| import java.util.Map; | |
| import android.os.Parcel; | |
| import android.os.Parcelable; |