«android» 태그된 질문

Android는 Google의 모바일 운영체제로 디지털 기기 (스마트 폰, 태블릿, 자동차, TV, 마모, 유리, IoT)를 프로그래밍하거나 개발하는 데 사용됩니다. Android 관련 주제의 경우 android-intent, android-activity, android-adapter 등과 같은 Android 관련 태그를 사용하십시오. 개발 또는 프로그래밍 이외의 질문이지만 Android 프레임 워크와 관련된 질문은 다음 링크를 사용하십시오. https : // android.stackexchange.com.

8
인 텐트에 URI를 전달하는 방법은 무엇입니까?
다른 활동에서 해당 URI를 사용하기 위해 URI-Object를 내 Intent에 전달하려고합니다. URI를 어떻게 전달합니까? private Uri imageUri; .... Intent intent = new Intent(this, GoogleActivity.class); intent.putExtra("imageUri", imageUri); startActivity(intent); this.finish(); 이제 다른 활동에서이 URI를 어떻게 사용합니까? imageUri = extras.getString("imageUri"); // I know thats wrong ... 감사합니다

7
JSONObject와 JSONArray의 차이점
Google을 잠시 살펴본 후 구문의 관점에서 차이점을 설명하는 이 링크 를 찾았습니다 . 프로그래밍 시나리오에서 하나가 다른 것보다 선호되는시기는 언제입니까?
99 java  android  json  arrays 

6
Google Play에서 내 앱의 이전 APK를 다운로드 할 수 있나요?
지난 몇 달 동안 내 앱에 여러 버전을 게시했습니다. 안타깝게도 모든 이전 APK의 사본을 보관하지 않았으며 이제 이전 버전에서 새 버전으로 업그레이드를 테스트하고 싶습니다. 내 이전 버전의 Google 사본을 다운로드 할 수있는 방법이 있습니까? Google Play 개발자 콘솔에 내 이전 APK가 표시되지만 다운로드 링크는 없습니다. "Real APK Leecher"를 시도했지만 다운로드하려는 …

5
Android 차트 라이브러리 [닫힘]
닫힘 . 이 질문은 의견 기반 입니다. 현재 답변을 받고 있지 않습니다. 이 질문을 개선하고 싶으십니까? 이 게시물 을 편집 하여 사실과 인용으로 답변 할 수 있도록 질문을 업데이트하십시오 . 휴일 오년 전에 . 이 질문 개선 빠르고 안정적인 차트 라이브러리를 찾으려고합니다. 검색 후 4 개의 라이브러리를 찾았습니다. AChartEngine [경고! …



3
ClipData.Item.getUri를 통해 앱 외부에 노출
Android 파일 시스템에 새로운 기능이 추가 된 후 문제를 해결하려고하는데이 오류가 발생합니다. android.os.FileUriExposedException: file:///storage/emulated/0/MyApp/Camera_20180105_172234.jpg exposed beyond app through ClipData.Item.getUri() 그래서 누군가가 이것을 고칠 수 있기를 바랍니다. :) 감사 private Uri getTempUri() { // Create an image file name SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmmss"); String dt = sdf.format(new Date()); imageFile = …
99 java  android 


4
Android Studio 3.0.0에서 데이터 바인딩 및 Kotlin을 사용하는 방법
Android Studio 3.0.0을 사용하기 시작했지만 프로젝트를 빌드하려고 할 때마다이 오류가 발생합니다. Error:Circular dependency between the following tasks: :app:compileDebugKotlin +--- :app:dataBindingExportBuildInfoDebug | \--- :app:compileDebugKotlin (*) \--- :app:kaptDebugKotlin \--- :app:dataBindingExportBuildInfoDebug (*) (*) - details omitted (listed previously) 나는 사용하고있다 kapt "com.android.databinding:compiler:2.2.0" 사용하기 전에 androidProcessor "com.android.databinding:compiler:2.2.0" 그리고 그것은 잘 작동하고 있었다 ... 내가 …


10
소프트 키보드 팝업시 페이지 스크롤
나는이 <ScrollView>레이아웃 : <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/my_scrollview" android:layout_width="fill_parent" android:layout_height="wrap_content" > <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > <EditText android:id="@+id/input_one" android:layout_width="300dp" android:layout_height="wrap_content" android:layout_gravity="center" android:inputType="number" > <EditText android:id="@+id/input_two" android:layout_width="300dp" android:layout_height="wrap_content" android:layout_gravity="center" android:inputType="number" > <EditText android:id="@+id/input_three" android:layout_width="300dp" android:layout_height="wrap_content" android:layout_gravity="center" android:inputType="number" > <Button android:id="@+id/ok_btn" android:layout_width="200dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginTop="20dp" android:text="@string/ok_str" /> </LinearLayout> </ScrollView> 위에서 볼 …

1
Android의 runOnUiThread 대 Looper.getMainLooper (). post
Android의 UI 스레드에서 작업을 실행하기 위해 runOnUiThread ()와 Looper.getMainLooper (). post ()를 사용하는 것 사이에 차이점이 있는지 누구든지 말할 수 있습니까 ?? 내가 결정할 수있는 유일한 것은 runOnUiThread가 비 정적 Activity 메서드이기 때문에 Looper.getMainLooper (). post ()는 Activity를 볼 수없는 클래스에서 무언가를 코딩해야 할 때 더 편리하다는 것입니다 (예 : …

8
"이미 존재하는 프로그램 유형"은 무엇을 의미합니까?
Android Studio에서 앱을 빌드하려고합니다. Eclipse Paho 라이브러리를 gradle 종속성으로 추가 한 후 (또는 Maven입니까? Android 생태계를 처음 사용) 다음 오류가 발생합니다. Program type already present: android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat Message{kind=ERROR, text=Program type already present: android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat, sources=[Unknown source file], tool name=Optional.of(D8)} 이 오류와 관련된 다양한 StackOverflow 질문을 확인했지만 답변은 모두 특정 라이브러리에 고유합니다. 나는 …


7
Android 6.0에서 Bluetooth 저에너지 검색을 위해 위치를 활성화해야합니다.
Android 버전 6.0 BLE (Bluetooth Low Energy)로 업그레이드 한 후 기기에서 위치 서비스가 활성화 된 경우에만 검색이 작동합니다. 여기를 참조하십시오 : Android 6.0의 Bluetooth Low Energy startScan이 장치를 찾지 못함 기본적으로 앱과 전화에 대한 권한을 활성화해야합니다. 이것은 버그입니까? 실제로 위치 서비스를 활성화하지 않고도 스캔 할 수 있습니까? 모든 앱에 대한 …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.