Questions tagged as 'android'

0
answers

Help with Retrofit, PUT and DELETE methods

I am obliged to put all the code given that I can not find a solution to this, and I have already seen several questions with the same subject, but not even that way. PUT and DELETE do not walk me. I have these classes on Android -RetrofiC...
asked by 10.07.2018 / 21:15
0
answers

Background of Android notifications

I want to create a notification in my app and I can edit the background, like this one: But I do not know what kind of notification is to find information about it. Could someone give me a clue? Thank you very much.     
asked by 10.07.2018 / 11:21
0
answers

sign pyramid with android threads

They ask me to build a pyramid with the sign '%' with threads, as requests I am asked to enter the number of signs to show and it should appear in this way consecutively: a. You must request how many lines the pyramid wants. b. When you...
asked by 14.07.2018 / 21:28
0
answers

ScrollView with static views

I'm trying to develop a graph that has two types of views, Views A and Views B . When doing horizontal scroll only Views B must be moved, but when doing vertical scroll all views must be moved, including the A views . This is the...
asked by 10.07.2018 / 23:03
1
answer

How do I load the content of a Spinner into a TextView?

What I want to do is that when I load the content that exists inside the Spinner I am loaded in a textview, this is the code where all the data of the spinner is executed, as extra data is connected to a MySQL database. class DataParser : Asyn...
asked by 09.07.2018 / 05:20
1
answer

Help with android studio

What happens is that I see the cell phone interface, but I can not visualize what is written, why will it be? If they are fixed, it has texts (textView), but what is written is not displayed.     
asked by 16.07.2018 / 03:20
0
answers

My device can not find other Bluetooth devices with startDiscovery ();

Hello, I was developing an app to learn how bluetooth devices work and create a simple, one button to activate startDiscovery (); and save 3 attempts, when it starts looking for another when it finishes searching and another when it finds a devi...
asked by 10.07.2018 / 16:04
0
answers

How to give AUTO-HOME permission in API 23 or higher?

I have a problem, I am working on an alarm application and it works perfectly in the background, but when I restart the phone the service does not start, I must give the permission to start as the applications have of Whatsapp and messenger...
asked by 09.07.2018 / 11:23
1
answer

I need to fix the toast error R.string.error_notag R.string.ok_write R.string.ok_detected

package com.example.josue.project_nfc; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import java.io.IOException; import java.io.UnsupportedEncodingException; import android.nfc.FormatException; import android.n...
asked by 08.07.2018 / 18:24
0
answers

Create a searchbar kotlin

Hi, I need to create a searchbar that filters the results of my cardview. This is the cardview class: import android.content.Intent import android.os.AsyncTask import android.support.v7.app.AppCompatActivity import android.os.Bundle import...
asked by 08.07.2018 / 16:23