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

  • PC와 모바일에서 텍스트를 클립보드에 복사 시키기
  • 워드프레스 설치 방법
  • 내가 설치한 워드프레스 버전 알아보기
  • css - 모바일웹 화면 회전시 텍스트 크기가 변경될 때
  • 관리자 페이지 중 위젯에서 드래그 & 드롭이 안되는 현상
  • 내부 저장소 파일 경로 사용하기
  • react native - Swipeable 의 속성과 메소드들
  • Mysql-간단하게 테이블과 필드 생성
  • 특정 기능을 메인 화면, 포스트 화면(single), 페이지(page)에 따라 다르게 처리하기
  • 크롬에서 미디어쿼리 버그 대처

comment

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