728x90 Programing/Android / Java195 [안드로이드/Android] onActivityResult() 호출 문제 간혹 startActivityForResult()로 데이터를 가져오는 경우 onActivityResult()가 먼저 Cancel 로 불려서 항상 NULL인 값만 호출 되는 경우가 있습니다. 이럴 땐 메니페스트에 아래 Option이 들어가 있는지 확인하고, 있다면 지우세요~~ㅋandroid:launchMode="singleInstance" 2015. 11. 6. [안드로이드/Android] Intent를 활용한 MMS 전송하기 private void sendMMSG(){ Uri mmsUri = Uri.parse("mmsto:"); Intent sendIntent = new Intent(Intent.ACTION_VIEW, mmsUri); sendIntent.addCategory("android.intent.category.DEFAULT"); sendIntent.addCategory("android.intent.category.BROWSABLE"); sendIntent.putExtra("address", "01012345678"); sendIntent.putExtra("exit_on_sent", true); sendIntent.putExtra("subject", "dfdfdf"); sendIntent.putExtra("sms_bo.. 2015. 11. 3. [안드로이드 리스트뷰 / Android ListView] 리스트뷰에서 스크롤바를 제거하는 방법 1. 레이아웃 xml 에서 리스트뷰에 android:scrollbars="none" 추가2. 소스에서 ListView.setVerticalScrollBarEnabled(false); 추가 2015. 9. 6. [Android Fake GPS] Fake Your GPS Location on Android to Trick Apps & Targeted Ads http://lg-g3.wonderhowto.com/how-to/fake-your-gps-location-android-trick-apps-targeted-ads-0158562/ You wouldn't send your GPS coordinates to a completely random stranger just because he or she asked you for it, right? So why are you constantly sharing your location (and other data) to apps on a daily basis?While there are many apps that need your location in order to function properly (e.g., Go.. 2015. 8. 12. List of Android UI/UX Libraries - Menu NameLicenseDemoCircularFloatingActionMenuMITAndroidResideMenuMITFolder-ResideMenuApache License V2Side-Menu.AndroidApache License V2Context-Menu.AndroidApache License V2GuillotineMenu-AndroidApache License V2 https://github.com/wasabeef/awesome-android-ui 2015. 7. 30. 구글 계정 삭제 / 구글 탈퇴 방법 1. 구글에 로그인 (Sign in at Google)2. 아래 링크 클릭 (Click the below URL) https://www.google.com/accounts/editservices3.원하시는 동작 (Choose the item you want) 2015. 7. 29. 안드로이드 스튜디오 자동 import (Android Studio Auto Import) File > Settings > Input "Auto import" at the search bar > Select Auto Import > Enable two items. 2015. 7. 28. [Android] How to create custom button in Android using XML Styles 1. Create an XML file that represents the button statesCreate an xml into drawable called 'button.xml' to name the button states: 2. Create an XML file that represents each button stateCreate one xml file for each of the four button states. All of them should be under drawables folder. Let's follow the names set in the button.xml file.button_enabled.xml: button_focused.xml: button_pressed.xml: b.. 2015. 5. 18. Android 국가별 코드 언어 (국가)폴더 이름(언어)폴더 이름(언어 + 국가)체코어 (체코)values-csvalues-cs-rCZ독일어 (독일)values-devalues-de-rDE독일어 (오스트리아) values-de-rAT독일어 (스위스) values-de-rCH독일어 (리히텐슈타인) valued-de-rLI영어 (미국)values-envalues-en-rUS영어 (영국) values-en-rGB영어 (캐나다) values-en-rCA영어 (호주) values-en-rAU영어 (뉴질랜드) values-en-rNZ영어 (싱가포르) values-en-rSG스페인어 (스페인)values-esvalues-es-rES프랑스어 (프랑스)values-frvalues-fr-rFR프랑스어 (벨기에) values-fr-rBE프랑스어 (캐.. 2015. 5. 8. How to unlock the lock screen of LG Smart Phone? (LG Smart Phone 패턴 풀기) 1. Connect your phone with PC via USB (USB를 통해 PC와 연결하세요.)2. Connect Hyperterminal (Hyper Terminal을 연결하세요.)3. Check your IMEI and Write last 4 digits (IMEI의 끝 4자리를 확인하세요.) You can check it in Dial UI via *#06#. (다이얼에서 *#06#을 누르면 확인 가능) Or You can check it in the phone if you remove the battery (보통 배터리를 분리 시키고 나서 스티커를 보면 IMEI가 적혀 있습니다.)4. Calculate your IMEI. If your IMEI is ***********2269, 0x22.. 2015. 4. 29. How to Root LG G Flex 2, G2, G3 on Lollipop! (LG폰 롤리팝 루팅하기! ) 0. Install the driver1. Connect USB2. Menu > Settings > General > About Phone > Common > Software info > Build Number > Press "Build Number" over 7 times to get "Developer options".3. Menu > Settings > General > Developer options > Enable Develoption Operation > Check "USB debugging" > Press "OK"4. Connect USB5. Popup - "Allow USB debugging?" > Check "Always allow from this computer" > Press "OK.. 2015. 4. 29. How to install Android Studio? (안드로이드 스튜디오 설치방법 - 안드로이드 개발 시작) 1. Access the below path http://developer.android.com/sdk/index.html 2. Press the green button "Download Android Studio" 3. Check the "I have read and agree with the above terms and conditions" and the press the below button 4. Wait to finish downloading during reading the context about "Installing Android Studio" 5. Next > ........ 2015. 4. 23. 이전 1 2 3 4 5 6 7 ··· 17 다음 728x90