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

    SurfaceView를 이용한 비디오 플레이어 만들기 코드

    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context=".MainActivity" > <SurfaceView android:id="@+id/surfaceView1" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout> In the MainAcitivity class, in the onCreate method, you write code to create a reference to SurfaceView, get the surface holder, add Callback interface to the holder, and create MediaPlayer instance. In the onSurfaceCreate method (you need […]

popular

  • 저장소 파일 불러올 때 권한 요청 설정
  • jQuery-마우스 움직임을 이용, 좌표값 가져오기
  • div 엘리먼트 가로, 세로 중앙 배치
  • mysql - node.js 와 vue.js 데이터 주고 받을 때 날짜 타임존 이슈
  • 그림문자인 이모지(emoji) 웹에 사용하기
  • JS - datepicker(jQueryUI,달력) 이용시 두개 날짜 범위 설정
  • MSSQL - select, insert, update, delete
  • 2012 웹어워드 컨퍼런스 선물
  • JSX - 마우스 오버/아웃 효과
  • refers to a value, but is being used as a type here. Did you mean 'typeof'

comment

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