http://developer.android.com/intl/ja/guide/appendix/g-app-intents.html Uri uri = Uri.parse(String.format("geo:%.6f,%.6f?z=16", gps.divideGPS(imgData.getGps_2(),gps.LATITUDE_TAG), gps.divideGPS(imgData.getGps_2(),gps.LONGITUDE_TAG))); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivityForResult(intent, 1);
http://schemas.android.com/apk/res/android" package="com.testsearch"> android:value=".LoremSearch" /> --> android:name=".LoremSearch" android:label="LoremSearch" android:launchMode="singleTop"> android:resource="@xml/searchable" /> android:value=".LoremSearch" />
@GET 2 @Path("/images/{image}") 3 @Produces("image/*") 4 public Response getImage(@PathParam("image") String image) { 5 File f = new File(image); 6 7 if (!f.exists()) { 8 throw new WebApplicationException(404); 9 } 10 11 String mt = new MimetypesFileTypeMap().getContentType(f); 12 return Response.ok(f, mt).build(); 13 }
public enum TodoDao { instance; private Map contentProvider = new HashMap(); private TodoDao() { Todo todo = new Todo("1", "Learn REST"); todo.setDescription("Read http://www.vogella.de/articles/REST/article.html"); contentProvider.put("1", todo); todo = new Todo("2", "Do something"); todo.setDescription("Read complete http://www.vogella.de"); contentProvider.put("2", todo); } public Map getMode..
* 처음 부분은 스키마를 정의해 주는 부분이다. *그 다음은 주고 받을 데이터 형태를 정의 해주는 conp *다음은 request나 response를 실행시 작동하게 되는 메소드를 정의 하는 곳이다. *각 메소드의 대해 포트의 타입을 정의해 놓는다. * 바인딩 정의... 우선, 제가 공부하면서 생각 나는 대로 적었습니다. 참조 : http://www.ibm.com/developerworks/kr/library/ws-tip-altdesign1/#listing1
- Total
- Today
- Yesterday
- Multi MapActivity
- 실수형
- 홈페이지 작성
- 예제
- php공부
- 자리 지정
- Rails
- Salesforce
- 단어
- 공부
- 일본어 공부
- java
- 세일즈포스
- 일본
- Android
- Ruby on Rails
- php
- 안드로이드
- MapActivity
- 다 수
- 아이디 텍스트 박스 보안
- menifast.xml
- searchManager
- visualforce
- LocationManager
- 일본어
- error
- 소스
- 자바
- 뷰 크기 조절
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |