Skip to main content
Advice
0 votes
2 replies
58 views

I sat down for the first time in a while to work on a personal project - a simple edge-to-edge 'touch to draw' app. I planned to lock the orientation to landscape only to prevent refreshes on rotation....
aormsby's user avatar
  • 176
0 votes
0 answers
77 views

We are developing a landscape-only game app with the following setting: <android:appCategory="game">. After updating the app’s targetSdkVersion from 35 to 36, the screen started ...
広島のS.K's user avatar
2 votes
1 answer
39 views

The Flutter project I've been tasked to work on contains a class with multiple text styles defined like this: class AppTextStyle { static var largeDates = TextStyle( fontFamily: appFontFamily,...
coco's user avatar
  • 3,166
0 votes
0 answers
12 views

I am making a photography portfolio, but most images have a different size (some vertical, some horizontal, and some with weird aspect ratios) Could I make it so the image automatically adapt to the ...
Bram Bakker's user avatar
1 vote
3 answers
64 views

I wracked my brain trying to move 'heading-to-remove-on-small-screens' after the paragraph on smaller screens: <div class="container"> <h3 class="heading"> I ...
Yana's user avatar
  • 11
0 votes
0 answers
176 views

I'm working with the SupportingPaneScaffold and don't have the desired behaviour when displaying the Extra Pane for an expanded width screen. The behaviour I experience will replace the Supporting ...
Ryan Gordon's user avatar
0 votes
1 answer
56 views

I am trying to create an app with a UI similar to Simplenote's. In the screenshot below, when the screenwidth > some value, the UI displays a ListView on the left and TextField on the right.: If ...
Al C's user avatar
  • 5,427
1 vote
0 answers
55 views

I am creating an app that has small and mediumAndUp displays I want a List-Detail structure that behaves like this in small : Display list of items when tap on an item push a new screen to show the ...
Mauro Bocanegra's user avatar
3 votes
1 answer
2k views

I'm developing an app with a Settings-like screen using Jetpack Compose, that adapts to different screen sizes. The app incorporates a NavGraph which has a top-level screen containing a LazyColumn. ...
Rivan's user avatar
  • 101
0 votes
1 answer
230 views

I want you guys' insight on how this kind of navigation can be achieved in Flutter. How can we put navigation bar on the left side of the screen? How this can be done in a cleanest way? Source: https:...
Harish's user avatar
  • 768
0 votes
1 answer
709 views

Softly speaking, I'm not strong in JS. When we first time scroll a mouse, the video lightens up (opacity?) and the header text changes from white to black. Could you show how to implement this? I'll ...
Otkambinok's user avatar
0 votes
0 answers
136 views

I have an app that has a UI displays a question answer some letter buttons and stuff . the problem is that this UI looks diffrent in every diffrent phone for exemple: UI in the Redmi 8 phone Redmi 8 ...
Ayman Ait's user avatar
  • 1,268
0 votes
1 answer
670 views

I have created a frame that works well with iPhone 13 Pro max. However, the placement is not correct for devices with smaller screens. How can I edit my code, so it adjusts when on a device with a ...
steeezyboy's user avatar
0 votes
1 answer
114 views

I read tons of tutorials and seen lots of video but basically none of them solved my problem, so the question as the title. My doubt is this: if I develop a Flutter app I debug using my iPhone, and I ...
Ale TheFe's user avatar
  • 1,731
1 vote
1 answer
30 views

I am new to coding, my code moves when I change the size of the browser window (divs and pictures start moving up and down and as a result my web page can only be correctly visible in one window size. ...
Smith82's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
8