Professional clock app

Sorry to say, but still there are bugs present in app including the one mentioned above by @Mateja

  1. It sometimes shows wrong time

  2. If I hit space in Notice message text-box, the the same problem :point_down: that was mentioned in my previous reply occurs

Short video clip :point_down: explaining what is happening now


Also the keyboard still doesn’t hide even after the Notice message dialogue is dismissed

  1. Generally for minutes section ‘00’ appears after ‘59’. But in your case after ‘59’ there is ‘60’ and after that there is ‘00’. Screen-recording :point_down:

  2. This is actually a suggestion. If you want to limit the user from entering more than 40 characters in Notice message, then limit in such a way that after 40 characters user will not be able to enter the text.
    Currently there is alert for 40 characters coming when the count exceeds but even though user can enter more than that and then after when he/she presses the Set Notice button then you are displaying the error toast and making the message blank.
    Also after the error when I reopened the Notice message dialogue the error alert symbol was still there without any reason. Screen-recording :point_down:

The stopwatch is…too fast…

Hello,

  1. in my device it show perfect time here is a screenshot

    And
    I will looking forward to your problem and in next update i will improve it if you have any more bugs then please suggest me i will improve that.

In my device it works properly but I don’t why not in yours

Dear , in second bugs keyboard is hide in my devices here is screen recording


60 is the same thing as 00?
Remove the 60 option from minutes.

Hello ,
I updated the app in this app i fixed the bugs that as follows:

  1. Instead of 60 min i change 00.
  2. If you entered the space then it will show the default message ( don’t press space more than onetime without entering the text)
    Clock 3.apk (8.0 MB)

nice UI . can u tell me what is alarm UI ?

i not understand what you asking

1 Like

ask

i mean this . tnx

Yes i use gardiant colour

no i mean how to use scroll numbers . any extentions ?or just use vertical scroll component ?

Yes their is number picker extention

2 Likes

thanks a lot

Welcome to you

suggestion- add tick tick sound when second changes, give a clock sound, so that it would be like real clock.

Never use ABSOLUTE positioning when using a canvas if your app will be published. Don’t settle for your app looking good in your device. There’s all kinds of screens out there with a lot of different resolutions and sizes. Your device is just one of them.

If you do a little centering procedure, as simple as returning the value of Canvas.width / 2, then you have the vertical center of your canvas IN ANY device your app may be installed.
Do the same for horizontal center with Canvas.Height / 2.

3 Likes

Please can you elaborate , please gave the example through blocks

Fine i will be make the change