Skip to content

Instantly share code, notes, and snippets.

View francoj22's full-sized avatar
🎯
Focusing

Franco Gutierrez francoj22

🎯
Focusing
View GitHub Profile

Privacy Policy

Live Irish Radio is a free app which provide free radio stations at no cost. No data that you enter into Live Irish Radio is share anywhere; the data you enter into the app are only ever store on your device. It also use the read phone state which can detect the incoming call in the phone when you use the radio to then mute the app while the call is on going.

sample
@francoj22
francoj22 / index.html
Created April 30, 2017 11:06
Happy Birthday Karina // source https://jsbin.com/vileruw
<!doctype html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
@francoj22
francoj22 / index.html
Created April 30, 2017 10:49
Happy Birthday Karina // source https://jsbin.com/vileruw
<!doctype html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
@francoj22
francoj22 / index.html
Created April 30, 2017 10:38
Happy Birthday Karina // source https://jsbin.com/vileruw
<!doctype html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
package jp.noxi.sample;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTabHost;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;