The size of my app is larger than I expected, all my drawble are 95% .SVG and are converted to XML in Android studio. When I did APK analyzer it shows xxhdpi-v4
I have a long code on worksheet event which contains a lot of IF conditions and nested IF. Sometimes, I forget to add the end if ,so when I debug the code ,got
appreciate any advice on below issue! I am attempting to deploy an Node app to EB using eb deploy and--after the artifact is uploaded--am seeing errors in eb-en
I was trying to use the following code to read lines from a file. But when reading a file, the contents are all in one line: line_num=0 File.open('xxx.txt').ea
I have a list with toppings and their prices. After the user selected the choice, I want to obtain the name of the topping and the price individually. However w
I have a chart with dynamically data. So I want when the indexes from the list is more than 20 to be activated horizontal Scrollview and my chart to be stretche
I want to add a simple Contact form to my web site so that customers can contact me easily. <form> NAME <input type='text' name='name' />
After creating a session, when I tried to get session the value of expiry date changes every time. 1st get request - "session_expiry": "2022-02-21T22:42:38.2319
I have a FlatList in React Native which is basically a scrolling list that can trigger a function call when it reaches the end of the list, like a lazy loading