Questions tagged [xamarin.tizen]

6 questions
0
votes
1 answer

Receive Response over Bluetooth SPP as Client - Tizen .NET

I am trying to receive responses over BT SPP for my client device connected to a server. After creating the client socket and initiating the bonding Client = device.CreateSocket(ServiceUuid); Client.ConnectionStateChanged +=…
Tom
  • 170
  • 10
0
votes
2 answers

Tizen. net CircleStepper, is there any way to prevent/control wrap around

Is it possible to control the wrap around of the Tizen CircleStepper? I use the following to create a CircleStepper: var circleStepper = new CircleStepper { Title = "stepper", HorizontalOptions =…
axa
  • 428
  • 6
  • 19
0
votes
1 answer

Tizen .net application. How to access device hard buttons

I am working on a Tizen .net application for wearable devices. I cannot find information on how to gain access to the device hardware such as the menu or back button. I have found how to access the hardware and software bezel in the Wearable…
axa
  • 428
  • 6
  • 19
0
votes
1 answer

Tizen. How to update the Children of a Page Content CircleScrollView

Creating a wearable Tizen .net application, I create an application that contains a CirclePage variable: private CirclePage _mainPage; I then populate its Content property with some Content: _mainPage = new CirclePage { …
axa
  • 428
  • 6
  • 19
0
votes
1 answer

Tizen TV - Cache Image (xamarin.forms)

Anyone got an idea of how to cache images on xamarin forms (TIZEN TV)? Tried with FFImageLoading, but it got a dependency to libevas.so1, which is not allowed.
0
votes
1 answer

Not Getting Current Location in Tizen .Net Application

I am trying to get location from the Tizen.Location.Locator using the GetLocation method but I'm getting the values of latitude and longitude set to 0. I am using: Visual Studio 2017 Emulator of Wearable 4.0 Have already granted the privileges for…
Itban Saeed
  • 1,660
  • 5
  • 25
  • 38