Questions tagged as 'android'

1
answer

A frame layout that shows exactly the same as the other

I mean to show it in the following way: Mainlayout2.addView(Mainlayout); Take into account that the view of the camera was added at the first sight in real time ... My goal in itself is to find a way to show in another framelayout...
asked by 22.06.2016 / 09:04
1
answer

Webview does not allow me to select image

I have a hybrid app that works through a webview. I have solved the theme of pop-ups for the login of facebook or twitter. However, when you click on the < input type="file" / > nothing opens. I do not understand why. Can someone tell me...
asked by 17.06.2016 / 16:56
2
answers

Do not load the image with Picasso in my RecyclerView

I'm trying to upload an image with Picasso in the onBindViewHolder () method, but I do not load it. Everything works except that. package com.example.oftecnica2.myapplication; import android.content.Context; import android.support.v7.widget.R...
asked by 22.06.2016 / 18:30
2
answers

Failed to build app with apache cordova on ubuntu 16.04

Greetings friends, I have a problem with apache cordova when building my application. I am using ubuntu 16.04 LTS 32 bits I have been able to investigate the matter and I have found that there are similar problems in this version o...
asked by 12.08.2016 / 18:39
1
answer

Error compiling CyanogenMod

I'm trying to compile CyanogenMod (an Android 'fork') and I get a strange error code hundreds of times in different lines. The error is as follows: external/libcxx/src/strstream.cpp:326: error: no se admite la reubicación 43 external/libcxx/sr...
asked by 12.05.2016 / 11:43
1
answer

Retrofit 2 Android Deserializer JSON GSON

I just started with Retrofit 2 for Android, I opted for the good reviews I had, although I would have stayed with Volley since I see it much easier. The fact is that the issue of deserializar the JSON with GSON is giving me quite the can....
asked by 21.08.2016 / 11:30
1
answer

Error using gmail login - android

The gmail login works for me already. The problem is that since I want to also use Facebook and Twitter login I want to separate the classes from each one and only call them within my login fragment. This is a login fragment:...
asked by 22.08.2016 / 21:12
1
answer

How to save an image on Android without compressing it?

I'm making an Android application that captures images and saves them in the internal memory, but when I save them the images are compressed and I want them to be saved in original size without any kind of understanding. this is the code I'm...
asked by 10.09.2016 / 23:28
1
answer

Delete button in ListView Android

I created a custom list using simpleCursorAdapter commonly accessed the elements by clicking on them as follows: Listado = (ListView)findViewById(R.id.ListaAgregados); Listado.setOnItemClickListener(new AdapterView.OnItemClickList...
asked by 24.02.2017 / 09:02
1
answer

Error saving the path of the new .png created in Sqlite

I create a new .png of the image that I select from the Gallery and try to save the path in my Sqlite but I close the application once selected the image of the Gallery. EditarPersonaActivity public class EditarPersonaActi...
asked by 25.02.2017 / 14:32