lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Android 2018‧01‧10

    ~ free bytes and 2MB until OOM 에러

    manifests > AndroidManifest.xml 안에 android:largeHeap="true" 와 android:hardwareAccelerated="false" 를 추가해준다. <application android:name=".SetApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:largeHeap="true" android:hardwareAccelerated="false" android:theme="@style/AppTheme"> 이유나 문서가 필요하면 안드로이드 개발 사이트를 참고하면 된다. https://developer.android.com/topic/performance/graphics/index.html  

  • Android 2017‧11‧14

    내부 저장소 파일 경로 사용하기

    스마트폰을 PC에 연결하여 윈도우 탐색기에서 스마트폰의 내부 저장소에 파일을 넣어두고,  어플리케이션에서 해당 파일을 재생하거나 불러올 때 내부 저장소 경로는 아래와 같이 불러온다. Uri video = Uri.parse(Environment.getExternalStorageDirectory() + "파일명"); 혹은 폴더안에 넣어놓아서 폴더안의 영상을 불러오려면 아래 예제처럼 불러와도 된다. Uri video = Uri.parse(Environment.getExternalStorageDirectory() + "/DCIM/intro.mp4"); 안드로이드 업데이트 이 후로 위 코드만으로 제대로 불러와지지 않으면 아래 포스팅을 […]

popular

  • 그림문자인 이모지(emoji) 웹에 사용하기
  • JS - datepicker(jQueryUI,달력) 이용시 두개 날짜 범위 설정
  • php - 배열에 값 추가하기
  • github로 무료 웹호스팅, 미디어 호스팅 이용하기(for 디자이너)
  • AWS EC2 Auto Scale Group - static ip (고정 아이피)
  • 창 사이즈 읽어오기 scrollHeight / clientHeight / scrollTop (브라우즈별 차이점)
  • 포스트에 작성자 정보 노출하기 (프로필 이미지, 이름, 이메일등)
  • php 디버깅 할 때 배열,객체 값 콘솔로 확인
  • Auto Scaling + codedeploy 배포 오류 - The IAM role arn:aws: does not give you permission to perform operations in the following AWS service: AmazonAutoScaling. Contact your AWS administrator if you need help. If you are an AWS administrator, you can grant permissions to your users or groups by creating IAM policies.
  • 안드로이드 Socket.io 소켓통신 하기

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....