원글: http://android-developers.blogspot.kr/2016/06/building-for-billions.html
구글 개발자 코리아 블로그 글
http://googledevkr.blogspot.kr/2016/07/building-for-billions.html
좋은 이야기인 것 같습니다.
사용자들이 좋은 환경에서 잘 사용해야 좋은 앱이지요!
블로그 글의 내용은
- 느린 인터넷 및 오프라인 상태에서 올바르게 동작하기
- 정확히 상황에 들어맞는 올바른 콘텐츠 제공
- 모바일 하드웨어를 위한 최적화
- 배터리 소모 절감
- 데이터 사용량 절약
해당 내용은
구글 빌리온즈 (https://developers.google.com/billions/) 에서 볼 수 있습니다.
웹에 대한 내용은
https://developers.google.com/web/billions/
안드로이드에 대한 내용은
https://developer.android.com/distribute/essentials/quality/billions.html
2016년 7월 29일 금요일
2016년 7월 3일 일요일
Coding With Chrome
http://codingwithchrome.foo/
we can learn using chrome extension program.
link here : https://chrome.google.com/webstore/detail/coding-with-chrome/becloognjehhioodmnimnehjcibkloed
And you can contribute this project on GitHub
https://github.com/google/coding-with-chrome/
First, this program UI like this.
So Simple. i clicked Beginner in this posting.
And we see this screen below.
1. Blockly
Blockly menu likes scratch i think.
2. Robots
Robots menu likes scratch same as blockly.
but this menu can be used robot control.
first ev3 menu can use if you have ev3 robot. (when i use program, can not use it)
so, i'll show you sphero menu.
Start!
This program good to learn coding.
gooooood
we can learn using chrome extension program.
link here : https://chrome.google.com/webstore/detail/coding-with-chrome/becloognjehhioodmnimnehjcibkloed
And you can contribute this project on GitHub
https://github.com/google/coding-with-chrome/
First, this program UI like this.
So Simple. i clicked Beginner in this posting.
And we see this screen below.
1. Blockly
Blockly menu likes scratch i think.
2. Robots
Robots menu likes scratch same as blockly.
but this menu can be used robot control.
first ev3 menu can use if you have ev3 robot. (when i use program, can not use it)
so, i'll show you sphero menu.
Start!
<Youtube information video>
This program good to learn coding.
gooooood
2016년 6월 9일 목요일
Google Web PageSpeed tool
About Page: https://developers.google.com/speed/pagespeed/
Do Page: https://developers.google.com/speed/pagespeed/insights/
Enter a web page URL
In my case, i enter my blog.
Pagespeed insight shows result like this.
I will fix some issues for my blog. :)
good service of webpage
Do Page: https://developers.google.com/speed/pagespeed/insights/
Enter a web page URL
In my case, i enter my blog.
Pagespeed insight shows result like this.
I will fix some issues for my blog. :)
good service of webpage
2016년 3월 21일 월요일
Device Art Generator - Google developers
http://developer.android.com/intl/ko/distribute/tools/promote/device-art.html
I find the solutions for making publishing app image.
use app screenshot, you can make app screenshot image with devices.
I can use to google play store.
you can drag to device image.
and change image to device image
source image
result image
It is good for me to publish app!
피드 구독하기:
글 (Atom)
JIRA Plugin - ScriptRunner 소개 #2
관련 글 소개 #1: https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...
-
에반젤리스트(Evangelist)란 무엇일까요? 단어 그대로 말한다면 '전도사'의 의미를 가지고 있습니다. 그리고 제가 공부하는 IT업계에서도 이 에반젤리스트가 있지요. 이분들이 하는 일은 쉽게 말해서 기술에 대해 전파하고 알리...
-
Nginx 를 이번에 사용하게 되었는데요. Nginx를 이용해서 폴더에 있는 파일을 받을 수 있게 하려합니다. mac OS에서 테스트할때의 nginx 의 nginx.conf 파일은 /usr/local/etc/nginx/nginx.conf 경...