[Discontinued] Background Tasks [4.1] πŸ₯³

Wow. Finally it will be possible to write Firebase logic with java instead of javascript in webviewer <3

EDIT: Ok, you just show us an example for manipulating values of objects with your extension :smiley: By the way thanks for giving us opportunity to have background extension for free!

3 Likes

Hello, everyone i need your help because I am a beginner and I would like thanks to your application to send data continuously from the phone such as the number of steps, the time … But despite everything I see I can’t figure out how I can do it. So I will need you to show me an example and how I can please do it.

2 Likes

Very Nice Extension @Xoma
It helped me alot !

2 Likes

Thank you for the effort you put into this wonderful work :heart_eyes::heavy_check_mark:

3 Likes

Hello, @Lunodiamonse, it is possible to use the extension with the foreground service (even the app is closed completely) and send data to the database like firebase, I’ve prepared a demo blocks for you:

blocks(11)

Herewith the foreground service, we are creating a pedometer and firebase database on the UI thread, and registering an event for simple walk steps and uploading the data to the firebase. Foreground service is important as of now because the pedometer may stop working when the app is killed.

Just checked it, works perfectly fine even if the app is killed :blush:

FirebaseDemo1.aia (456.5 KB)

Here is how the foreground notification appears.

Important: Redmi, hawei, phones need auto start permission for non foreground service.

1 Like

Hello, Still learning, using this block in the background (without foreground) is now very simple to do!
Sorry for the very very late reply lol :crazy_face:

Here are the blocks for listening to data change in the background of the firebase DB! It’s just easy! :smiley:

(Note my connection in unstable so it may flood sometimes.)

2 Likes

Can I get tag and value of when data changed with this extension ?
Amazing update :star_struck::star_struck:

2 Likes

Very happy :blush: that you continued your amazing work Β―_(ツ)_/Β―

3 Likes

Yeah sure! Look into my blocks for listening data change!

You may see this in one block {1%} which means the second value of the event or the changed value! You can use {%0} to get the tag also!

25.06.2021_10.06.26_REC

The {%0} means the tag event value and {%1} means the value of the event!

5 Likes

Can you give some demo aia???

1 Like

Here is one AIA for pedometer…

This for showing quotes every interval…

:sweat_smile: Here are they

2 Likes

Ok thank you once again. i will try.

3 Likes

Can anyone of you can say how to do this code in background


1 Like

You should instead try out some of my demo blocks rather than asking for blocks, they are mostly doable with the extension.

2 Likes

Where is the download link for v3.0.A? :roll_eyes: I can see the first post have been last edited on 31st of March.

1 Like

Here is the extension file. The topic was created on March 31 and it’s not the edit date :sweat_smile:

5 Likes

i don’t know how to use it please say

1 Like

I was confused as the below topic is showing the last edited time! :sweat_smile:


Thanks for this great extension! ❀
2 Likes

Can we create layouts in background like creating card view in vertical arrangement in background by this app won’t have to run all the blocks everytime app opens and laggs less

1 Like

Capture132

can you please create an aia of how we can register this event with your task extension.

1 Like