안드로이드 지도앱 길안내 연동 (Intent)
Problem안드로이드에서 국내외 지도앱들의(문서화되지 않은 기능 포함) 길안내 연동 방법을 정리한다.지도앱마다 지원하는 인텐트의 형식과 데이터가 다르고 공식적인 문서로 지원하지 않은 앱도 있어 모두 연동하기 위해서는 어려운점이 많았다.Solution네이버 지도Intent(Intent.ACTION_VIEW, Uri.parse("navermaps://?menu=location&pinType=place&lat=$latitude&lng=$longitude&title=$title")).apply { `package` = "com.nhn.android.nmap" addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)}구글맵(Google Map)Intent(Intent.ACTION_VIEW, Uri.parse("geo:$latitude,$longitude?q=$title")).apply { `package` = "com.google.android.apps.maps" addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)}티맵티맵은 geo 스키마로 실행하면 제대로 동작하지 않았다. tmap 스키마로 패키지를 지정해서...
UVa 440 - Eeny Meeny Moo
Problem UVa 440 - Eeny Meeny Moo https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=381Solution400: Invalid request
UVa 11311 - Exclusively Edible
Problem UVa 11311 - Exclusively Edible https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2286Solution400: Invalid request
UVa 10034 - Freckles
Problem UVa 10034 - Freckles https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=975Solution400: Invalid request
UVa 574 - Sum It Up
Problem UVa 574 - Sum It Up https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=515Solution400: Invalid request
UVa 272 - TEX Quotes
Problem UVa 272 - TEX Quotes https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=4&page=show_problem&problem=208Solution400: Invalid request
UVa 151 - Power Crisis
Problem UVa 151 - Power Crisis https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=87Solution400: Invalid request
UVa 102 - Ecological Bin Packing
Problem UVa 102 - Ecological Bin Packing https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=38Solution400: Invalid request
UVa 136 - Ugly Numbers
Problem UVa 136 - Ugly Numbers https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=72Solution400: Invalid request
UVa 100 - The 3n + 1 problem
Problem UVa 100 - The 3n + 1 problem https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=36Solution400: Invalid request
UVa 458 - The Decoder
Problem UVa 458 - The Decoder https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=399Solution400: Invalid request
UVa 299 - Train Swapping
Problem UVa 299 - Train Swapping https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=235Solution400: Invalid request