Questions tagged as 'android'

0
answers

How to make an EditText contain a Recyclerview?

I have a EditText and I need within the content to have a ReclycleView that are already separate     
asked by 07.11.2017 / 17:44
2
answers

Problem with logging in with Google in Firebase

good day. I have a login with Google in Firebase in my application, my application is already up in play store. The problem is that when I install from play store does not work the login with Google. But I tried passing through usb the generated...
asked by 04.11.2017 / 01:18
1
answer

Google Maps is not shown in [duplicate] release

I'm still stuck with my project in the attempt to show the maps of google maps in release from google play. I have read and applied the different answers to similar questions by other colleagues and they have not worked for me. In th...
asked by 04.11.2017 / 07:04
0
answers

My projects have problems with Gradle

        Gradle project sync failed. Basic functionality will not work property         ! C: \ Users \ HP \ Desktop \ problem.png What can I do? I can not run my projects in android studio. I have already updated and downloaded all the add-o...
asked by 04.11.2017 / 20:08
0
answers

Recyclerview moves when I add text to an item

I do the parsing of the information to add to a list and in turn, add it to recyclerview . Within each item there is a button that performs a function and within that function is to change a text but when you click on this button the...
asked by 04.11.2017 / 22:29
0
answers

Problem to put data from a SQLite database to a ListView with Java and android Studio

Sorry I have a problem wanting to add data to a database, actually the data seems to be entered but I can not show them in a list View, I would like to know what the problem is because the console does not throw any problems And neither mistakes...
asked by 06.11.2017 / 18:07
1
answer

Could not read row 6, col 6 from CursorWindow. (ANDROID)

Good morning I'm trying to fill in a two-dimensional array, with data from my DB SQLite. But the following happens: It's my first time with SQLite, by the way, and I was trying to find out if there was something like a "Result Set" or a "D...
asked by 06.11.2017 / 23:10
2
answers

Click on a Mark to open it in Google Maps? Android Studio

Is it possible that by clicking on a "mark" of my app, it can be redirected to the Google Maps App? public class UbicacionFragment extends Fragment implements OnMapReadyCallback { GoogleMap map; public UbicacionFragment() { // Requi...
asked by 06.11.2017 / 19:34
0
answers

Run Android service indefinitely

Good afternoon, I have a question with my Android code, I was checking questions that other people have made on this page and everyone asks about running the task in the background or running despite closing the application, but my question is...
asked by 06.11.2017 / 23:11
1
answer

How to send an arraylist by ksoap?

Greetings I have a doubt when sending an array list by means of ksoap, so far I have sent simple data such as numbers, text but now I want to send a complete table stored in sqlite. The first step I take is to read a whole table stored in sql...
asked by 29.10.2017 / 22:00