Questions tagged as 'android'

0
answers

CoordinatorLayout with RecyclerView in another fragment

I have Fragment with CoordinatorLayout and FrameLayout to popular with other Fragments. One of these Fragments contains RecyclerView . I would like to know how to make RecyclerView work with CoordinatorLay...
asked by 03.08.2016 / 03:37
0
answers

Pinning Certificate Application in APP

I would like to apply pinning to an application, but never applied. I've seen some articles about Pinning, such as the for this link , but it does not specifically explain where I have to put it, and how I put it in my APP. Also I found...
asked by 21.06.2016 / 17:11
1
answer

Error trying to write result to database

I would like to record the Contact Name and contact number in the bank. So I can use it in other activities. But when I return from the contact screen to the Activity in question, an error occurs, it seems to me that it does not find the Inte...
asked by 23.06.2016 / 17:00
0
answers

Cordova Camera Plugin does not trigger success or failure feedback

I'm trying to use the latest version (2.2.0) of Cordova Camera Plugin in an app I'm developing on Intel XDK. My javascript and HTML are: <script type="text/javascript" charset="utf-8"> function onSuccess(imageURI) { alert(ima...
asked by 23.06.2016 / 13:29
1
answer

Error ImageViewPageAdapter can not be applied

Can anyone help me with this error? Occurs when executing a setarView method. Here is the code: package ufc.es.com.br.doesempre.modelo; import android.app.Fragment; import android.os.Bundle; import android.support.v4.view.ViewPager; import an...
asked by 17.06.2016 / 13:04
0
answers

How to get notification data with onNewIntent [closed]

I have an application in which when I click on the notification I would like to get the values set in the putExtra notification inside onNewIntent, follow my code to see if anyone can help me. Intent i = new Intent(this,MainActivity.class);...
asked by 18.06.2016 / 23:38
0
answers

How to compile a project with Android.mk via a script.sh?

I have a simple project with native code and I'm using the manual command to compile /workspace/android-ndk-r11c/ndk-build TARGET_PLATFORM=android-14 TARGET_ARCH_ABI=armeabi NDK_PROJECT_PATH=. . In my project I have Android.mk LOCAL_P...
asked by 20.06.2016 / 05:31
1
answer

Layout is not adapting (XML)

Hello, I'm having a hard time in a layout that I'm doing in Android Studio, on my phone it looks perfect, but when I pass it to my friend with a cell phone with a much smaller resolution, EditText Message simply disappear to him. Here on my...
asked by 07.07.2016 / 04:10
0
answers

How can I find data from a live YouTube stream?

Hello, I'm trying to bring a live broadcast that is performed by a fixed address on youtube through an api, using youtube.liveBroadcasts.bind . But for this, I need to get the following data: id and part that are to configure the api...
asked by 24.06.2016 / 17:59
1
answer

How to give a list of images the behavior of a RadioGroup?

I have 2 image vectors, one for the normal image and one for when it is selected. When selecting an image in ListView I need the other images not to be selected. I have tried in many ways and this was my last attempt: Activity.java:...
asked by 26.06.2016 / 22:45