Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Anonymous
.................................
Posts
See all 39 »I was searching further why it's not working properly. Then I created a CSS file. Linked that CSS to XML using the following command. <?xml-stylesheet type="text/css" href="test.css"?> Th...
posted 3y ago by Anonymous
My favourite tags is empty. Although, some tags are highlighting. Usually, I was using another account earlier. I forgot (lost that gmail address) password (I can reset but, I don't want to use tha...
2 answers · posted 3y ago by Anonymous · edited 1y ago by Alexei
What does ems in xml do? I saw that I was using following line in EditText. But, I never thought what it does. I was trying to check what actually it does by removing the line. I couldn't see any d...
1 answer · posted 3y ago by Anonymous · edited 3y ago by Alexei
The em is simply the font size. In an element with a 2in font, 1em thus means 2in. Expressing sizes, such as margins and paddings, in em means they are related to the font size, and if the user h...
posted 3y ago by Anonymous
int arr[] = {10,123,14,14,15,16}; cout<<sizeof(arr)/sizeof(arr[0]); I was reading the article. When sizeof() is used with the data types such as int, float, char… etc it simply ret...
1 answer · posted 3y ago by Anonymous · last activity 3y ago by Canina
Whenever I click on edit button it is redirecting me to that answer. This is happening for the answer. Here's a video
0 answers · posted 3y ago by Anonymous · edited 3y ago by Monica Cellio
from tkinter import * from tkinter import messagebox, filedialog import pyttsx3 import PyPDF2 import os import webbrowser root = Tk() # root.geometry("500x500") root.title("Audio Book") ...
1 answer · posted 3y ago by Anonymous · last activity 3y ago by Alexei
What's the better way to store base64 in SQLite Database? I was thinking to put base64 as TEXT since base64 has lots of chars. CREATE TABLE name (id INTEGER PRIMARY KEY AUTO_INCREMENT, image TEXT)...
1 answer · posted 3y ago by Anonymous · edited 3y ago by Anonymous
Why ContactsContract.CommonDataKinds.Event.START_DATE always returning contact number. The number is available in Google Contacts. Here what I am doing... Cursor c; if (contactID==""...
0 answers · posted 3y ago by Anonymous
This is the worst bug I have ever seen.. I was fetching CallLogs following way. ArrayList<HashMap<String, String>> callLog= new ArrayList<>(); HashMap<String, Strin...
1 answer · posted 3y ago by Anonymous · last activity 3y ago by Anonymous
In the code below, the value of order variable should change according to i's value: String order; switch (i){ case 0: order = CallLog.Calls.DATE + " DESC "; contactViewAda...
1 answer · posted 3y ago by Anonymous · last activity 3y ago by hkotsubo
Could not find com.github.Kunzisoft:Android-SwitchDateTimePicker:1.9. Required by: project :app Search in build.gradle files I was trying to use the library. I had searched for 2.1, 2.0 a...
1 answer · posted 3y ago by Anonymous · last activity 3y ago by Anonymous
At first you have to add maven { url "jitpack.io" } in settings.gradle. I was facing the issue after adding that line also. When I had reboot my system it's working fine then. You can try to cl...
posted 3y ago by Anonymous
I was trying to install Netbeans in Xubuntu. I had installed Netbeans using Snapd. sudo snap install netbeans --classic I was trying to start Netbeans then I got an error which was looking like...
1 answer · posted 3y ago by Anonymous · last activity 3y ago by Anonymous
What is pathData? I was thinking to convert SVG to XML. I found it. In the code, I had seen that android:pathData="M 64 2 C 98.2416544895 2 126 29.7583455105 126 64 C 126 98.2416544895 98.2416544...
2 answers · posted 3y ago by Anonymous · edited 3y ago by Alexei
Reputation | 233 | |
Number of top-level posts | 28 | |
Number of answers | 11 | |
Sum of received votes (up minus down) | 7 | |
Number of edits made | 45 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 39 | |
Questions | 28 | |
Answers | 11 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 14 |
Flags raised | ||
---|---|---|
Count | 0 |