mobile106 Android - Call Other Intent # Android - Call Other Intent : android, Call Other Intent ```java package exam.activity; import java.io.*; import android.app.*; import android.content.*; import android.net.*; import android.os.*; import android.view.*; import android.widget.*; import exam.AndroidExam.*; public class CallOther extends Activity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceStat.. 2019. 8. 6. Android - CalcService : android, CalcService ```java package exam.service; import java.util.*; import android.app.*; import android.content.*; import android.os.*; import android.widget.*; public class CalcService extends Service { public void onCreate() { super.onCreate(); } public void onDestroy() { super.onDestroy(); } public IBinder onBind(Intent intent) { return mBinder; } ICalc.Stub mBinder = new ICalc.Stub() { public int getLCM(int .. 2019. 7. 25. 안드로이드 유해 앱등록 오류 - Google Play 프로텍터 사용중지 - 앱설치 안될때 https://support.google.com/googleplay/answer/2812853?hl=ko Google Play 프로텍트를 통해 유해 앱으로부터 기기 보호 - Google Play 고객센터 도움이 되었나요? 어떻게 하면 개선할 수 있을까요? 예아니요 support.google.com 2019. 7. 24. Android / IOS 단말 해상도 * 요청 테스트 단말기 기종 ( 2017-10-13 ) 1. 갤럭시S3 (1280*720) 2. LG 옵티머스 뷰3 (1280*960) 3. 넥서스 5S (1920*1080) 4. 갤럭시 노트8 (2960 x 1440) # 안드로이드 요청단말. 1. 넥서스 5S (1920*1080) 2. 갤럭시 노트8 (2960 x 1440) # IOS 기종조사. iPhone5 ( 640* 1136 ) iPhone6 ( 750 * 1334 ) iPhone6 Plus( 1242 * 2208 ) iPhone X,Xs ( 1125 * 2436 ) iPhone Xr ( 828 * 1792 ) iPhone Xs Max ( 1242 * 2688 ) # IOS 요청단말. iPhone6 ( 750 * 1334 ) 2019. 7. 18. Android Project and Code Guidelines https://github.com/ribot/android-guidelines/blob/master/project_and_code_guidelines.md https://github.com/ribot/android-guidelines/blob/master/project_and_code_guidelines.md 1. Project guidelines 1.1 Project structure New projects should follow the Android Gradle project structure that is defined on the Android Gradle plugin user guide. The ribot Boilerplate project is a good reference to start .. 2019. 7. 18. 안드로이드 사이트 정리 # CoordinatorLayout 활용 (Scrolling Techniques) - CoodinatorLayout Behavior https://github.com/saulmm/CoordinatorBehaviorExample http://www.kmshack.kr/2017/01/coordinatorlayout%EA%B3%BC-behavior%EC%9D%98-%EA%B4%80%EA%B3%84/ http://www.kmshack.kr/2017/01/coordinatorlayout%EA%B3%BC-behavior%EC%9D%98-%EA%B4%80%EA%B3%84/ http://freehoon.tistory.com/38 http://readme.skplanet.com/?p=11463 # 공유 카카오톡 : ht.. 2019. 7. 18. 이전 1 ··· 8 9 10 11 12 13 14 ··· 18 다음