일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Flutter 설치
- 플러터
- flutter 실행하기
- flutter 환경설정
- php
- flutter 앱 만들기
- flutter getting started
- page navigation
- Swift
- android function
- AppStore
- flutter 완벽 가이드
- flutter 설치하기
- ftp upload
- php 게시판
- 정규식 문자치환
- db connect
- ftp연동
- ftp download
- flutter 총정리
- StoreKit
- 크기 리사이즈
- SKStoreReviewController
- 검색구현
- php 문자치환
- Review
- 문자치환
- php ftp download
- regexp
- php ftp upload
Archives
- Today
- Total
목록안드로이드 (1)
AppleTree iOS
[안드로이드 어플리케이션] 기기별로 다른 화면크기 맞추는 함수
안드로이드 어플리케이션 개발을 할때 기기별로 화면크기가 달를때 화면 크기를 맞춰주는 함수 1 소스public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.home_coupon_1); if(onInit(getApplicationContext()) == false) { Toast.makeText(getApplicationContext(), "[쿠폰]초기화 작업 중 에러가 발생했습니다.", Toast.LENGTH_SHORT).show(); finish(); return; }} public boolean onInit(Context context){mContext = cont..
안드로이드
2013. 7. 26. 15:21