๐ฅ๏ธ์ฝ๋ฉ/Android&IOS&flutter2 ์๋๋ก์ด๋ ๋์์ธ ๊ฐ์ด๋ ์ฌ์ด์ฆ (ํ) ๊ฐ๋ฐํ ๋ ํ์ํ ๋์์ธ ์ฌ์ด์ฆ ์ ์ ๋ฆฌ๋ ์ฌ์ดํธ๊ฐ ์์ด์ํผ์์ด์ ํ๋จ์ ๋งํฌ ๊ฑธ์ด๋จ์ผ๋ ๋ณธ๋ฌธ์ผ๋ก ๋ณด์ ๋ ์ข์ต๋๋ค.์๊ฑด ์ ๊ฐ ํ์ํด์ ๋ณต์ฌํด์ ํฌ์คํ ํด๋์ต๋๋ค.General GuidelinesGoogle Material Design Icon GuidelinesPixel DensitiesAndroid icons require five separate sizes for different screen pixel densities. Icons for lower resolution are created automatically from the baseline.mdpi (Baseline):160 dpi1×hdpi:240 dpi1.5×xhdpi:320 dpi2×xxhdpi:480 dpi3×xxxhdpi:640 dpi.. 2018. 5. 31. [์๋๋ก์ด๋] Intent ํ์ฉ ์์ ์ ๋๋ค ์๋๋ก์ด๋ ํ์ฉ ์์ ์ธ๋ฐ์์์๋๋ฉด ๊ฐ๋ฐ์ ๋ง์ ๋์์ด ๋ ๊ฒ ๊ฐ์์ ^^ ๊ธฐ๋ณธ์ ์ธ ๋ด์ฉ์ด๋ ํ๋ฒ ๋ณด๊ณ ์ฌ๋ฌ ๋ฐฉ๋ฒ์ผ๋ก ์ด์ฉํ์๋ฉด ์ข์ ๋ฏ ํฉ๋๋ค. ์์ค ๋ด์ฉ // ์นํ์ด์ง ๋์ฐ๊ธฐUri uri = Uri.parse("http://www.google.com");Intent it = new Intent(Intent.ACTION_VIEW,uri);startActivity(it); // ๊ตฌ๊ธ๋งต ๋์ฐ๊ธฐUri uri = Uri.parse("geo:38.899533,-77.036476");Intent it = new Intent(Intent.Action_VIEW,uri);startActivity(it); // ๊ตฌ๊ธ ๊ธธ์ฐพ๊ธฐ ๋์ฐ๊ธฐUri uri = Uri.parse("http://maps.google.com/maps?f=.. 2016. 1. 5. ์ด์ 1 ๋ค์