Questions tagged as 'edittext'

1
answer

Problem with android custoadapter

I have a customadapter in which I charge customer details. The detail that I have is that I have a edittex in each item that I show me information and a client may have 10 details or sales notes to apply a payment the det...
asked by 06.01.2017 / 00:00
1
answer

How to add the value that comes from the model to the textbox

Good I would like to know how to add the value that comes from the model to a textbox that is in the row of a table, in Devexpress this is the code that I have I need a line of code if I am not wrong it is something like content.Column...
asked by 16.08.2016 / 18:45
0
answers

How to pass an EditText from Android to Integer

I am a beginner in programming and I found this problem in Android Studio. I have EditText codNegocio; codNegocio = (EditText) findViewById(R.id.txtnegocio); The thing is that I want to insert numeric data in that edit text since the r...
asked by 10.12.2018 / 06:54
0
answers

Edittext on base adapter

I have a custom adapter with text boxes, but when there are many and I select one, I get the keyboard and automatically selects or closes the keyboard and does not save me what I capture on the keyboard.     
asked by 23.10.2018 / 20:08
1
answer

How to modify a column of a .txt with c ++?

I am working on a program to convert files in .PCD format to .OFF format, for which I need to read the file. It's like reading a .txt and deleting the header but additionally deleting the 4 column of data, until now I have managed to eliminate t...
asked by 09.09.2018 / 18:07
1
answer

The data in my ListView is not refreshed until I press my EditText

I hope you can help me, you will see I have a hamburger menu which loads in its main activity a FRAGMENT with a LISTVIEW and an EDIT TEXT (to search the list), When it starts it fills up normally and shows the info ok, BUT when in the side menu...
asked by 07.09.2018 / 00:20
1
answer

Edittext without text in app, but if it appears in preview?

I have a problem that breaks my head, I recently changed the manifest and I put it not actionbar from there it moved everything and and no longer appear letters in the edit text step pictures of what happens and code, I hope you can help me plea...
asked by 16.08.2018 / 05:01
0
answers

How do I filter from Edit text to my recycler view, which loads the data from an array list to the card view?

what happens esque I want to make like a search engine from my EditText in the layout view, that shows me a reciclerView with a cardView I want that when writing something, my recycler view shows me the results comparing the data of the Array wi...
asked by 01.08.2018 / 07:38
2
answers

problems with getText of editText Android Studio

I have a problem with two EditText in particular, these are in a fragment , the first time I arrive at the fragment, these are empty I assign them a number ( ej: et1 = 1, et2 = 2; ) I do all the operations in a normal way, I l...
asked by 06.07.2018 / 16:51
0
answers

I want to create a converter that calculates the temperature

I just added some details to the code and it executes me but when I want to enter data in the edit the application is closed. I appreciate your support. This is my code. package com.example.android.toolsmoises; import android.support.v7...
asked by 17.06.2018 / 20:53