Questions tagged [android-developer-api]

API for android developers to access various settings

This tag mainly used to separate android developers API related.

Such as user setting and other APIs

List of APIs and classes for android developers :

Related Tags :

439 questions
0
votes
1 answer

How can I use ADB shell to mount sdcard

I have Xperia S and I have already installed cwm recovery. I need to use recovery to backup,restore or flash roms from my sdcard. But every time I have the problem:"E:can'not mount /sdcard". I have tried to mount it using adb using : adb…
ghadeer darwesh
  • 185
  • 1
  • 3
  • 12
0
votes
2 answers

I want to know all types of actions defined for IntentFilter?

I want to know all types of actions defined for IntentFilter.
0
votes
1 answer

Convert fingerprint template to a .txt file

My app requires me to store fingerprint templates and convert them into .txt files, but the Android M API only allows the developer to authenticate the current user against the user of the device. Are there any other API s which can be used to meet…
0
votes
1 answer

What format does PrintDocument.getData() return?

I'm looking into what it takes to develop a PrintService on android. After reading some on-line docs I'm not quite clear on the format of data returned by PrintDocument.getData() method. I'd expect that in the case of…
0
votes
2 answers

Sound(MediaPlayer) working on emulator but not on a real android device

The Emulator I am using is Galaxy Nexus API 22, and my background music(mp3) works perfectly on it and running as a service. However, it does not work on my SUMSUNG Galaxy Note, which has API 16, I don't think it is a API-related problem though. Am…
0
votes
1 answer

APIs required for google sign-in on Android

I have been following this link to add a sign-in button in an android application and retrieve users basic profile information. How ever, it seems that I have accidentally disabled a required API from the Developers console and now the sign-in that…
0
votes
1 answer

Google Play Films: Transparent play image

Where can I find a transparent play button image like in play films' store over the trailer? Please check out the link for the image. Google Play Films' Store Image
0
votes
3 answers

Android apps Logger - for tester

I am an android developer, I develop apps for clients. However, in client devices, some app crash issue usually happened. But it didn't happen in my device. But I cannot reach my client, so, here is question:~~~~ Is there any plugin or tools that…
0
votes
2 answers

Android development: How to indicate the first run after new push from Android Studio

I have an app with a rather big file size which means that I have to wait for 10-20 seconds between pressing Ctrl+F5 and having the new app instance running on a connected device. This timespan is long enough for me to deal with other things, e.g.…
PhilLab
  • 4,777
  • 1
  • 25
  • 77
0
votes
1 answer

How to Connect webApp to Android app and Setting up URI Path?

As I am developing an app that downloads mp3, need to connect it with the web app, so that it takes URI from the webapp and to be set in our android app, so that a song can be downloaded. How Connection is made and how to set the URI? please help…
0
votes
3 answers

Android Studio Key store

I have apps uploaded to Play Store. I am going to change my operating environment from Windows to Linux. So I will need the same keystore to update my app. How can I use the same key store in Linux? Why is this key store required?
grovile
  • 45
  • 1
  • 8
0
votes
1 answer

Turning off ADB over WiFi through ADB shell?

I would like to turn off enabled ADB over WiFi from inside ADB shell after executing a shell script before it. The main reason is that I simply want to start some script, and get rid of overhead caused by ADB over WiFi connection. I do need a WiFi…
22332112
  • 2,337
  • 5
  • 21
  • 42
0
votes
1 answer

How to click song list (Now Playing activity) to playing without (Music Preview) startActivity

How to click and send (Intent + putExtras + startActivity) in main activity (music preview activity) and playing song without showing it. Song list stays, but clicking list song --> refresh music preview activity. I want stay this activity (song…
Farzad
  • 1,975
  • 1
  • 25
  • 47
0
votes
3 answers

Android API 22 loading error

I created an Android Project in Eclipse Luna targeting API 22 and the minimum sdk was set to API 8, when I tried to open the activity_main xml file, the rendering worked fine for all other versions(shown below in first screenshot) but 22(second…
TPWang
  • 1,322
  • 4
  • 20
  • 39
0
votes
0 answers

WebView, HTML, Android and Java. Several problems

There are several problems. It is not necessary to read everything and answer all at once, subtitles problems made that it was immediately clear what we are dealing. In general, the case. There are two activities. The first - the list ListView, the…