Making a sleep timer app [Help Needed]

use any timer… very simple. Also you can get it plenty in the forum. Search in the forum before you ask…

so are you telling a alarm

I need a specified part of code. I want to take input of hours & minutes from user via notifier.

1 Like

This post was flagged by the community and is temporarily hidden.

1 Like

No need to ask the same twice. That is like spamming this topic.

2 Likes

Use a button and on click show a a custom notifier with a time picker in it. Then you will get the time. Then you can use timer and executive whatever you need after that.

If you need that to run in background then you will need to use a extension.

Do you want the timer to work with online or offline… We can run the timer in two cases… Let us know

I want to run the app offline

I’m new here.

wait for a few minute, we will post the block.

1 Like

Mybe do you want task in run background but impossible by kodular

1 Like

Try to visit here,

1 Like

If possible try to use this…

offline 24 hr timer

No25_COUNTDOWN24HR.aia (5.8 KB)

Update:
I have used the following blocks for making this app…
I attempted in a new way.

2 Likes

Thanks. It helps me much. Is there any way to input it via custom notification dialog or from popup window?

timer needs to be display in notification window?

1 Like

I want to input hours, minutes & seconds from a notification window.

yes, wait for few minutes…

1 Like

I think a Time Picker would be better and easier to manage.

3 Likes

try this aia… Finally i got your idea and tried… Tell me how is it… But i didnt work with UI, Tried to design out your idea through blocks…

No25_COUNTDOWN24HR.aia (7.6 KB)

blocks used:

Note: If it satisfy your needs mark solution there by others also can try to use this

Output in mobile:

1. When screen initialize

2. On pressing set timer button


(dafult value set it as Ohr 10min 10sec)

3. After pressing START

Update: Thank you @ToufikHasan for making me to learn. This is first time trying this design and i am satisfied with it

3 Likes

What about this? There’s already a component for that Time Picker - Kodular Docs

2 Likes