Trending questions in Edureka Community

0 votes
1 answer

Multi-line TextField in Flutter

To create a multi-line TextField in Flutter, ...READ MORE

Mar 21, 2023 in Flutter by vishalini
2,153 views
0 votes
1 answer

What DevOps practice does Azure Application Insights support?

Azure Application Insights supports various DevOps practices ...READ MORE

Jul 3, 2023 in DevOps & Agile by anonymous
• 1,380 points
638 views
0 votes
1 answer

How to use Python to read block of data in txt file and convert it to structured data?

Okay, I understand. To extract structured data ...READ MORE

Apr 19, 2023 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
910 views
0 votes
1 answer

UI redesign- Will changing the css affect the javascript?

Changing the CSS code shouldn't affect the ...READ MORE

Apr 28, 2023 in UI UX Design by vinayak
501 views
0 votes
1 answer

How to scan for bluetooth printers and print pdf or image via bluetooth in flutter?

The user wants to scan for Bluetooth ...READ MORE

Apr 4, 2023 in Flutter by seena
1,516 views
0 votes
1 answer

SQL SELECT WHERE field contains words

Use this query to include any of words: SELECT * ...READ MORE

Feb 21, 2022 in Database by Neha
• 9,060 points
19,083 views
0 votes
1 answer

How to add UI Kits (e.g. Google Material) to Adobe Experience Design?

To add UI Kits, such as Google ...READ MORE

Apr 25, 2023 in UI UX Design by vinayak
583 views
0 votes
1 answer

Flutter: passing optional List argument through go_router?

The error message suggests that you are ...READ MORE

Apr 6, 2023 in Flutter by Anitha
1,405 views
0 votes
1 answer

How to represent the data of an excel file into a directed graph?

The pandas and networkx packages in Python ...READ MORE

Apr 9, 2023 in Others by narikkadan
• 63,700 points
1,280 views
0 votes
1 answer

How to save to local storage using Flutter?

Yes, Flutter has a built-in mechanism for ...READ MORE

Mar 28, 2023 in Flutter by Tej
1,778 views
0 votes
1 answer

Is it ok to hand off to dev typography specs in this convention and not H1 - H6

In general, it's always better to use ...READ MORE

Apr 26, 2023 in UI UX Design by Tanishqa
• 1,170 points
523 views
0 votes
1 answer

how to create the effect that the image stands out from the background?

To create the effect that the image ...READ MORE

Apr 26, 2023 in UI UX Design by Tanishqa
• 1,170 points
515 views
0 votes
1 answer

How to deal with unwanted widget build?

There are a few strategies that you ...READ MORE

Mar 10, 2023 in Android by vinayak
2,559 views
0 votes
1 answer
0 votes
1 answer

How can I change the app display name build with Flutter?

Yes, you can change the app display ...READ MORE

Mar 21, 2023 in Flutter by venky
2,070 views
0 votes
1 answer

How to make a TextField with HintText but no Underline?

You can achieve this by using the ...READ MORE

Mar 21, 2023 in Flutter by Anushi
2,037 views
0 votes
1 answer

Is there a way to create a list that auto populates with the the required articles?

Yes, there are several ways to auto-populate ...READ MORE

Apr 27, 2023 in UI UX Design by Anitha
439 views
0 votes
1 answer

How to export print result to excel using python (for loop)

 Use the pandas library import pandas as pd a ...READ MORE

Jan 13, 2023 in Others by narikkadan
• 63,700 points
4,930 views
0 votes
1 answer

How to Deserialize a list of objects from json in flutter Ask Question?

To deserialize a list of objects from ...READ MORE

Mar 28, 2023 in Flutter by vishalini
1,695 views
0 votes
1 answer

How to split columns into two sub columns under their parent column using python in excel

Use str.split: df[['pre', 'post']] = df['Column A'].str.split(r'\s*-->\s*', expand=True) print(df) # Output ...READ MORE

Apr 7, 2023 in Others by Kithuzzz
• 38,010 points
1,280 views
0 votes
1 answer

How to achieve this UI/UX design for an iOS UIButton object

From the image provided, it appears that ...READ MORE

Apr 25, 2023 in UI UX Design by seena
473 views
0 votes
1 answer

How to dismiss an AlertDialog on a FlatButton click?

To dismiss the AlertDialog when the FlatButton ...READ MORE

Mar 26, 2023 in Flutter by pooja
1,785 views
0 votes
1 answer

import org.openqa.selenium.* shows compilation error - The package org.openqa.selenium is not accessible even though I have added the external jar files in the class path.

Here's what you can try  Either keep only selenium-server-standalone-3.141.59.jar as ...READ MORE

Oct 7, 2020 in Selenium by Karan
• 19,610 points
40,620 views
0 votes
1 answer

SFDataGrid pagination with SFDataPager not working

Looking at the code snippets you provided, ...READ MORE

Apr 12, 2023 in Flutter by vishalini
992 views
0 votes
1 answer

Making several synth LookAndFeels coexist at the same time in a java swing application

To make several Synth LookAndFeels coexist at ...READ MORE

