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 to code a menu bar across your Pygame project
I have been struggling with merging my code.
I am creating an arcade game on Python and have a main file where I have an image and clickable assets which link to a game I have imported.
Now I am worki...
SoniaK
Votes: 0
Answers: 1
Limiting the visibility of the selection|ListView
I have a ListView inside a Column:
SizedBox(width: 100, height: 100, child: ListView.builder(
shrinkWrap: true,
itemCount: _listHours.length,
itemBuilder: (context, index...
Dedserv
Votes: 0
Answers: 1
data is getting diisplayed twice in list in react
I am getting data in the below format.
[
{
"country_id": 1,
"country_name": "INDIA",
"insurance_id": {
"insurance_id": 1,
&q...
Shruti sharma
Votes: 0
Answers: 3
UI bug for the light theme (Fragment)
I've created a new project in Android Studio and there is a UI bug for the interface and I am not able to fix it. I don't understand what is this problem.
Basically it appears a top margin / a top pad...
MrMe
Votes: 0
Answers: 1