2010.11.08 18:40
Code Highlighter 테스트
사용법 : 확장 컴포넌트 - Code Highlighter
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
setContentView(R.layout.redirect_getter);
// Watch for button clicks. Button applyButton = (Button)findViewById(R.id.apply); applyButton.setOnClickListener(mApplyListener);
// The text being set. mText = (TextView)findViewById(R.id.text); }
for (int i = 0; i < len; i++) { ResolveInfo info = list.get(i); CharSequence labelSeq = info.loadLabel(pm); String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name; if (prefix.length() == 0 || label.startsWith(prefix)) { String[] labelPath = label.split("/");
String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) { addItem(myData, nextLabel, activityIntent( info.activityInfo.applicationInfo.packageName, info.activityInfo.name)); } else { if (entries.get(nextLabel) == null) { addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel)); entries.put(nextLabel, true); } } } }
테스트 끝.
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
공지 | 추억의 실피르넷 게임 커뮤니티 오프닝 멘트 [9] | 실피르넷 | 2010.10.19 | 649083 |
19087 | 미뤄두고 미뤄두던 스타2 켐페인 엔딩 보기 위해 [4] | Viva la Raza!! | 2010.11.15 | 6849 |
19086 | 한번 시작했으니 [3] | 태성 | 2010.11.15 | 6801 |
19085 | 블랙옵스 구입. [3] | Viva la Raza!! | 2010.11.15 | 6750 |
19084 | 요즘 할 게임이 참 없습니다,. [3] | 고구마 | 2010.11.14 | 6881 |
19083 | 홈런볼님이(가) 케이님을(를) 가집니다. [3] | 반 | 2010.11.14 | 6447 |
19082 | 와우는 대격변까지 쉬는 중이에요. 그대신 요즘은..... [2] | Viva la Raza!! | 2010.11.13 | 6854 |
19081 | 새우깡 초코맛을 아는 분이 나타나셨다! [4] | Viva la Raza!! | 2010.11.13 | 7890 |
19080 | 고양이는 동물이 아닙니다. [6] | kei | 2010.11.13 | 6097 |
19079 | 저도 지름신이 강림해서 [5] | Viva la Raza!! | 2010.11.13 | 5800 |
19078 | 한동안 뜸했었죠? [2] | 태성 | 2010.11.12 | 6007 |
19077 | 저도 3일간 놀러다니다 왔습니다. [2] | Viva la Raza!! | 2010.11.12 | 4962 |
19076 | 저는 말이죠.... [2] | 태성 | 2010.11.12 | 5435 |
19075 | 강릉으로~ [5] | 실피르넷 | 2010.11.12 | 6455 |
19074 | 정말 오랜만에 여행 다녀왔네요~ [3] | 퍼플프린세스 | 2010.11.11 | 5630 |
19073 | 안녕하세요 [5] | santa71 | 2010.11.11 | 5762 |
19072 | 아깽이들을 위한 놀이 도구 [2] | kei | 2010.11.10 | 4750 |
19071 | 잉잉?! [4] | wkdrndjssl | 2010.11.09 | 5522 |
19070 | 안녕하세요 [5] | qkrkwl | 2010.11.09 | 5129 |
» | Code Highlighter 테스트 [2] | 실피르넷 | 2010.11.08 | 5304 |
19068 | 네이버 지도 테스트 [3] | 실피르넷 | 2010.11.08 | 9263 |