Questions tagged [discoverability]

Discoverability is the ability of something, especially a piece of content or information, to be found.

The usage of any piece of information relates to how discoverable it is, i.e. the quality of related meta-information. Apart from increasing the reuse potential of the services, Discoverability is also required to avoid development of solution logic that is already contained in an existing service.

29 questions
1
vote
0 answers

Visual Studio Code: Menu Bar: Show All Commands

How do I add a command to Visual Studio Code's menu bar to make the feature more discoverable? I don't see a menu bar or toolbar editor like Microsoft Office's Quick Access Toolbar dialog. For example, the product's documentation says that the user…
Zian Choy
  • 2,846
  • 6
  • 33
  • 64
1
vote
3 answers

HAL - is it a violation to the HAL format/standard if links are in the main body?

According to the HAL standard (see here and here) the links to other resources should be placed in a specific embedded section. So for instance this is not valid HAL, is my understanding correct? { "movies": [ { "id": "123", …
Gabe
  • 5,997
  • 5
  • 46
  • 92
1
vote
2 answers

Runtime discovery of HATEOAS hypermedia?

I understand HATEOAS represents the applications state by sending all actions that can be performed at that point in time within the application as it's response (HAL, JSON-LD, etc). For example, viewing an account resource of a bank may allow you…
Jacob Clark
  • 3,317
  • 5
  • 32
  • 61
1
vote
1 answer

How to re-ask user for discoverability permission after they had denied it the first time?

The cloudkit CKContainer requestApplicationPermission() method shows an Alert to ask the user for his discoverability permission only ONCE based on the documentation and any future invocations of this method do not show the Alert any longer. From…
malena
  • 798
  • 11
  • 26
1
vote
2 answers

Set Bluetooth as Undiscoverable

I have made an app that uses bluetooth In the oncreate() method it enables bluetooth and sets the device visible for indefinite time protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
honeysingh
  • 69
  • 1
  • 2
  • 8
1
vote
1 answer

How to Make a Bluetooth Dongle Discoverable at ALL times?

I'm a bit unsure of where to post this question, so if anyone thinks I'm in the wrong place and knows where I should be posting it could you please point me in the right direction? Much Appreciated :) Moving on to my question, I am working on a…
Aimee Jones
  • 881
  • 2
  • 18
  • 38
0
votes
2 answers

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 find each other and then negotiate a master who will…
gmbilla
  • 1
  • 1
0
votes
3 answers

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…
bredack
  • 1
  • 1
  • 1
0
votes
0 answers

Permanently remove discoverability check while turning ON/OFF BlueTooth on Android

I'm developing an Android app that is thinked to run for long periods of time. At certain moments I need to communicate with some Blutooth devices (both 3.0 and BLE) so the idea is to switch ON the BlueTooth when I need and then turning it OFF for…
Lubron
  • 35
  • 2
  • 15
0
votes
0 answers

Make a graph discoverable in an R notebook

In an R notebook, is it possible to make a graph discoverable? I would like the graph to be revealed only when a user wants to see it. Imagine a situation where some readers may want to see a level of detail that I don't want to show by default,…
user2363777
  • 947
  • 8
  • 18
0
votes
2 answers

Restful providing and consuming Web Service java

When providing a Restful web service (in java), is there a way to expose what are the methods and their parameters inside the service like in soap service wsdl ? How does the consuming side of the web-service knows what are the available methods…
user2046810
  • 393
  • 1
  • 8
  • 21
0
votes
1 answer

Unable to locate and change CloudKit Discoverability Message

When person first uses my app they're confronted with message: "Allow people using “myApp” to look you up by email? People who know your email address will be able to see that you use this app." Buttons: Don’t Allow, OK I'd like to change it but…
user3411663
  • 1,041
  • 1
  • 9
  • 12
0
votes
2 answers

(Android && Bluetooth) Make device discoverable from service without user interaction?

I would like to beable to automatically turn on discoverability on an android device without the user being prompted with a security dialog. I'm developing two applications, one for an Android TV box, one for my smartphone. I want to be able to…
0
votes
1 answer

Bluetooth discoverable status on application start

How can we have the bluetooth discoverable status on application start I have an Image view for showing the status but its not showing the appropriate Image on start of applicaton In oncreate() I have the following code mBtAdapter =…
Randroid
  • 3,688
  • 5
  • 30
  • 55
1
2