Questions tagged as 'android'

0
answers

bringtofront () for android videoviews

I'm using bringtofront () for videos but it does not work, however if I use it for images if it works, will anyone have any solution ..? public void bringit(){ VideoView vid = new VideoView(this); //ImageView vid = new ImageVie...
asked by 20.06.2018 / 01:11
0
answers

you can put a scriollvieww to a tabs I am trying to put but do not download this is my code

android:orientation="vertical" android:theme="@style/Theme.AppCompat.Light.NoActionBar" tools:context=".View.RegistroMenu1" > <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSiz...
asked by 08.06.2018 / 22:11
0
answers

How can I make a slider on android?

Hello friends I would like to know how I can make a slider in android next to a list made with a recyclerview and slide with this Example of free market app, slider (Red) and list (blue):     
asked by 08.06.2018 / 15:35
0
answers

How could you read a json returned by php multilinea on android

I would like to know how I could read this json on android, the records can increase or decrease depending on the patient. [{"Paciente_Nom":"Carmen","Paciente_Ape":"Moran Espinoza","Fecha_consulta":"2018-02- 20","Hora_consulta":"11:02:28",...
asked by 07.06.2018 / 16:21
0
answers

Send array from android

How can I create an array of the following objects in Android. for Postman I can send them without problem but as it would be on the side of Android How could I do this in Android Studio .     
asked by 08.06.2018 / 20:55
0
answers

Copy selected audio file to a folder on android

I am learning how to program app for android, I am a bit stuck and I can not find information about it. My intention is for the user to select an audio file through: Intent.ACTION_GET_CONTENT, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI)...
asked by 08.06.2018 / 17:34
0
answers

Web service in Kotlin

I know that the question may be a little generic, but I do not want more than something to start with. So far I've been using the volley library on Android with Java, but now, to do it with Kotlin I do not know if it's the best way to do it....
asked by 11.06.2018 / 16:22
0
answers

Search View in the toolbar gives me null reference

This is the xml code of the menu <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:id="@+id/s...
asked by 09.06.2018 / 01:04
0
answers

The form is decompagged

I'm doing a project with ionic and now I have the problem that when I want to enter data to the login page, the fields run up decompagating the whole view; testing on an android device, I can not see what I entered at the beginning, but then loa...
asked by 11.06.2018 / 21:30
0
answers

How to put a Sticker when capturing a photo

Hi, I'm new to android and I want my application to capture the photo to be saved with a default sticker at the top and I have no idea how to do it, could you help me? This is the code for the camera public class Camera extends AppCompatAct...
asked by 16.06.2018 / 21:55