My IP : 3.129.210.126 [Sponsor] [Admin Email] * 문서저장소 바로가기 * * 2015년 이전 웹페이지 * |
1/1 페이지 열람 중
ProfessionalAndroidPaperback–February 16, 2016byRetoMeier(Author)
김태용 쪽지보내기 메일보내기 홈페이지 자기소개 전체게시물 2015-05-18 03:54:18public void smoothScrollToPositionFromTop (int position, int offset)Added in API level 11Smoothly scroll to the specified adapter position. The view will scroll such that the indicated position is displayed offset pixels below the top edge of the view. If this is impossible, (e.g. the offset would s…
LUG 쪽지보내기 메일보내기 홈페이지 자기소개 전체게시물 2014-12-05 15:57:09Change the value of the constructor argument to the application context, not an activity context.InterstitialAd interstitial = new InterstitialAd(this);to -->InterstitialAd interstitial = new InterstitialAd(getApplicationContext());
LUG 쪽지보내기 메일보내기 홈페이지 자기소개 전체게시물 2014-12-03 10:51:55