목록context (2)
투케이2K
[개발 환경 설정] 개발 툴 : AndroidStudio [소스 코드] // --------------------------------------------------------------- // [로직 처리 실시] // --------------------------------------------------------------- try { Context mContext = A_Intro.this; if (mContext != null){ // [널 체크] if (mContext instanceof A_Webview){ S_Log._D_("Context Type :: A_Webview", null); } else if (mContext instanceof A_Intro){ S_Log._D_("..
[개발 환경 설정] 개발 툴 : AndroidStudio 개발 언어 : Kotlin [메소드 생성 : 소스 코드] // TODO [SEARCH FAST] : [RETURN] getMobileVersion : 모바일 버전명 확인 : (ex : 1.0.0) fun getMobileVersion(mContext: Context) : String { /** * // ----------------------------------------- * [getMobileVersion 메소드 설명] * // ----------------------------------------- * 1. 모바일 버전명 확인 : (ex : 1.0.0) * // -------------------------------------..