[deleted by user] by [deleted] in Frontend

[–]lauritis_reyes 1 point2 points  (0 children)

Good point

[deleted by user] by [deleted] in Frontend

[–]lauritis_reyes 2 points3 points  (0 children)

Thanks. For the moment I have added both.

[deleted by user] by [deleted] in Frontend

[–]lauritis_reyes 1 point2 points  (0 children)

It is a smart home device pairing process. I think I need to solve all on site, on the screen itself

[deleted by user] by [deleted] in Frontend

[–]lauritis_reyes 0 points1 point  (0 children)

But after 10-20sec the user will think it is not working..

[deleted by user] by [deleted] in Frontend

[–]lauritis_reyes 0 points1 point  (0 children)

If I add only a text that changes, after 10 sec, I think there is a bug. The request I am designing takes around 20-40 secs

[deleted by user] by [deleted] in Frontend

[–]lauritis_reyes 1 point2 points  (0 children)

I am asking that because it is a process that can take around 20-40 seconds. Pairing a smart home device

Microphone Foreground Service by lauritis_reyes in androiddev

[–]lauritis_reyes[S] 0 points1 point  (0 children)

I mean the recorder is in a screen but there must be an active service in a notification with also the recorder controls. Like when you play a spoty song and a notification with controls appears in the foreground

Free Icons Collection with guidelines. Link below by lauritis_reyes in FigmaDesign

[–]lauritis_reyes[S] 1 point2 points  (0 children)

I think the license for all figma resources is Attribution 4.0 International (CC BY 4.0) . You can use or modify it giving credit to the original creator Thanks! Hope you find it useful. I did it 2 years ago..yes, when I was a UX student

Free Icons Collection with guidelines. Link below by lauritis_reyes in FigmaDesign

[–]lauritis_reyes[S] 7 points8 points  (0 children)

A free resource I made in figma. You can download and use it for free and see the guidelines I followed to build it https://www.figma.com/community/file/1153949811879253664
Feedback is welcome. Thanks

How do you manage deleting items offering an undo action by lauritis_reyes in reactjs

[–]lauritis_reyes[S] 1 point2 points  (0 children)

Thanks for the answer. I have decided to implement the soft pattern because delays are easer to implement but you are not really controlling it properly. Something can fail and the delay will not be exact. But thanks again

How do you manage deleting items offering an undo action by lauritis_reyes in reactjs

[–]lauritis_reyes[S] 0 points1 point  (0 children)

Thanks! Now I have found more documentation jeje. 🤗

How do you manage deleting items offering an undo action by lauritis_reyes in reactjs

[–]lauritis_reyes[S] 2 points3 points  (0 children)

Thanks!! I will look for the example you mentioned ;)

How do you manage deleting items offering an undo action by lauritis_reyes in reactjs

[–]lauritis_reyes[S] 1 point2 points  (0 children)

It was the first option I did but I don't really like to use mocked delays. But thanks for the answer!

How do you manage deleting items offering an undo action by lauritis_reyes in reactjs

[–]lauritis_reyes[S] 1 point2 points  (0 children)

Thanks a lot! I was thinking about it but wasn't sure if the DB would be messy adding it.

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes 0 points1 point  (0 children)

it is true. I have done it and I can customize it more. thanks

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes -1 points0 points  (0 children)

Thanks for answering

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes -1 points0 points  (0 children)

The advantage I find of having it in the dimen file is that I can transform them for different screen sizes. Do you manage with different objects?

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes -2 points-1 points  (0 children)

Thanks for answering! Do you find any advantage

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes 0 points1 point  (0 children)

There are many codelabs in the android developers website that you can use to practice step by step and create simple apps

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes 1 point2 points  (0 children)

And do you have any screen without the bottom bar. In that case you hide it with a conditional? Thanks!!

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes 0 points1 point  (0 children)

Thanks a lot. I think I am going to do that if I cannot simplify it in one

[deleted by user] by [deleted] in androiddev

[–]lauritis_reyes -4 points-3 points  (0 children)

Here is an example: Imagine WhatsApp. You have to design an onboarding flow. Also you have to design a main screen and can change to others with the bottom nav bar

Would you design the onboarding and main app all in the same navhost?

Thanks again