This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package jp.co.c_lis.sample.browsertest; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import android.webkit.GeolocationPermissions.Callback; | |
| import android.webkit.WebChromeClient; | |
| import android.webkit.WebSettings; | |
| import android.webkit.WebView; | |
| import android.webkit.WebViewClient; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| shell@android:/proc $ ls | |
| 1 | |
| 10 | |
| 100 | |
| 101 | |
| 102 | |
| 103 | |
| 104 | |
| 105 | |
| 106 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try { | |
| String encodedAuth = Base64.encodeBytes((AUTH_USER_NAME + ":" + AUTH_PASSWORD) | |
| .getBytes()); | |
| HttpURLConnection connection = (HttpURLConnection) url.openConnection(); | |
| connection.setRequestProperty("User-Agent", USER_AGENT); | |
| connection.setRequestProperty("Authorization", "Basic " + encodedAuth); | |
| connection.setRequestMethod("GET"); | |
| connection.connect(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.sample; | |
| import android.app.Activity; | |
| import android.content.Intent; | |
| import android.os.Bundle; | |
| import android.view.Menu; | |
| import android.view.View; | |
| import android.view.View.OnClickListener; | |
| public class MainActivity extends Activity implements OnClickListener { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| お招きいただきありがとうございます。 | |
| おふたりの晴れの門出に立ち合わせていただくことを、とても嬉しく思っております。 | |
| 喜んで出席させていただきます。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.youtubetest; | |
| import android.app.Activity; | |
| import android.content.Intent; | |
| import android.os.Bundle; | |
| public class MainActivity extends Activity { | |
| private static final String VIDEO_URL1 = "https://www.youtube.com/watch?v=INmtQXUXez8"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| goodFeature側のbuild.gradleに、 | |
| android { | |
| publishNonDefault true | |
| productFlavors { | |
| lib | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var data = { "pixel" : "%6%%%%%%%%%%%%%%%%%%69\n" | |
| + "%4%%%%%%%%%%%%%%%%%%%%%%67\n" | |
| + "%3%%%%%%%%%6%2%%%%%%%67\n" | |
| + "%2%%%%%%%%9%2%%%%%%%66\n" | |
| + "%%%%%%%%11%2%%%%%%%66\n" | |
| + "%%%%%%%12%2%%%%%%67\n" | |
| + "%%%%%%13%2%%%%%%%51%%14\n" | |
| + "%%%%%%%2%10%%%%%%%3%65\n" | |
| + "%%%%%%12%%%%%%%%%%%%%63\n" | |
| + "%%%%%%%2%12%%2%%%%%%%%%46%%14\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "characters": [ | |
| { | |
| "name": "Uduki Shimamura", | |
| "age": "17", | |
| "megane": false | |
| }, | |
| { | |
| "name": "Rin Shibuya", | |
| "age": "15", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void authenticate ( | |
| FingerprintManager.CryptoObject crypto, | |
| CancellationSignal cancel, | |
| int flags, | |
| FingerprintManager.AuthenticationCallback callback, | |
| Handler handler) |
OlderNewer