Skip to content

Instantly share code, notes, and snippets.

View NeoLSN's full-sized avatar

Jason Yang/楊朝傑 NeoLSN

View GitHub Profile
package com.hitachi.smartac.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.RadioGroup;
/**
@NeoLSN
NeoLSN / dnssd.ts
Created October 12, 2016 07:12
ionic-native plugin file
import { Cordova, Plugin } from 'ionic-native';
import { Observable } from 'rxjs/Observable';
export interface DnssdRecord {
action: string;
service: BonjourService;
}
export interface BonjourService {
domain: string;
import {
ModuleWithProviders,
NgModule,
Optional,
SkipSelf
} from '@angular/core';
import { File } from '@ionic-native/file';
import { HTTP } from '@ionic-native/http';
import { ImageCacheService } from './image-cache.service';