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 to pass an intent using wifi P2P android

I am creating an app which sends an intent which triggers an activity in another phone. Both the phones are connected in the same network and also the number of peers will be variable. How can I implement this using wifi p2p. I want to broadcast…
0
votes
1 answer

Android studio App home button and re open

Android studio home button problem. I have so many activities, when I press home buttom in any activities. Then if I restart my app. it started from splash activity(logo activity). However, I want to start this from activity where I pressed home…
AMoon
  • 11
  • 1
0
votes
2 answers

Can anyone tell me how do i send longitude and lattitude co-ordinate via message in android app?

Hi all this is my code to get the longitude and lattitude now i want to know how do i call this class and how can i send that coordinated via url in a string sms , one more thing i want to tell that this code have no error but when i use this in my…
Abhishek
  • 682
  • 6
  • 17
0
votes
1 answer

Getting pixel colors from Android TextView

I am trying to get coordinates for a font in Android TextView. To get this, I am planning to type in TextView, go horizontally and vertically throughout the TextView, and see which pixels are black and which pixels are white. Black is part of the…
Eddev
  • 890
  • 1
  • 10
  • 21
0
votes
1 answer

Grab my applications form play store

I want to know if is there some way to grab my applications from play store? in my current application I want to create activity Our Projects and this activity must display all applications under developer profile. is there any API in Play store…
0
votes
0 answers

Determine why android screen was turned on

I'm interesting in determine what caused a screen to turn on inside my app. I already know and utilize the ACTION_SCREEN_ON and USER_PRESENT broadcasts, but i can't seem to figure out how to determine why the screen turned on. Was it because the…
0
votes
2 answers

Send data to arduino as long as the button is being pressed

I want to send data to an arduino mega 2560 as long as a button is being pressed and when that button is released it will stop sending informations. I am using onTouchListener with MotionEvent constants. But when I run this on my phone I press the…
0
votes
1 answer

how to set buffer size manually in vitamio player android? Because my .ts file size 12MB but it takes only 4MB per segment. How to increase?

{ Intent i = getIntent(); Bundle bundle = i.getExtras(); if (bundle != null) { String url = i.getStringExtra("movieUrl"); urlArray = url.trim().split(","); urlLength = urlArray.length; tempString =…
0
votes
0 answers

How to use android pay to gain info for an app

For an app i am working on I need to get info whenever someone pays for something and what the amount is(its a budget app so I need to know the info to help with keeping a budget). Is there a way to access this and only this, I don't want any info…
Galindan
  • 11
  • 2
0
votes
0 answers

Android App - SSL Unverified Error while getting Access Token from lifelog

I am getting ssl peer unverified error while fetching AccessToken from lifelog api. If I use Nexus phone I am able to get access token and the data from life log aswell But same doesnt work on any other android phone (including sony xperia) This is…
0
votes
0 answers

Navigation Drawer fragment issue fragment to activity

Hi so i tried to make a Navigation drawer in a sample project which i use fragments and code works in "FRAGMENTS" but by the time i use the code in my THESIS project which i use "ACTIVITY" instead of fragments... the code wont work... i hope u help…
0
votes
0 answers

Android Xamarin I want to open web-view with safari browser without installing safari to my phone

Android Xamarin : I want to open web-view with safari browser without installing safari to my phone (like we do in Web Application with dll files, without installing software we can use it )
0
votes
0 answers

Additional downloads from Google Play as needed

I have developed an App and now the users want the Audio files for it. If I add the audio it will be around 800mb, which is unacceptable. The app has multiple chapters and I am thinking of giving links to audio files of each chapter so that the user…
Shankar
  • 51
  • 8
0
votes
1 answer

what are the units of pressure shown by pointer location in android?

while using pointer location(available in developer options) in android it shows some values of pressure and size . what are the units of size and pressure . Somewhere I read that it is the normalized pressure , but normalized with reference to…