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
| // Using WebView Accompanist library | |
| // implementation "com.google.accompanist:accompanist-webview:<version>" | |
| import android.graphics.Bitmap | |
| import android.util.Log | |
| import android.webkit.WebView | |
| import androidx.compose.foundation.layout.* | |
| import androidx.compose.foundation.text.BasicTextField | |
| import androidx.compose.material.* | |
| import androidx.compose.material.icons.Icons |
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 dk.im2b | |
| import java.io.OutputStream | |
| import java.net.ServerSocket | |
| import java.net.Socket | |
| import java.nio.charset.Charset | |
| import java.util.* | |
| import kotlin.concurrent.thread | |
Данный гист содержит основную информацию, которую нужно знать о Java Standart Edition.