Questions tagged as 'android'

2
answers

Toolbar is in front

I have a problem where my toolbar is in front of my view. I have a scroll view and when I slide up it stays like this. Follow the xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.androi...
asked by 18.07.2016 / 13:38
1
answer

Count down with alarm

I have a project where I start an action of 10min, for example, and thus starts a countdown timer. This counter will be displayed on a management screen (it can add +1 minutes, like the timer of the native widget). When 15 seconds is gon...
asked by 06.09.2016 / 22:18
2
answers

How do I search (SELECT and WHERE) in the firebase database?

I have a database like this: { "message" : "Hello, World!", "reserva" : [ null, { "codreserva" : 123, "email" : "[email protected]", "status" : "check in" }, { "codreserva" : 124, "email" : "[email protected]", "sta...
asked by 15.09.2016 / 14:21
1
answer

Save information in a SQLite and then upload to a JSON with webserive

I have read several tutorials on how to get a JSON and pass the information to a SQlite, however as I do the reverse, I get the application data already saved in SQLite and then transfer it to a webservice with JSON ... thanks right away     
asked by 20.09.2016 / 04:10
1
answer

Doubts with timessquare CalendarPickerView

How to turn off the day of the week example: I have a calendar, I spent the day of the week by parameter in the case Monday, Thursday and Sunday to mark service. How do I disable Tuesday, Wednesday and Friday using timessquare CalendarPickerView...
asked by 09.06.2016 / 14:29
1
answer

How to view or download any PDF file in WebView?

I tried to find some solutions to the problem. But there are only codes that download a specific file. I have a website that opens in a webview. There are several PDFs on the page. I need a code that will download or display the files. Her...
asked by 26.05.2016 / 23:09
1
answer

How to plot a route using maps API

I'm making an application in Android Studio for an event and would like it to: When you open a specific screen, the app would use mobile phone gps to acquire the source coordinates and open the google maps app to create a route with the desti...
asked by 30.09.2016 / 18:52
2
answers

Reloading an activity

I have the following problem, in my application I have a ListView in act 1 , and I make a register in act 2 , however when I finish the registration I also end act 2 , with this return to act 1 , the problem is tha...
asked by 22.09.2016 / 05:03
1
answer

How to implement voice and video calls in my apps [closed]

I'd like to know how I can implement video and voice calls (similar to WhatsApp's) in my Apps written in JAVA for Android. Is there any open source SDK that makes this easy?     
asked by 07.01.2017 / 04:57
1
answer

How to make banner AdMob preecher wide width?

Hello, I made the padding of XML and put wrap_content , but the AdMob Code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http:...
asked by 10.01.2017 / 15:19