Jeremy
05/17/2019, 4:43 PMitnoles
05/17/2019, 5:16 PMTuan
05/20/2019, 3:41 AMLoránd
05/20/2019, 9:18 AMFatal Exception: java.net.UnknownHostException
and Fatal Exception: java.net.SocketTimeoutException
anyone that has had a similar issue before?itnoles
05/20/2019, 6:38 PMGautam Lad
05/23/2019, 2:08 PM// alternatively - Lifecycles only (no ViewModel or LiveData). Some UI
// AndroidX libraries use this lightweight import for Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime:$lifecycle_version"
czuckie
05/24/2019, 9:29 AMWilly Njundong
05/25/2019, 3:13 PMFredrik Larsen
05/27/2019, 10:41 AMMore than one file was found with OS independent path 'META-INF/core-ktx_release.kotlin_module'Yes, I have a module named
core-ktx
and I'm guessing some other library has the same? I know you can exclude or pickFirst under packagingOptions, but I'm afraid that that will break something. As far as I know the kotlin_module
is actually used by kotlin for various tasks.
What is the proper solution here? I can rename the module, but this issue is bound to happen again. I find it peculiar that FQN is not used for this, but it's a bit over my head.Willy Njundong
05/28/2019, 2:41 AMpublic class MainActivity extends Activity implements SurfaceTextureListener
Loránd
05/28/2019, 9:10 AMSlackbot
05/28/2019, 7:06 PMK0NN4
05/28/2019, 11:14 PMCLIENT_ID
and REDIRECT_URI
are Unsresolved references
Willy Njundong
05/29/2019, 6:59 AMprivate val surfaceTextureListener = object : TextureView.SurfaceTextureListener {
override fun onSurfaceTextureAvailable(texture: SurfaceTexture, width: Int, height: Int) {
//...
}
Willy Njundong
05/29/2019, 7:27 AMif (permission != PackageManager.PERMISSION_GRANTED)
vs
if (permission == PackageManager.PERMISSION_DENIED)
Alf_
05/29/2019, 8:39 AMK0NN4
05/29/2019, 10:16 AMconnect
is Unresolved reference
: https://gyazo.com/3d631c4c65501d0ac6025ecb63cdb74c Here is "SpotifyService" class: https://gyazo.com/ae55413d281f65b56abfcd2e3823a79ffradiati
05/29/2019, 11:01 AMabicelis
05/29/2019, 8:22 PMbuild
and settings
files to KotlinDSL (Mainly following this guide: https://antonioleiva.com/kotlin-dsl-gradle/) which recommends using a buildSrc Gradle module.
Everything seems to be working and gradle builds fine, however, I'm getting this warning:
WARNING: Unsupported Kotlin plugin version.
The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.3.11` that might work differently than in the requested version `1.3.31`.
rajatarora2812
05/30/2019, 3:47 AMIve Vasiljevic
05/30/2019, 11:09 AMIve Vasiljevic
05/30/2019, 1:06 PModay
05/30/2019, 7:22 PMTuan Kiet
05/31/2019, 7:46 AMkotlin_module
for?prateek aggarwal
05/31/2019, 2:22 PMgabrielfv
05/31/2019, 6:10 PMrun<MyActivity> { ... }
can be read as calling the fragment versionAllan Wang
06/04/2019, 12:37 AMSean Massie
06/04/2019, 3:56 AMghosalmartin
06/04/2019, 12:59 PMVague
06/04/2019, 1:57 PMVague
06/04/2019, 1:57 PMescodro
06/04/2019, 1:58 PMVague
06/04/2019, 2:05 PMescodro
06/04/2019, 2:07 PMVague
06/04/2019, 2:11 PMescodro
06/04/2019, 2:13 PMVague
06/04/2019, 2:17 PMescodro
06/04/2019, 2:24 PMfindViewById
. Data Binding seems like a overkill.Vague
06/04/2019, 2:28 PMrook
06/04/2019, 4:15 PMghedeon
06/04/2019, 4:31 PMLayoutContainer
for? Iirc it will be cached.rook
06/04/2019, 7:16 PMLayoutContainer
until you mentioned it. Relevant docs: https://kotlinlang.org/docs/tutorials/android-plugin.html#layoutcontainer-supportSergio C.
06/04/2019, 10:43 PM