Questions tagged as 'android'

0
answers

Mark text with JavaScript

I would like to create a text markup on an HTML page made by JavaScript. I've made a method that I can get the start and end points of a user-made selection and save them to Android, but I have no idea how to create HTML markup after the page lo...
asked by 20.04.2015 / 17:28
2
answers

How to create custom layout notification?

I wonder if it's possible to create an OnGoing Notification using an xml? if yes, could you give me a basics with buttons and image? XML: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android....
asked by 08.06.2015 / 21:01
1
answer

how to do traffic control in the Admob Android app?

My account was blocked by invalid clicks, such as identifying this ip and doing something solving problem.     
asked by 08.06.2015 / 15:01
0
answers

Consume WebService asmx with Android

I'm trying to get SOAP provided from a local asmx webservice in my android emulator. On my PC the result is the following: Intheemulatorhowever,Itriedtoopenitinyourbrowserintwoways:UsingthefollowingURL:  10.0.3.2:49498/WebServiceApp.asmx/Obte...
asked by 01.05.2015 / 21:22
0
answers

Is there any documentation / sample SignalR for Android?

I'm trying to use SignalR to send msgs to devices with Android OS, I found a SignalR Java library, but no I can find no documentation is official or not. Is there any documentation for SignalR for Android? Or any tutorial / example on Android...
asked by 18.03.2015 / 17:26
1
answer

Error sending an int parameter through an attempt

Personal I'm making an app that gets a user code and it's in hexadecimal. I convert it to decimal and insert a shared preference. So far so good. At the time it will send the parameter to the other activity gives error:    03-18 17: 59: 47...
asked by 18.03.2015 / 19:37
4
answers

How to tell if application is open

I would like to know if you can check if the application is open, with a user using it or if it is in the background and it is using another application. Depending on whether you have it open and user using it I will do a function, if it is n...
asked by 16.03.2015 / 20:17
0
answers

Problem loading an android app news feed?

Well, I'm having trouble with an application that shows a news listing, on some smartphones where it was supposed to appear the list with the news the screen goes blank, I searched the internet and found that it could be dns conflict and it woul...
asked by 02.03.2015 / 03:00
1
answer

How do I open a Service from a BroadcastReceiver?

I am creating an application that intercepts an sms via BroadcastReceiver , but from that I want to receive a sms via broadcast open service . probably this is done via Intent but can not do.     
asked by 01.03.2015 / 06:24
1
answer

Disable second click on NavigationDrawer

I am developing an application, which contains one menu drawer , however, I'm a multitoque problem, ie when the user selects an item, and quickly selects again, it keeps drawer aberto . I would like that when the user selec...
asked by 23.02.2015 / 13:39