Questions tagged as 'android'

2
answers

Android: Detect the time when an outgoing call starts ringing on the other phone

I need to know if there is any way (although I am almost convinced that there is no way) to detect when an outgoing call starts to ring on the destination phone. What I need to know specifically is just THE INSTANT where the phone call star...
asked by 24.08.2017 / 19:40
1
answer

AdMob changes the activity in android app

I would like to ask you the reason for my problem. I have many activities, 2 of them are: the main one and the activity of the game. I am using AdMob, it works well for me in other activities, the problem I have is that when I try to use it in a...
asked by 22.12.2015 / 01:02
1
answer

Rounded buttons on android

I have this: In drawable a file called: boton_redondo.xml whose content is: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#F5D0A9"/>...
asked by 04.05.2016 / 13:11
1
answer

Error 216 when creating a project in Android Studio

I have installed Android Studio but I get the following error when creating a project:    Error: CreateProcess error = 216, This version of% 1 is not compatible with   the version of Windows you are running. Check the information of   ...
asked by 25.09.2016 / 22:05
2
answers

Intent to open profile with the facebook app using Page ID, Android?

I am trying to open a facebook profile with a button, but I have tried and always open with the browser and not with the facebook app, someone can help me please, so I have it at this time. protected void onCreate(Bundle savedInstanceState...
asked by 10.05.2017 / 15:56
2
answers

Create android photo gallery

I would like to be able to develop an activity that accesses a folder with photos and creates a gallery to view them. I think I have practically everything done, but for whatever reason it does not finish visualizing itself well. Layout :...
asked by 16.08.2016 / 12:16
3
answers

Determine the closest marker. Google maps

My Android project works with Google maps, therefore it has 190 markers. The problem I face is that I would like to determine which of these is closest to my position, the problem is that I have no idea how to do it. This is the way I added the...
asked by 08.12.2016 / 23:15
1
answer

Android studio emulator in AMD FX

Can you run the Android Studio emulator on AMD FX processors? At the beginning it gave me errors of the type:    Intel HAXM is required to run this AVD.   Your CPU does not support required features (VT-x or SVM) Investigating I have r...
asked by 10.07.2016 / 15:08
3
answers

Read assets of an app from a library (jar)

What a community. Let's see if someone gives me a hand in this. I happen to be working on organizing the repetitive and reusable codes in a library of my own and the intention is to distribute it in the factory in jar format as is normal. Everyt...
asked by 21.01.2016 / 23:06
1
answer

Preferences in a navigation drawer

I have an activity with a navigation drawer in which if you click on one of the options you should load the preference fragment. For this I do the following but it does not allow me to load the PreferenceFragment with getSupport...
asked by 10.05.2016 / 14:29