418 questions
0
votes
1
answer
52
views
How to search for child care or creche using Google nearby place api
According to Google documentation here. Creche or child care is not a supported type
https://developers.google.com/maps/documentation/places/web-service/supported_types
An attempt to use other ...
0
votes
1
answer
225
views
How to prevent 8007: STATUS_RADIO_ERROR when using Android Nearby Connections?
I have three devices which are trying to communicate using Android's Nearby Connections API. The network is set up using a P2P_Cluster strategy, and each device is performing both advertising and ...
0
votes
1
answer
406
views
Android Beam alternative for sending text messages
I am currently developing an Android app where I need to transfer a URL between 2 devices. I have implemented this with creating and scanning a QR code. I wanted to do this also through NFC - the ...
2
votes
0
answers
57
views
Android Studio does not show method's description
Android Studio doesn't show method's description for Nearby API. If I open localhost link by hand, I will see the correct docs for every method. What's wrong? Also hyperlink on the bottom of window ...
0
votes
1
answer
109
views
Bluetooth device names change when using Nearby Connect API
I tried the code below.
public class NearbyConnectionUI extends HanSystemUI {
private ConnectionsClient mConnectionsClient;
private void startAdvertising(){
mConnectionsClient
...
0
votes
0
answers
47
views
How to make Nearby show all pins that could be presented on the screen in rectangle, rather than a circle
Currently Nearby shows pins in a way that often does not cover the whole screen, at least at default zoom level, I feel that it should be possible to load more pins, enough to fill all areas of the ...
5
votes
1
answer
2k
views
Google Nearby Connections API (iOS, Android)
We are trying to use Google's Nearby Connections API for Android and iOS:
https://developers.google.com/nearby/connections/overview
and in the description it's saying: "The Nearby Connections API ...
1
vote
0
answers
84
views
Nearby Connections API: Unstable Connectivity in Long-Running Mesh Network
I'm using the Nearby Connections API for an operation app that requires high availability. However, I'm experiencing inconsistent behavior over extended periods (days or months). The app sometimes ...
8
votes
1
answer
1k
views
Android "Nearby Share" Crash (was Native crash of com.android.bluetooth)
I just ran the pre-launch testing on my app and the report shows a native crash of com.android.bluetooth. I have never seen this before and have not had a lot of experience in reading the crash log.
...
0
votes
1
answer
114
views
Client device keeps getting disconnected in Star network
I am building an Android mobile app using Google Nearby (v19.0.0) to connect a bunch of client devices to a server one in a star formation. One of my users is testing everything with one server tablet ...
2
votes
1
answer
1k
views
com.google.android.gms.common.api.ApiException: 17: API: Nearby.CONNECTIONS_API is not available on this device
For near by connection Im getting this issue on failed connecion
Can any one faced this issue, I'm using all latest google dependeeencies
com.google.android.gms.common.api.ApiException: 17: API: ...
0
votes
1
answer
1k
views
How to transfer files from iOS app to Android Nearby Share without an app Android?
I want to build a File sharing app for iOS, which I can use to share files to Android devices through nearby connections API. I can see that it can be done through windows nearby share and chrome OS ...
0
votes
1
answer
102
views
Sharing an image with nearby share and then displaying it in kotlin
I am trying to use nearby share in kotlin to send some strings and an image from one device to another but I've been having the same problem for over a month, basically what im trying to do is share ...
2
votes
0
answers
182
views
Google Nearby for Android multi-peer connection without Google Play Services installed
I'm currently working on an app which works with multi-peer connectivity between a few Android devices. One of the libraries that allows to do such thing is a recent Nearby library from Google. The ...
1
vote
1
answer
1k
views
How to use the UWB with BLE in Android?
I am trying to achieve a UWB communication between the two devices with the help of Bluetooth(ble) in android. There is no specific documentation available regarding the same. Google provides this as ...