Questions tagged as 'android'

0
answers

Working Error Volley Android

I'm creating an Android application that sends via Volley some strings. I would like to know how to work the errors, for example, if the server is offline. Follow the code for sending the strings: private void saveNaWeb (final UserObject)...
asked by 20.03.2018 / 21:48
0
answers

CollapsingToolbarLayout equal to Nubank

Hello, I'd like to know how to make the CollapsingToolbarLayout design the same as Nubank's design. The one below: ThecodebelowiswhatItriedtodo,howeveritdoesnotworkcollapseproperly.<?xmlversion="1.0" encoding="utf-8"?> <andr...
asked by 08.02.2018 / 13:00
1
answer

How to get your own location (LatLng) in Android Studio [duplicate]

I need to set my own location on my map to create the route from where I am to the point I want to reach. I can create a bookmark for the destination but I do not know how to request the android my own location and bookmark on the map. I kn...
asked by 07.02.2018 / 20:39
0
answers

Axway Titanium - Error compiling when I add a library to be used with Hyperloop

I'm trying to integrate an Android library with Hyperloop to use in my Titanium radio application, but when it's added to the project, an error occurs at the end of the build. [INFO] : Creating unsigned apk [INFO] : Processing /.../build/a...
asked by 31.01.2018 / 17:15
0
answers

Background with transparency

When you press the back button, the app opens the screen below. I would like to know how to work with this background transparency, if you can do in activity's and if this app would be a activity or another element:     
asked by 31.01.2018 / 10:47
1
answer

EDIT TEXT - ANDROID

I have 3 edit texts in my project, I set the maximum d characters for each one, I would like to know how to do it when it reaches the maximum it gives focus to another. Ex: the first one has at max 2, then I type 10 and it already gives focus to...
asked by 31.01.2018 / 05:23
1
answer

publishProgress () updates onProgressUpdate () only at the end of doInBackground ()

I have an app that does the progress bar update, just like I'm doing in another app, but in this new app, onProgressUpdate() only runs at the end of doInBackground() . The parseInsertSolicitantes(jsonString) method is call...
asked by 20.02.2018 / 18:20
0
answers

android thread overload

I'm doing an old game for Android, I did following the book I have. The example teaches to create the logic of the game for two players to play on the same phone, worked correctly, but the example only teaches to create a screen that goes str...
asked by 17.01.2018 / 02:45
0
answers

How do I add bookmarks to my map dynamically?

Well guys, I'm developing a mobile application in AS, and I'm using the map to add markers to each location of a new registered form, that is, when I make a registration, I send my latitude and longitude to the server together. On the map I get...
asked by 16.01.2018 / 18:27
0
answers

Recover audio from GetUserMedia to record

Good morning, I've already made treatment to record audio with GetUserMedia. I used this example ( link ), it has the same js code. The problem is that the framework I use requires a physical file (you can put more if you want) to send to...
asked by 17.01.2018 / 12:14