Questions tagged as 'android'

1
answer

EditText android: maxLength write up to 10 characters

The theme is as follows, I have an EditText <EditText android:id="@+id/txtBeneficiary" android:inputType="phone" android:maxLength="10" android:layout_width="160dp"...
asked by 28.12.2017 / 20:04
1
answer

Peroblema with httpResponseMsg.equalsIgnoreCase

Hol, I'm creating an android app but I have an error that has me unprepared because I never would have happened this before. public void UpdateState(final String iddispositivo, final String iduser, final String uubicacion) { class...
asked by 14.01.2018 / 22:10
1
answer

Problem generating APK and showing Sha1 using console

Good day, some days ago I formatted my PC and saved the keys (.jks) to be able to generate my applications from the store again, the problem is that when I try to generate them I get the following message According to the message I alter o...
asked by 17.01.2018 / 17:44
1
answer

Is there a way to send an e-mail without using an App in Xamarin.forms?

Recently I'm programming in Xamarin.forms and I have an App that by pressing a button you have to send an e-mail to a predefined email. Searching the internet I found the NuGet Xam.Plugins.Messaging which works, but that makes the App...
asked by 15.01.2018 / 16:11
1
answer

how to see the alerts of my page in an android webview

Good morning, I'm showing my website in webview on android everything works fine except the page alerts that I charge in webview , for example: alert("registro ingresado!"); but the webview does not show it. thanks.     
asked by 15.01.2018 / 16:38
1
answer

Error with volley

what happens is that when executing from the android this code what happens is that when executing it, it generates the following error message but if I run in the browser I send the corresponding data, it works for me this is...
asked by 24.01.2018 / 17:27
1
answer

Restart - Clear stack Android

The stack of a mobile application, once it arrives at the "Home", starting with the "start", once I have made a number of activities, which would be the right thing to do: Send it back to HOME by means of intents , or have to do a...
asked by 10.01.2018 / 13:17
1
answer

How to refresh an item N minutes in a Recyclerview?

I have a list of objects with a field that shows the elapsed date, ie "right now" "1 minute ago" "2 minutes ago" etc ... Who is interested is the following: link Now I compute it in onBindViewHolder of the adapter, but of course i...
asked by 05.02.2018 / 18:33
2
answers

Problem with the Android Studio emulator

I am developing an app in the environment of Android Studio but I have problems when using the emulators of the application. When I try to run my app, that emulator is loaded with the Android symbol and never starts. I'm running it...
asked by 02.01.2018 / 19:13
2
answers

Button on top of an editText

I really do not know if that is the most appropriate title but I need to make a button this over an editext, in the picture below you see what I need, for now this is the code that I have in the xml <LinearLayout xmlns:android="http://schem...
asked by 12.06.2018 / 21:38