Questions tagged as 'android'

1
answer

Round off corners of a Dialog type layout

I have a Activity that is a type Dialog when opened and I want to round the corners in Style What I have is the following, however it does not work <style name="formularios" parent="Base.Theme.AppCompat.Light.Dialog"...
asked by 31.12.2016 / 17:56
1
answer

Start an AutoCompleteTextView with a default object

I am working with a form to edit the information of a client, the form has three AutoCompleteTextView . Each AutoCompleteTextView has an adapter that receives a List<Object> . As it is a form to edit, you need each...
asked by 10.03.2016 / 00:49
2
answers

Android / iOS, open the browser with javascript from a WebView

Hi, I would like a suggestion, I try to open the browser from a page that is loaded from WebView / UIWebView , in an application iOS or Android for example: window.open( 'http://www.stackoverflow', '_blank'. );...
asked by 29.01.2016 / 19:38
2
answers

Change the language in APK compatible with 2.X versions

I need to change the language of my app, that is, I have an activity where I have a list of languages to choose. When I select one I change it, but I'm using some methods that can only be used with android KItKat 4.2 and on and I want it...
asked by 07.06.2016 / 22:18
1
answer

Problems with bluetooth android studio connection

I'm trying to make an application that connects to a Bluetooth module and then be able to navigate between different activities connected to the module. The problem is that the connection in the main activity is fine but when I launch ano...
asked by 28.02.2016 / 20:36
1
answer

CountDownTimer unstable according to Android verision / Saving Battery

Currently I need my application after 5 minutes to perform an action in my case to close the session, in my emulators and my phone is 10 but in some phones it does not work, I'm not sure if the battery saving could make do not count the time wit...
asked by 19.12.2018 / 21:21
2
answers

Do not allow the user to return to the login once logged into the system

Well, I have an Android app where I have the following until now: The login screen and a "Welcome" screen, the point is that when the user manages to enter with the correct email and password, I take it with an Intent to the "Welcome" screen, bu...
asked by 29.10.2016 / 19:53
1
answer

problem with gridview on android

friends I have a gridview with images but when the gridview fills the emulator screen as it restarts the index because I scroll down and it no longer comes out in order that I have in the arrangement look at an image to explain better:...
asked by 16.08.2016 / 09:56
4
answers

Error creating a new project after updating Android Studio 2.2

Greetings fellow, it turns out that after upgrading to Android Studio 2.2 (I had the 2.1) now I can not create new projects because I get this error: Error: Unable to start the daemon process. This problem might be caused by incorrect configu...
asked by 25.09.2016 / 17:05
3
answers

Good practices of use of Database and String.xml

A database with several tables . One of them for example transporte with the following attributes: Nombre Descripción Precio At first the application will be available in two languages. What to save in...
asked by 15.04.2016 / 14:24