일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- apple
- Xcode
- openssl
- SwiftUI
- WebAuthn
- fido
- git
- SSL
- MFA
- css
- Android
- OTP
- 앱리소스
- albumbook
- 안드로이드
- 앨범북
- MSYS2
- SSH
- SWIFT
- appres
- Nodejs
- 앱스토어
- kmip
- MYSQL
- OSX
- 애플
- 2FA
- 인증
- FIDO2
- otpkey
- Today
- Total
목록안드로이드 (10)
인디노트
Android, Kotlin object UniqueID { @SuppressLint("MissingPermission", "HardwareIds") fun getDeviceID(context: Context) : String { val telephonyManager = context.getSystemService(Context.TELEPHONY_SERVICE) as TelephonyManager return telephonyManager.deviceId } @SuppressLint("MissingPermission", "HardwareIds") fun getSimSerialNumber(context: Context): String{ val telephonyManager = context.getSyste..
https://android-components.readthedocs.io/en/latest/grid/index.html DataGridView Documentation — Android Components 1.0.0 documentation Docs » DataGridView Documentation Edit on GitHub DataGridView Documentation DataGridView can be used to display a list or table of data records providing features like pagination. Its takes a List of Maps that contains data and renders each row using a se androi..
안드로이드의 프래그먼트를 잘 설명한 문서http://recipes4dev.tistory.com/58
앨범북 1.0 버전은 상단에 상태바 (Status Bar) 가 없이 전체 화면 (Full Screen) 을 사용했다.다음 코드와 같이 천체 화면을 사용하도록 하였다.@Overridepublic void onCreate(Bundle savedInstanceState){super.onCreate(savedInstanceState);requestWindowFeature(Window.FEATURE_NO_TITLE);getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_POR..
Android and the transparent status bar 이글의 출처는 http://blog.raffaeu.com/archive/2015/04/11/android-and-the-transparent-status-bar.aspx With the introduction of Google Material Design we also got a new status bar design and we can choose for three different layouts:Leave the status bar as is (usually black background and white foreground)Change the color of the status bar using a different toneMak..
버전1.1안드로이드 1.0 애플파이1.2안드로이드 1.1 바나나 브레드1.3안드로이드 1.5 컵케이크1.4안드로이드 1.6 도넛1.5안드로이드 2.0 / 2.1 에클레어1.6안드로이드 2.2 프로요1.7안드로이드 2.3 진저브레드1.8안드로이드 3.0 ~ 3.2 허니콤1.8.13.0 허니콤1.8.23.1 허니콤1.8.33.2 허니콤1.9안드로이드 4.0 아이스크림 샌드위치1.104.1 ~ 4.3 젤리빈1.10.14.1 젤리빈1.10.24.2 젤리빈1.10.34.3 젤리빈1.11안드로이드 4.4 킷캣
안드로이드 앱을 개발하다보면 메시지(Notification)를 전송 받거나 다른 앱에서 호출 되었을때 Activity 가 폰 상에 중복으로 실행이 된다.이러한 상황은 간혹 프로그램적으로 오류를 발생할 소지가 있다. 예를 들어 전역 static 변수 들의 값에 의해서 동작되는 경우...manifest 파일의 Activity 에 다음과 같이 설정하면 해결 된다. android:launchMode="singleTask"
안드로이드에서 띄울수 있는 여러가지 다이얼로그 들을 잘 설명한 페이지가 있어서 스크랩을 해놓는다.출처 : http://mainia.tistory.com/555 (1) 여러 개의 멀티선택 옵션으로 표현해 주기 다중선택을 위한 다이얼로그 창을 띄운다. 리스트에는 제목과 radio button이 있다. AlertDialog.Builder 클래스로 구현하며 리스트중 특정행을 클릭했을 때이벤트는 setSingleChoiceItems 에 등록한다. Ok 버튼클릭 이벤트는setPositiveButton , Cancel 버튼클릭 이벤트는 setNegativeButton 에 등록하고기능을 구현하면 된다. 12345678910111213141516171819202122private void DialogSelectOptio..
안드로이드 스튜디오의 코드 스타일을 바꾸는 방법 기본으로 제공되는 스타일은 다음과 같다. 뭐... 요즘은 다 이런 스타일이 기본이 되버렸다. 그런데 나는 평생을 다음과 같은 스타일로 코드를 짜 왔다. 이걸 하루아침에 바꿀수도 없고... 이렇게 스타일을 바꾸는 방법을 알아보자. Andro Studio 의 Preferences 메뉴를 이용하여 나오는 창에서. Editor => Code Style => Java 를 선택하여 (여기서 Java 이외의 C/C++, HTML 등등 파일 형식에 따라서 설정 가능) 다음의 항목들을 바꾸면 된다. (디폴트 상태) (수정된 상태) 이렇게 End of line => Next line 으로 바꾸면 된다.
오랜만에 안드로이드 앱 개발을 시작했는데 그동안 안써왔는데 안드로이드 에뮬레이터 (Android Virtual Device) 가 엄청 빨라지고 Eclipse 하고 연동이 꽤 빨라짐을 느낍니다.첨 안드로이드 개발할 때 에뮬레이터를 보고 "으이그 이정도 밖에 안되나?" 라고 생각 했었는데 지금보고 "와!!! 이렇게 좋아지다니~~~" 라는 말이 절로 납니다.나만 몰랐던걸까?안드로이드 개발시 에뮬레이터의 사용하는것은 없을 줄 알았는데... 역시 발전을 하는군요.앞으로 에뮬레이터 사용을 적극 활용 해야겠습니다.