Apr 27, 2023 in UI UX Design by pooja
353 views
0 votes
1 answer

Where to learn UI/UX to give my apps "pop" and excitingness?

There are several resources available online to ...READ MORE

Apr 25, 2023 in UI UX Design by Anitha
437 views
0 votes
1 answer

why the listview-builder is lagging while scrolling with api intigration in flutter?

The ListView with API integration might lag ...READ MORE

Mar 20, 2023 in Android by seena
2,080 views
0 votes
1 answer

Why google say my website is not good for phones?

Google has an algorithm that assesses the ...READ MORE

Apr 27, 2023 in UI UX Design by Tej
308 views
0 votes
1 answer

How do I make it where when I change my window size, the content adjusts with it?

To make the content adjust with the ...READ MORE

Apr 26, 2023 in UI UX Design by Tanishqa
• 1,170 points
353 views
0 votes
1 answer

What is difference between Interaction design, Visual Design, Web design, UX design, UI design, UI development?

Interaction design, Visual design, Web design, UX ...READ MORE

Apr 25, 2023 in UI UX Design by vishalini
392 views
0 votes
1 answer

TypeScript ES6: import module "File is not a module error"

We need the export, as a part of ...READ MORE

Jun 7, 2022 in TypeSript by Nina
• 3,060 points
14,375 views
0 votes
1 answer

Slack UI/UX design with collapsable columns

To replicate Slack's collapsible functionality using Split.js, ...READ MORE

Apr 25, 2023 in UI UX Design by pooja
370 views
+1 vote
3 answers

3 dot in parameter in Java

The "Three Dots" in java is called ...READ MORE

Nov 22, 2018 in Java by geek.erkami
• 2,680 points
53,716 views
0 votes
1 answer

Trying to create a design system/kit with Swift

I can certainly guide you on where ...READ MORE

Apr 26, 2023 in UI UX Design by Tanishqa
• 1,170 points
323 views
0 votes
1 answer

jQuery get value of select onChange

Try the following lines of code- $('select').on('change', function() ...READ MORE

Feb 11, 2022 in Java by Soham
• 9,700 points
19,275 views
0 votes
1 answer

Usability / UI Design / UX, etc. - documenting for a project

First, you should aim to understand the ...READ MORE

Apr 25, 2023 in UI UX Design by Tej
358 views
0 votes
1 answer

Lock screen audio player notification not appearing when target SDK is 33?

This issue may be related to the ...READ MORE

Apr 6, 2023 in Flutter by vishwa
1,159 views
0 votes
1 answer

UI/UX Design in Real Time Applications

When designing for real-time applications like those ...READ MORE

Apr 25, 2023 in UI UX Design by vinayak
337 views
0 votes
1 answer

UI/UX design or audit - how to measure the costs?

When it comes to charging for a ...READ MORE

Apr 25, 2023 in UI UX Design by Tej
330 views
0 votes
1 answer

VBA Loop to select then copy a range of cells based on value in column B

Try this: Sub Macro2() Dim ...READ MORE

Mar 23, 2023 in Others by narikkadan
• 63,700 points
1,767 views
0 votes
1 answer

How to trigger a click on a link using jQuery

If you are trying to trigger an ...READ MORE

Jun 3, 2022 in JQuery by Edureka
• 13,670 points
14,403 views
0 votes
1 answer

Coding Photoshop UI/UX to fully working website?

To turn your Photoshop UI/UX design into ...READ MORE

Apr 25, 2023 in UI UX Design by Anitha
323 views
0 votes
1 answer

Need UI/UX Design layout name

The layout design that Cleartrip.com uses is ...READ MORE

Apr 25, 2023 in UI UX Design by pooja
324 views
+5 votes
11 answers

Concatenate columns in apache spark dataframe

its late but this how you can ...READ MORE

Mar 21, 2019 in Apache Spark by anonymous
71,455 views
0 votes
1 answer

How I can get audio processing state of a single mediaItem from a queue?

To get the audio processing state of ...READ MORE

Apr 20, 2023 in Flutter by vinayak
536 views
0 votes
1 answer

How to get barcode from PDA scanner device in flutter

It's possible that the data sent by ...READ MORE

Apr 3, 2023 in Flutter by seena
1,243 views
0 votes
1 answer

UI / UX designer tool with custom style

Yes, there are several UI/UX design tools ...READ MORE

Apr 25, 2023 in UI UX Design by seena
299 views
0 votes
1 answer

Outsourcing UI/UX while keeping the app code secret

If you want to outsource your UI/UX ...READ MORE

Apr 25, 2023 in UI UX Design by vishalini
257 views
0 votes
1 answer

Create Service Connection from Azure DevOps to GCP Artifact Registry

Creating a service account for Google Cloud ...READ MORE

Apr 29 in Other DevOps Questions by anonymous
• 1,380 points
666 views
0 votes
2 answers

'flutter' is not recognized as an internal or external command, operable program or batch file.

You have to Add flutter sdk path ...READ MORE

Aug 2, 2020 in Others by c49
43,555 views