달력

52024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

'FrontEnd/Android'에 해당되는 글 4건

  1. 2014.01.02 webview 디버깅..
  2. 2013.12.26 Webview 및 Native간 interface
  3. 2013.12.15 Emulator 좀더 빨리 실행하는 방법..
  4. 2013.11.29 Slide menu 만들기..

단말에서 web app을 개발할때는 크롬 브라우저를 사용하면 디버깅이 가능했었다. 


다음 가이드 참고 http://opentutorials.org/course/580/4152


하지만 webview를 디버깅할려면 어떻게 해야 하나..궁금했는데.. .

kitkat부터..크롬브라우저 엔진이 webview에 적용되면서.. 디버깅이 가능하게 되었다.. 


얼릉..kitkat 지원되는 폰이 필요한 이유가 생겼구나.. 


https://developers.google.com/chrome-developer-tools/docs/remote-debugging#debugging-webviews




phonegap에서 제공하는 디버깅방법.. 한번 써봐야 겠구나..  


http://debug.phonegap.com

한글로 설명된 site .. 

http://elegantcoder.com/weinre


Weinre 사이트

http://people.apache.org/~pmuellr/weinre/docs/latest/

'FrontEnd > Android' 카테고리의 다른 글

Webview 및 Native간 interface  (0) 2013.12.26
Emulator 좀더 빨리 실행하는 방법..  (0) 2013.12.15
Slide menu 만들기..  (0) 2013.11.29
Posted by 행복한삶~!!
|

원문..

http://android-er.blogspot.kr/2011/10/call-javascript-inside-webview-from.html


webview에서 Native 호출


Native에서 webview 호출 두가지 모두 가능하며 예제를 살펴보면 쉽게 구현할 수 있다. 

PieceOfLena 에서 어떻게 활용 할 수 있을지 고민해보자.. 

'FrontEnd > Android' 카테고리의 다른 글

webview 디버깅..  (0) 2014.01.02
Emulator 좀더 빨리 실행하는 방법..  (0) 2013.12.15
Slide menu 만들기..  (0) 2013.11.29
Posted by 행복한삶~!!
|

intel HAX 설치후에 GPU accerlator를 사용하면 android emulator가 ARM Mode Emulator 보다 좀 빨라짐..


http://software.intel.com/en-us/articles/speeding-up-the-android-emulator-on-intel-architecture

'FrontEnd > Android' 카테고리의 다른 글

webview 디버깅..  (0) 2014.01.02
Webview 및 Native간 interface  (0) 2013.12.26
Slide menu 만들기..  (0) 2013.11.29
Posted by 행복한삶~!!
|

피섭 앱 개선시에 꼭 따라해보자.. 


http://forum.falinux.com/zbxe/index.php?mid=android&document_srl=627794

'FrontEnd > Android' 카테고리의 다른 글

webview 디버깅..  (0) 2014.01.02
Webview 및 Native간 interface  (0) 2013.12.26
Emulator 좀더 빨리 실행하는 방법..  (0) 2013.12.15
Posted by 행복한삶~!!
|