본문 바로가기 메뉴 바로가기

기도하지말고 행동하라

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

기도하지말고 행동하라

검색하기 폼
  • 분류 전체보기 (81)
    • Development Note (74)
      • Unity (5)
      • Golang (5)
      • Android (27)
      • iOS (35)
      • Flutter (2)
    • Project (0)
    • Workout (0)
    • Travel (7)
      • 국내여행 (4)
      • 해외여행 (3)
  • 방명록

DeviceModel (2)
[Android Java] DeviceName 가져오기

public static String getDeviceModel() { return String.format("%s %s", Build.BRAND, Build.MODEL); }

Development Note/Android 2020. 8. 13. 19:02
[objective-c] DeviceName 가져오기

+ (NSString *) getDeviceName { struct utsname systemInfo; uname(&systemInfo); NSString* code = [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding]; static NSDictionary* deviceNamesByCode = nil; if (!deviceNamesByCode) { deviceNamesByCode = @{@"i386" : @"Simulator", @"x86_64" : @"Simulator", @"iPod1,1" : @"iPod Touch", // (Original) @"iPod2,1" : @"iPod Touch", // (Second..

Development Note/iOS 2020. 8. 13. 19:00
이전 1 다음
이전 다음
공지사항
  • 개인정보처리방침
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 깃허브 주소
  • 기술 블로그 주소
TAG
  • 퍼미션체크
  • abs 함수
  • countryCode
  • LanguageCode
  • setCancelable vs setCanceledOnTouchOutside
  • Error Domain=SKErrorDomain Code=0
  • nsurl to nsstring convert
  • DeviceModel
  • tempdir
  • dialog
  • nsurl 에서 nsstring 변환
  • Golang
  • countryName
  • java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line
  • Locale.getDefault().getLanguage()
  • convert nsurl to nsstring
  • abs
  • tempfile
  • ioutil
  • iTunes Store에 연결할 수 없음
  • NSUserDefaults 예제
  • permissionCheck
  • 절대값함수
more
«   2026/01   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바