You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gadgetbridge is a oss companion app for all sorts of wearables. Among a lot of other features, it is able to provide weather data to devices. It does this by implementing recievers and relying on weather apps to send weather data. See https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Weather#weather-app-development for details.
Is this a feature you would be willing to consider or do you think it is out of scope for this project?
If there is an interest i'd offer myself to work on this feature. Only problem is, I have never worked with NativeScript before so a short how to build (Is it just as simple as ns run android?) and maybe a pointer where to best implement this would be amazing.
King regards
The text was updated successfully, but these errors were encountered:
@baltevl I am not against anything. How would my app communicate with yours? Is there an API ? Is it using intents ?
As for Nativescript, it is indeed easy to run with ns run android though I would add --no-hmr.
As for where to do it it depends mostly on how the communication would work. But I guess a new file in app/services.
Hey, while working on this I thought this would be easier to implement using a few oop principles. So I started a small refactor. Before continuing like this, I'd like to hear your opinion about 9e59888.
Gadgetbridge is a oss companion app for all sorts of wearables. Among a lot of other features, it is able to provide weather data to devices. It does this by implementing recievers and relying on weather apps to send weather data. See https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Weather#weather-app-development for details.
Is this a feature you would be willing to consider or do you think it is out of scope for this project?
If there is an interest i'd offer myself to work on this feature. Only problem is, I have never worked with NativeScript before so a short how to build (Is it just as simple as
ns run android
?) and maybe a pointer where to best implement this would be amazing.King regards
The text was updated successfully, but these errors were encountered: