Questions tagged as 'android'

0
answers

Media | Player in the notification area

Well, I'm making a app that has a MediaPlayer plugin to play web radio . I would like to add, when player was clicked, a preview of it in the notifications area (I think that's the name) as well as below: InthisimageI...
asked by 26.12.2018 / 10:55
0
answers

How to simulate servers on Android [closed]

In my Android app I need a structure that works as servers, where I need to control the flow of users and stocking it. What would be the most correct way to implement this structure?     
asked by 26.12.2018 / 03:08
2
answers

Make FloatingActionButton overlap LinearLayout

Hello, I'm doing a type of ActionBar and I need the FloatingActionButton to override the LinearLayout that is fixed at the bottom, it needs to stay in the same position however on the front of the bar. Follow the image below the LinearLayo...
asked by 12.09.2018 / 12:38
1
answer

Getting response from WebService with Ksoap

I have a Web service that returns this data: <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body>...
asked by 26.10.2018 / 12:45
1
answer

How to control elements within an item in an android listview?

I have a list view that contains items, each item contains a seekBar. How do I control this seekbar? make it change the value when it is moved and get its current value? As this seekbar is not part of the current view, I can not co-control it .....
asked by 23.09.2018 / 03:56
1
answer

Problems with Sharedpreferences

I am not able to save the rewardItem value obtained from my to be displayed in a TextView, every time I close the application and return the same value and 0. Can anyone help me with this error? This is my main activity code, where I try to s...
asked by 13.09.2018 / 07:26
0
answers

How do I pass activity data to its fragment? [duplicate]

I learned how to send data from a fragment to your activity using the interface. But now I'm trying to do the reverse. Because I've sent data to an activity and want that data to be sent back to its fragments. ... Thank you guys, sorry f...
asked by 30.08.2018 / 09:47
0
answers

Allow download within Iframe on Android

I'm developing an app with ionic that has a webview page inside an iframe, in that webview there is a download button that works normally in the browser, but in android it does not work. I think Android is blocking this download, I would like to...
asked by 24.08.2018 / 16:12
0
answers

How to properly connect the bluetooth server in C to Android?

I'm trying to connect an application between the computer and an android application. The app will be the client and the computer will be the server. Using BlueZ (C library for bluetooth on linux) for server: #include <stdio.h> #inclu...
asked by 22.08.2018 / 20:50
0
answers

Notification on android is not displayed

I have a problem with my app, it for some reason does not show the notification but log.i runs normally! Code: package imm.pt.immsmart; import android.app.Notification; import android.app.NotificationManager; import android.app.Service...
asked by 22.08.2018 / 13:26