Questions tagged as 'android'

1
answer

How to access the localhost of a xampp server of a pc by means of the mobile [duplicated]

Good morning. I hope your help to a situation with my mobile and the pc where I do tests, I try to get the server to display xampp of my pc on the mobile by means of chrome, but this shows me the error of "192.168.xx took too much in respondin...
asked by 07.06.2017 / 22:51
1
answer

Error inputText

Hello all the error of the log on an inputText, I do not know how to delete, the app runs but at a certain moment it closes, this one appears in the log. E/SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length Gre...
asked by 29.05.2017 / 16:43
1
answer

Help with the time I can not show am or pm in my database

I have this code in android studio to show the time in an EdiText. //MOSTRAMOS HORA Thread t = new Thread() { @Override public void run() { try{ while(!isRestricted()){...
asked by 15.06.2017 / 17:25
0
answers

Problems with the Magic Camera

Friends implement magical camera, open the camera, I shot the photo, but when I save it I get this error itmapFactory: Unable to decode stream: java.io.FileNotFoundException: /external_files/Android/data/com.example.dani.myapplication/files/Pi...
asked by 04.01.2019 / 01:17
0
answers

Interpret http response on Android [closed]

What is the best technology to establish a connection between an android application and a server (in my case PHP, but this is secondary), REST, Socket, WebSocket, SOAP, ...? (Just mention the most used or best, I do not need explanations). I...
asked by 09.03.2017 / 11:45
0
answers

Read file hosted in an onion domain

Is it possible to read a file of type txt or xml that is hosted in an onion domain from an android application? Something like this but for a domain of type .onion URL url = new URL("http://www.dominio.com/mifichero.txt...
asked by 03.01.2019 / 19:49
2
answers

I get the following error in android studio

Error message in Logcat E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.admin.tallerandroid.fede.tallerandroid, PID: 1833 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.admin.tallera...
asked by 03.08.2018 / 15:05
2
answers

Horizontal ScrollView. Distribute the content in several lines. Hangman game

I'm trying to solve the hangman game on android and my problem is that I have a HorizontalScrollView, which contains a Grid Layout. I fill it with buttons, one for each letter of the alphabet. My problem is that the buttons I put them all...
asked by 18.12.2018 / 19:16
2
answers

Show the name of all users in my database

Hello, what I need is to show the name of the users that I have in my Database, but I can not do it, could you help me please. Each one is referenced by the user's password, thank you very much. database = FirebaseDatabase.getInstanc...
asked by 12.12.2017 / 08:03
2
answers

Do not show android virtual keyboard when clicking an input [closed]

I have a website that shows up on an Android WebView. I have my own keyboard layout in HTML and CSS and I want to use just that one. So, I need that when clicking an input, this input remains in focus, but that the virtual keyboard of the cell...
asked by 17.07.2016 / 23:59