[글쓴이:] admin
16 min
0
Core Audio Overview
Core Audio Overview Introduction Important: This document is no longer being updated. For the latest…
1 min
0
Objective-C에서 블록을 선언하는 방법
Objective-C에서 블록(block)은 C언어에서의 함수 포인터와 비슷한 역할을 합니다. 블록은 코드 덩어리를 캡슐화하고 나중에 실행될 수…
3 min
0
iOS용 SRT 소스 빌드하기
Building SRT for iOS Prerequisites Xcode should be installed. Check in terminal whether xcode-select -p points to /Applications/Xcode.app/Contents/Developer…
1 min
0
Kobito 연동하기
http://qiita.com/448jp/items/3e8ccdd2759776acaf04 드디어 Windows 호환 했어요, Kobito. 그래서, Windows 버전의 여러 PC에서 데이터를 공유하고 싶다!…
안드로이드 디컴파일 방법
안드로이드 디컴파일에 대한 정리해 봅시다. 필요 Tools Apktool : https://ibotpeaches.github.io/Apktool/ 해당 URL로 들어가서 apktool1.5.2.tar.bz2 (버전은…