Notice
Recent Posts
Recent Comments
Link
목록radioSelectAlert (1)
투케이2K

[개발 환경 설정] 개발 툴 : AndroidStudio [소스 코드] fun radioSelectAlert (mContext: Context, item: Array, header: String, ok: String, no:String, myCallBack: (result: Int) -> Unit){ // ----------------------------------------- /* TODO [메소드 호출 방법] val array = arrayOf("twok", "투케이") C_Ui_View.radioSelectAlert(A_Intro@this, array, "알림", "확인", "취소") { result -> } // */ // ----------------------------------..
Android
2023. 2. 22. 04:41