16 lines
284 B
Kotlin
16 lines
284 B
Kotlin
package com.myapp
|
|
|
|
import android.app.Activity
|
|
import android.os.Bundle
|
|
import java.io.File
|
|
import kotlinx.android.synthetic.layout.*
|
|
|
|
public class MyActivity : Activity() {
|
|
{login}
|
|
}
|
|
|
|
// 1 GETSTATIC
|
|
// 5 INVOKEVIRTUAL
|
|
// 2 CHECKCAST
|
|
// 2 _\$_findCachedViewById
|
|
// 1 findViewById |