Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

ExperimentalMaterial3WindowSizeClassApi breaks material you dyamic colors

I'm pretty new in Jetpack Compose development and I'm trying to exercise with it. Right now I'm trying to build responsive layout using ExperimentalMaterial3WindowSizeClassApi as explained here. ...
Bernard Borio's user avatar
0 votes
1 answer
127 views

The google sheet is not responsive on an Android cell phone [duplicate]

I've created a simple form on a google sheet . With the authorizations I have given on the PC the data are transferred from one page to another page on the same sheet with the help of a button by ...
Gokhan ERGUR's user avatar
1 vote
0 answers
132 views

Text doesn't fit in when user changes their phone font size

All this is in Jetpack Compose For example, I have a row with a defined size let's say width: 70.dp and height: 36.dp and lets say theres a text composable within that row with a text size 14.sp. Now ...
algoritimizesana's user avatar
0 votes
0 answers
84 views

OneConnect response is coming empty

i dont know why Oneconnect response is coming empty i apply key of server there is data but coming empty "[]" this sign come when i debug, hard to understand whats going on. i was making vpn ...
waseem akram's user avatar
-1 votes
1 answer
44 views

Can I use setState() inside a function that is called from a StateFull?

I have this code: class buildApp extends StatefulWidget { const buildApp({super.key}); @override State<buildApp> createState() => _buildAppState(); } class _buildAppState extends State&...
guguCara's user avatar
0 votes
1 answer
40 views

Is there a way that Flutter won't allow my app to install or run at different sizes?

I have coded an application that I have only optimized for the size of the phone (it is responsive on the phone). Now I want it not to be run or installed when the user runs it with the emulator on ...
FORGE096's user avatar
2 votes
1 answer
780 views

Flutter responsive design for container height and width, fontsize of text, padding, margin, etc

What is the best approach/ best practice to design a responsive Flutter app? Like the width and height of a container, fontSize of a text that is responsive to different size of device. I have tried ...
Kelvin Anderson's user avatar
0 votes
2 answers
833 views

Android Studio different sizes in devices

i am new to android studio and i am trying to fit the image every device but its smaller in high density devices how can i solve this. this is my physical device this my virtual device <...
Kadir Kantar's user avatar
1 vote
0 answers
22 views

How do I make imagebutton and navigation view, toolbar and text view adjust to screen size in android studio?

I want to make all of my design scale to sit nicely in any type of screen size, I have this image button which instead of adjusting according to the screen size it either stays the same or increases ...
Mark's user avatar
  • 11
-1 votes
2 answers
1k views

Flutter: how to make Drawer z-index on top of all widget with Layout builder?

I'm building a responsive flutter app. i use layout builder to achieve that. I also need to open a drawer on my screen. Then I faced the problem that the second screen was piling up on top of my ...
pmatatias's user avatar
  • 4,179
-2 votes
2 answers
52 views

In Android, some cell phones work the graphical interface perfectly, and other cell phones do not the same graphical interface. For what reason?

I'm developing a code on Android, and testing it on two cell phones of different brands. Sorry these screens are not in English language, okay? You can see that in the screenshot below, it's from a ...
Michael Smith's user avatar
0 votes
1 answer
35 views

responsive image using picasso android

i started using Picasso instead of using drawable resources that would fill my app with KB, and MB of images, but i got a problem, i just can't find the proper way to make my images responsive in all ...
Lestat2022's user avatar
1 vote
1 answer
1k views

FLUTTER: Responsive Widgets with Zoom

FLUTTER: How do I make my widgets (which use fontSize, height and width) responsive to device zoom? I always use MediaQuery.of(context).size for different phones resolutions, but what about when the ...
th38amorim's user avatar
0 votes
1 answer
65 views

Short text fall into a second line on one device

I've created a slide up menu using the react native modal. There is a strange UI behaviour on Nokia 8.3 5g (Resolution: 1080 x 2400, Android version: 11). You can see the last letters of the Notes ...
Sampath Liyanage's user avatar
0 votes
1 answer
254 views

Video.js CDN for Android (Responsive)

Just started trying to use VideoJS for a new website targeting mobile users. On the Getting Started page under Video.JS CDN it gives code to try out (see https://videojs.com/getting-started). What I ...
DavidEJM's user avatar

15 30 50 per page
1
2 3 4 5 6