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

  • ul과 ol에 있는 li태그에서 들여쓰기 및 앞표시 없애기
  • 저장소 파일 불러올 때 권한 요청 설정
  • 게시판 플러그인 KBoard 설치법 및 사용법
  • php - 배열에 값 추가하기
  • Lightsail 워드프레스 업데이트 중 중단 '웹사이트에 치명적인 오류가 있습니다. 사이트 관리자 이메일 받은 편집함에서 지침을 확인하시기 바랍니다.' 오류 뜸 현상
  • jQuery-$.cookie 플러그인 사용법 (쿠키 활용편)
  • 워드프레스 설치 방법
  • 카테고리에 따른 사이드바 위젯 다르게 보이기
  • js - 채널톡 삽입(커스텀 버튼, 뱃지 카운트, 서포트봇 양식 연동)
  • AWS codebuild - Next.js >= v18.17.0 / Node.js 20.x / yarn set version 4.x 오류

comment

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