python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I make responsive app that work in every device?
I have used ScreenUtilInit() in my flutter application. In that designSize: Size(360, 690) or designSize:ScreenUtil.defaultSize, what should I put. And what is advantages in both?
Santosh Chetiyar
Votes: 0
Answers: 3
How to get the equivalent file size of a json object in Python?
I am writing a python object with json.dump.
But I want to only write objects that would not exceed 10KB file size.
How can estimate the size of an object before writing?
Exploring
Votes: 0
Answers: 2
Mongodb aggregate lookup with size
I want to know the document size/number when user do the filtering
For example,
Restaurant A has 5 dishes on the menu
Restaurant B has 10 dishes on the menu
Restaurant C has 15 dishes on the menu
Re...
Alan Tang
Votes: 0
Answers: 1
Setting ImageView's size AND position as percentages programmatically in ConstraintLayout (Android)
As stated in the title i'm trying to set multiple ImageViews size and position as percentages in a ConstraintLayout programmatically.
I succeeded to do the individually, either via ConstraintSet or Co...
vittoema96
Votes: 0
Answers: 1