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();

    }`
Developer technologies | .NET | Xamarin
Developer technologies | C#
Developer technologies | 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.
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.