Top "Android-hardware" questions

Devices and platforms running the Android operating system.

Get Android Phone Model programmatically

I would like to know if there is a way for reading the Phone Model programmatically in Android. I would …

android android-hardware
Android camera android.hardware.Camera deprecated

if android.hardware.Camera is deprecated and you cannot use the variable Camera, then what would be the alternative to …

android android-camera android-hardware
Android Install on Device Failure [INSTALL_CANCELED_BY_USER]

I'm using Android Studio to connect to run app in my Xiaomi Redmi Note 3G device. My device is already …

android adb android-install-apk android-hardware xiaomi
Android: Get Hardware Information Programmatically

I have a requirement for obtaining the hardware related information on an Android device that runs my application. I need …

android android-hardware
Android AudioRecord class - process live mic audio quickly, set up callback function

I want to record audio from the mic and access it for possible playback in near real-time. I am unsure …

java android audiorecord android-hardware
Android Hardware Acceleration - to use or not to use?

I'm developing an app that it functionality very similar to Facebook Android native app: social network that most of the …

android hardware-acceleration android-gui android-hardware
Turn on hardware acceleration if available (such Android 3+) with Android APK 2.2

I developed a application for Android 3.0, and it's runs perfectly well, but the client insist on compatibility with 2.2 devices. Disabling …

android android-manifest apk android-compatibility android-hardware
How to get the minimum Hardware requirements for an android application

I and some team members developed an android application which collects data on field with mobile. Now this application is …

android android-hardware android-memory
How to get single preview frame in Camera2 API Android 5.0?

I'm trying to get a preview frame for QR code scanning functionality using Camera2 API. In old Camera API it's …

android android-camera android-5.0-lollipop android-hardware
Camera.PreviewCallback equivalent in Camera2 API

Is there any equivalent for Camera.PreviewCallback in Camera2 from API 21,better than mapping to a SurfaceTexture and pulling a …

android android-camera android-5.0-lollipop yuv android-hardware