日本だと感じないかもしれないが、回線はプリペイド式という国がある(インドとか)。
つまりアプリをダウンロードする = お金を使っているイメージ。
となると、アプリをダウンロードしないとか、アップデートしないとか、そういった考えをもっている人が世界にはいる。
こういう現状が世界ではあるから、そういうのを改善しておきたい。
あくまでインスタントな機能なので、容量制限は4MB
| // | |
| // ViewController.swift | |
| // MissingCircle | |
| // | |
| // Created by MizushimaYusuke on 2017/10/12. | |
| // Copyright © 2017 MizushimaYusuke. All rights reserved. | |
| // | |
| import UIKit | |
| import SpriteKit |
| ################################################## | |
| # 入力ファイルから出力ファイルに書き出すRubyのプログラム | |
| # 入力ファイルはテキストファイルである | |
| # テキストはランダムに改行されている | |
| # 文字がn文字を超えていたらn文字で改行する | |
| # 実行方法はコマンドラインから次のように打ち込む。Ruby必須 | |
| # $ ruby newline2.rb | |
| ################################################## | |
| // | |
| // ViewController.m | |
| // WagaraAsa | |
| // | |
| // Created by MizushimaYusuke on 7/15/16. | |
| // Copyright © 2016 MizushimaYusuke. All rights reserved. | |
| // | |
| #import "ViewController.h" | |
| @import SpriteKit; |
| package com.gabesechan.android.reusable.receivers; | |
| import java.util.Date; | |
| import android.content.BroadcastReceiver; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.telephony.TelephonyManager; | |
| public abstract class PhonecallReceiver extends BroadcastReceiver { |
| import android.util.Log; | |
| public class DebugLog { | |
| public static void v(String tag, String message) { | |
| if (BuildConfig.DEBUG) { | |
| Log.v(tag, message); | |
| } | |
| } |
| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="com.yochiand.myexampleandroidannotations" | |
| android:versionCode="1" | |
| android:versionName="1.0" > | |
| <uses-sdk android:minSdkVersion="3" /> | |
| <application | |
| android:icon="@drawable/ic_launcher" |
| http://otter.topsy.com/credit.json | |
| { | |
| response: { | |
| limit: 3000, | |
| reset: 1341903600, | |
| refresh_in_secs: 83684, | |
| remaining: 2675 | |
| }, | |
| request: { |