336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
구글 검색 : 안드로이드스튜디오 플레이스토어 실행
출처 : http://www.androidside.com/bbs/board.php?bo_table=B49&wr_id=159207
여기서 알려준 ★ 출처
http://developer.android.com/intl/ko/distribute/tools/promote/linking.html
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=com.example.android"));
startActivity(intent);
http://play.google.com/store/apps/details?id=<package_name>
market://details?id=<package_name>
'Android Studio' 카테고리의 다른 글
(Android Studio) 안드로이드 전면광고 또 다른 예제 (0) | 2017.02.17 |
---|---|
(Android Studio) fragment 간단 사용법 (0) | 2017.02.11 |
(Android Studio) 이미지 뷰 setImageResource에 의한 메모리 leak 해결법 (0) | 2017.02.08 |
(Android Studio) 안드로이드 이미지뷰 확대 축소 방법 (0) | 2017.01.10 |
(Android Studio) Please fix your application to end transactions in progress properly and to close the database when it is no longer needed. (0) | 2017.01.02 |