The discoverability tag has no wiki summary.
4
votes
2answers
159 views
does REST discoverability and HATEOAS imply that you can change URIs?
I'm trying to clarify a concept related to REST discoverability - that is whether or not satisfying the HATEOAS constraint for a RESTful service means that now the URIs can change, because they are ...
2
votes
4answers
170 views
Discovering Ruby object members?
What is an easy way to find out what methods/properties that a ruby object exposes?
As an example to get member information for a string,
in PowerShell, you can do
"" | get-member
In Python,
...
1
vote
1answer
43 views
automatically enable bluetooth discoverability, when app is opened?
What code can I use for my phone app to automatically enable bluetooth discoverability, every time the app is opened?
I would like to do this on multiple platforms - at least the main vendors. So if ...
1
vote
1answer
76 views
Setting discoverable mode for bluetooth to always on seam to fail
I am trying to set the bluetooth discoverable mode to always on in Android 4.0. This should be possible with 4.0, with the command:
Intent enableBtIntent = new ...
0
votes
1answer
42 views
Android bluetooth discoverability
I'm developing an Android app that has to exchange some data through BT by automatically create a communication between two devices. To do so the only way (I've found) is to first make the device ...
0
votes
2answers
416 views
Android Application Bluetooth visibility duration
Is there a way to let my application be discoverable for a time the app is running? I tried to do this with
Intent discoverableIntent = new ...