Questions tagged as 'android'

1
answer

Development app with voice interaction in android studio [closed]

I'm developing an app where the user will communicate with the app by voice, and as I am new I do not know what to use, I would like to know which is the best api or library? I'm using android studio.     
asked by 03.08.2017 / 01:34
1
answer

Return Vector in Array JSON Retrofit

How do I bring information from a vector into another vector in json format for the retrofit: I have my feedback: [ [ {"prato":"BROCOLIS C\/ SALSINHA"}, {"prato":"ACELGA"}, {"prato":"ALFACE + JERIMUM COZIDO"} ], [ {"pr...
asked by 02.08.2017 / 17:58
1
answer

How to create a CardView equal to Google Play

Good morning, I'm trying to create a layout just like Google Play, but I'm not sure how to do the design. Could you help me? link XML code link link     
asked by 03.08.2017 / 17:02
1
answer

Create buttons in a grid layout

I would like to know how to do an activity as a grid menu ... What kind of layout is most advisable? A relative , linear, grid or table ? Example of what I need: No need for banners, just the menu.     
asked by 28.08.2017 / 15:12
1
answer

You can generate a .WAR in Android Studio

I'm developing an application that needs to be generated in APK and .WAR; I would like to know if there is a way to do this in Android Studio, or will I have to develop two applications in different environments, or if there is another IDE that...
asked by 15.08.2017 / 16:59
1
answer

How to let my WebView restart automatically every 30 m

I wanted to know how to leave my page automatically restarting every 30 minutes in the background. Anyone who can help, thank you. Public class tela2 extends AppCompatActivity implementa tela2 { private Timer t; private int TimeCounter = 0; W...
asked by 14.08.2017 / 05:53
1
answer

Android Studio, CRUD in SQL Server 2008

I am making an application in the company where I can do registration of condominiums and visitors of the place. I am making a connection to the SQL Server 2008 database quietly, but I can not do the CRUD in the application. I made the Add tes...
asked by 14.08.2017 / 21:42
1
answer

Dynamic Total according to Android NumberPicker

I'm using NumberPicker so that the user selects the quantity. Each numberpicker has a total that already appears on the screen according to the amount selected by the user. Example: NumberPicker 1 = qnt 3 = $ 15.00 NumberPicker 2 = qnt 2 =...
asked by 05.08.2017 / 20:46
1
answer

Error: non-static method set (int, int) in MainActivity

I was copiling the codes when I got to the end and came across errors in MainActivity , I'm using API 16, does anyone help me? ** code ** import android.app.AlarmManager; import android.app.NotificationManager; import android...
asked by 09.09.2017 / 06:57
1
answer

Create an int variable that recognizes numbers in time format

I have an int variable that is picking up the current android time and comparing with more dua int variables from my database in the parse that contains the opening and closing times of a company in business hours trading works, but when a compa...
asked by 09.09.2017 / 09:17