Android175 [Android 개발 어플] MMS 직접 전송방식 (Intent 이용하는 방식 아님) - vMMS Library Version 3.1.5 [Recent Version History] Version 3.1.5 - https://blog.naver.com/yjlcu/221720384638 Version 3.0.0 - https://victor8481.tistory.com/824 Version 2.0.3 - https://victor8481.tistory.com/notice/767 Version 2.0.2 - http://victor8481.tistory.com/719 Version 2.0.0 - http://victor8481.tistory.com/716소스 프로젝트 명 : Victor MMS Sender Victor MMS Sender는 구글에서 제공하지 않는 개별 앱에서 MMS를 전송 가능하게 해주는 Library 입니다. 해당 라이브러리.. 2019. 10. 29. [Android] What to use instead of getResources().getColor() because this is now deprecated? GetColor Method int getColor (Context mContext, int id) Returns a color connected with a particular resource ID. [From] dialog.getButton(AlertDialog.BUTTON_NEGATIVE).setTextColor(getResource().getColor(android.R.color.white)); dialog.getButton(AlertDialog.BUTTON_POSITIVE).setTextColor(getResource().getColor(android.R.color.white)); [To] dialog.getButton(AlertDialog.BUTTON_NEGATIVE).setTextColor(.. 2019. 8. 7. [Android] How to add MENU in fragment ? Step 1: Make a xml of menu which you want to add like I have to add a filter action on my action bar so I have created a xml filter.xml. The main line to notice is android:orderInCategory this will show the action icon at first or last wherever you want to show. One more thing to note down is the value, if the value is less then it will show at first and if value is greater then it will show at .. 2019. 8. 7. [Android][DataBinding] warning: Application namespace for xxx will be ignored [Warning] warning: Application namespace for attribute bind:onInputMethodAction will be ignored public static void setOnInputMethodActionListener( ^ [Code] @BindingAdapter("bind:onInputMethodAction") public static void setOnInputMethodActionListener( [Problem] @BindingAdapter("bind:onInputMethodAction") 2019. 6. 12. [Android] INSTALL_FAILED_CONFLICTING_PROVIDER Problem 1. Failed to install APK at the Android Studio 05/23 21:10:27: Launching App Install failed. Installation failed Rerun Problem 2. Failed to install APK at the CMD Performing Streamed Install adb: failed to install app-release.apk: Failure [INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed in /data/app/com.bareum_sw.newscol lector-JzSpewFSi9bZe9H0IovfZw==: Can't install b.. 2019. 5. 23. [Android][tPacketCapture] How to save wireshark log on android? 1. Install tPacketCapture Application https://play.google.com/store/apps/details?id=jp.co.taosoftware.android.packetcapture tPacketCapture - Google Play 앱 tPacketCapture does packet capturing without using any root permissions. tPacketCapture uses VpnService provided by Android OS. Captured data are saved as a PCAP file format in the external storage. If you want a more detailed analysis, please.. 2019. 5. 10. [Android][Gradle] Minimum supported Gradle version is 5.1.1. Current version is 4.10.2. [Error Code] Caused by: java.lang.RuntimeException: Minimum supported Gradle version is 5.1.1. Current version is 4.10.2. If using the gradle wrapper, try editing the distributionUrl in \Application\gradle\wrapper\gradle-wrapper.properties to gradle-5.1.1-all.zip at com.android.build.gradle.BasePlugin.checkGradleVersion(BasePlugin.java:678) at com.android.build.gradle.BasePlugin.basePluginApply(.. 2019. 5. 6. [Android][Proguard] square-okhttp proguard # OkHttp -keepattributes Signature -keepattributes *Annotation* -keep class com.squareup.okhttp.** { *; } -keep interface com.squareup.okhttp.** { *; } -dontwarn com.squareup.okhttp.** 2019. 5. 5. [Android][Proguard] sqlite proguard -keep class org.sqlite.** { *; } -keep class org.sqlite.database.** { *; } -keep class net.sqlcipher.** { *; } -dontwarn net.sqlcipher.** 2019. 5. 5. [Android][Proguard] retrofit proguard -dontwarn retrofit.** -keep class retrofit.** { *; } -keepattributes Signature -keepattributes Exceptions 2019. 5. 5. [Android][Proguard] okhttp proguard -dontwarn okio.** -dontwarn javax.annotation.Nullable -dontwarn javax.annotation.ParametersAreNonnullByDefault 2019. 5. 5. [Android][Proguard] firebase-messaging proguard -dontwarn com.google.firebase.analytics.connector.AnalyticsConnector 2019. 5. 5. 이전 1 2 3 4 ··· 15 다음