본문 바로가기

google31

MediaTek Super-SlowMotion at MWC 2015 1/16 speed 480fps video playback. Interview at MWC event. 2015. 3. 6.
MediaTek InstantFocus at MWC 2015 Phase-detection autofocus (PDAF) technology on mobile devices cameras. Interview at MWC 2015. 2015. 3. 6.
MediaTek SmartScreen at MWC 2015 Ambient-light adaptive luma (AAL) technology, part of the MediaTek MiraVision family. Interview at MediaTek MWC 15 event. 2015. 3. 6.
MediaTek Launches MT6752 – a 64-bit octa-core LTE SOC Latest LTE product to enable Super-mid market TAIWAN, Hsinchu – 25 February, 2014 – MediaTek today announces the MT6752 , a 64-bit octa-core LTE SOC. The MT6752 deploys eight 2.0GHz ARM Cortex-53 CPUs and a Mali-T760 GPU – the next-level 64-bit mobile computing and LTE. It is pin compatible with the previously announced quad-core MT6732 – shortening the product development cycle.The solution is the latest in a series of announcements MediaT.. 2015. 1. 27.
안드로이드 조립식 스마트폰 (구글 아라, Google ARA) 구글 아라(Ara)를 통해 모듈형 조립 스마트폰에 대한 관심이 높아지고 있는 가운데, 지난해 선 보인 또 다른 조립 스마트폰인 퍼즐폰이 업그레이드하고 남은 모듈을 이용한 클러스터 컴퓨팅의 컨셉을 제시했다.해당 컨셉화에 따르면, 퍼즐폰을 업그레이드하고 남은 AP 모듈을 별도의 큐빅에 장착해 병렬 연산이 가능한 클러스터 플랫폼을 구성하는 것으로, 가칭 퍼즐클러스터(Puzzlecluster)로 부르고 있다.같은 방식으로 큐빅을 연결해 더욱 고성능을 발휘하는 자신만의 클러스터 구성도 가능한데, 클러스터에서 필요하지 않은 것으로 예측되는 카메라와 다른 부품이 소비하는 전력과 성능, 비용이 데스크탑이나 모바일 플랫폼과 비교해 메리트가 있을지 고려할 필요가 있다.아직 컨셉 단계이므로 실제 구성 시에는 소비전력 부분이.. 2015. 1. 27.
[티스토리] Google+ 플랫폼을 이용한 블로그(티스토리)에 +1 Button 플러그인 사용 1. 아래 Link로 가서 버튼 크기, 언어, 가로 넓이 등을 정하면 자동으로 코드를 생성해 줍니다. https://developers.google.com/+/web/+1button/ 2. 해당 코드를 HTML 모드에서 추가 또는 관리 모드에서 skin.html의 원하는 위치에 추가하면 됩니다. 2015. 1. 6.
안드로이드 언어코드와 지역코드 / Android String Resources 언어코드는 ISO-639-1에 정의된 두자리 알파벳이며, 지역코드는 ISO-3166-alpha-2에 정의된 두자리 코드이다.이때, 지역코드는 지역코드 구분을 위해 앞에 r 문자를 붙이며, 언어코드 없이 지역코드만 사용은 불가능하다. 언어 코드 목록지역코드는 보통 지역을 기준으로 구분되어 있기에, 보통 국가별로 구분되어 있고 ~제도처럼 지역 자체로 구분되어있는 경우도 있다. aa Afar ab Abkhazian ae Avestan 아베스타어 af Afrikaans 아프리칸스어 ak Akan am Amharic 암하라어 an Aragonese ar Arabic 아랍어 as Assamese av Avaric ay Aymara 아이마라어 az Azerbaijani ba Bashkir be Belarusian 벨.. 2014. 12. 31.
안드로이드 언어코드와 지역코드 / Android String Resources A string resource provides text strings for your application with optional text styling and formatting. There are three types of resources that can provide your application with strings:StringXML resource that provides a single string.String ArrayXML resource that provides an array of strings.Quantity Strings (Plurals)XML resource that carries different strings for pluralization.All strings are .. 2014. 12. 31.
[Android/안드로이드] How to get system property in Activity? We can use the shell command by using the Runtime Process in Activity. Please refer to the below example code. Example Code Runtime runtime = Runtime.getRuntime(); Process process; List line = new ArrayList(); try { process = runtime.exec("getprop"); BufferedReader br = new BufferedReader(new InputStreamReader(process.getInputStream())); String tmp = null; while ((tmp = br.readLine()) != null) {.. 2014. 12. 30.
[안드로이드/Android] 시스템 분석을 위한 쉘 명령어 (ADB Shell Commands) 시스템 기본 정보: 하드웨어, 커널 등cat /proc/version : 커널 버전cat /proc/cpuinfo : 프로세서 정보. CPU 타입, 모델, 제조사 등cat /proc/meminfo : 메모리 정보. 실제 메모리 및 가상 메모리cat /proc/devices : 현재 커널에 설정되어 있는 장치 목록mount : 마운트된 모든 장치 정보df : 하드디스크 사용량cat /proc/filesystems : 커널에 설정되어 있는 파일시스템 목록cat /proc/swaps : 스왑 파티션의 크기와 사용량cat /proc/interrupts : 장치가 사용중인 인터럽트(IRQ) 목록 표시cat /proc/ioports : 현재 사용중인 Input/Output 포트cat /proc/loadavg : 시.. 2014. 12. 30.
[HTML] Google Early Access Fonts Early Access! http://www.google.com/fonts/earlyaccess 2014. 8. 28.
[Android] 구글 인앱결제 레퍼런스 (in-app Billing - Google IAB) Android In-App Billing 보안 완벽 정리http://theeye.pe.kr/archives/2130 인앱결제 api3 타임아웃등의 예외처리http://www.masterqna.com/android/5080/%EC%9D%B8%EC%95%B1%EA%B2%B0%EC%A0%9C-api3-%ED%83%80%EC%9E%84%EC%95%84%EC%9B%83%EB%93%B1%EC%9D%98-%EC%98%88%EC%99%B8%EC%B2%98%EB%A6%AC 구글 인앱결제 v3http://ondestroy.tistory.com/entry/%EA%B5%AC%EA%B8%80-%EC%9D%B8%EC%95%B1%EA%B2%B0%EC%A0%9C-v3 인앱결제 v3 클라이언트 코드(안드로이드펍 질문)http://ww.. 2014. 8. 18.