How to show GPS strength signal in tizen / xamarin wearable app?

Roman Rusz 21 Reputation points
2021-04-06T08:54:56.927+00:00

Can someone help me how to simply show GSM strength signal? I am using TIZEN and XAMARIN in .NET C#

I found this on google, but it is not working, without any error

    `private Network network;

    public Network GetNetwork()
    {
        return network;
    }

    public void getGSMstrength()
    {

            var sila = GetNetwork();
            gsm.Text = sila.CurrentRssi.ToString();

    }`
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,288 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,193 questions
0 comments No comments
{count} votes