user-experience Questions
5
Basically, I am looking for FormFieldState.isValid but for FormState.
So the challenge is that I want to enable/disable my form submit button on the fly depending on whether all the form fields are...
Fiji asked 13/12, 2021 at 2:12
5
I'm trying to use the Image.network constructor's loadingBuilder argument.
While the image loads, I want to show a CircularProgressIndicator with its value set to the ratio of downloaded divided b...
Obediah asked 30/9, 2019 at 12:17
3
I'm making a piece of software that is intended to be localized in the future. I'm wondering how ellipsis (the ... indication an action opens a new window/dialog) are typically localized.
Do all l...
Boxhaul asked 10/2, 2018 at 7:44
2
Solved
I want to hide default action bar, so in the Manifest file I have following code:
<style name="Theme.MyCompose" parent="Theme.Material.DayNight.NoActionBar">
</style&g...
Midterm asked 23/9, 2021 at 19:4
11
Solved
I'm trying to sort a bunch of products by customer ratings using a 5 star system. The site I'm setting this up for does not have a lot of ratings and continue to add new products so it will usually...
Antlion asked 11/9, 2009 at 14:24
5
Solved
I know that there are many ways to detect mobiles users (mainly by checking the user agent).
But many mobile browsers have the so called "desktop mode", which provides a bit more functional enviro...
Mcreynolds asked 27/6, 2013 at 13:32
8
Solved
I have a form that displays queue of messages and number this messages can be changed. Really I want to blink label (queue length) when the number of messages were increased to improve form usabili...
Ikeda asked 18/2, 2011 at 14:32
2
The Page Visibility API starts to be commonly used to pause mandatory video advertisements when the tab is not in focus.
This means you need to be watching the ad, if you switch tab or even have an...
Drawknife asked 21/9, 2013 at 2:53
2
Solved
So my issue is that Next.js does not have access to localStorage on the client side and thus will ship HTML that by default either does or does not have class="dark".
This means that when...
Alannaalano asked 14/4, 2021 at 15:44
3
I have linked the minified CSS of Font Awesome from Bootstrap CDN in a webpage. The problem is that the icons appear later than the rest of the page content after a visible delay.
What is the best...
Fungal asked 5/12, 2015 at 17:6
2
Solved
Given a sample gradle project with project structure as shown:
As you can see there are bunch of stuff you actually dont ever need to see in idea but you need them to exist...
I know about igno...
Briquette asked 1/10, 2015 at 11:11
4
Solved
Is there any way in Android that applies drop shadow as shown in Figma or XD Tool ?
I have got a figma design and I am stuck in creating this drop effect I have tried it using selector and layer...
Smashing asked 16/6, 2022 at 11:3
9
Solved
I'm just thinking about the whole site registration process.
A user goes to your site, signs up, and then you tell him you've sent him an email and he needs to verify his email address. So he hit...
Mohandis asked 27/10, 2010 at 23:47
2
What is the most effective way to prompt a User to provide access to the Camera (or other feature), while ensuring the best experience?
When accessing the Camera, iOS must ask the Customer permiss...
Stanchion asked 23/12, 2016 at 15:6
1
Solved
I was so used to the way of opening a file in Emacs, by just C-x C-f and typing and tab-completing, without needing to use a mouse. In VS Code, I have to go through a "open file" system d...
Mortgage asked 7/12, 2021 at 21:52
4
Solved
Is there a way to inform the mobile keyboard on a mobile device that the possible values for an HTML input field are a subset of the possible values?
I try to express myself better with an example....
Toluca asked 12/11, 2021 at 11:39
6
Solved
Android uses three dots (pictured) to show that there are more menu items available. What is the iOS equivalent of this icon?
Elver asked 13/9, 2017 at 16:1
1
Solved
I would like to achieve similar behaviour with TextField from Jetpack Compose like from old school XML layout:
<EditText
android:id="@+id/some_id"
android:layout_width="match_pa...
Obliging asked 25/7, 2021 at 9:12
3
Solved
What is the idiomatic python way to hide traceback errors unless a verbose or debug flag is set?
Example code:
their_md5 = 'c38f03d2b7160f891fc36ec776ca4685'
my_md5 = 'c64e53bbb108a1c65e31eb4d1b...
Dak asked 28/12, 2014 at 7:52
3
Solved
I am looking to make my alert() more user friendly. I have 3 components which fit together before an alert is trigger.
I have a form (dropdown and input) which on submit fires the following functio...
Loydloydie asked 5/7, 2021 at 16:15
6
Solved
I want to make tutorial screen that show to user at beginning. it's like below :
my specific question, how to make some certain elements will show normally and other are opaque ?
also the arro...
Phosphocreatine asked 30/6, 2019 at 3:54
1
Solved
I am building a website in ReactJS. The first screen of this site contains three videos.
I want to know how I can set up an event that gets triggered when all three videos have been loaded.
My goal...
Extravagate asked 15/1, 2021 at 5:16
1
Solved
I am trying to implement this scroll animation (GIF below). But, after extensive searching online, I haven't found any specific information to this problem. I looked at the ScrollPhysics class but ...
Proceeding asked 13/11, 2020 at 18:45
4
Solved
Google has Material Design, Microsoft has Fluent and (unofficially) Metro.
About two decades ago, the User Interface for Mac OS X was called Aqua but I do not see this term used in practice as muc...
Ion asked 31/7, 2017 at 18:2
2
Solved
I want to only make a part of my screen scrollable. When the number of items in my ListView exceeds 4 or 5 I am unable to place any widgets below this list view. I am not sure if there is a way to ...
Ruckus asked 18/3, 2019 at 10:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.