Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

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.

Activity for Anonymous‭

Type On... Excerpt Status Date
Comment Post #284612 https://meta.codidact.com/posts/282281
(more)
over 2 years ago
Comment Post #284377 I had deleted my last answer to change license. I was going to choose CC0. But I had deleted before answering that's why the selection changed. :|
(more)
over 2 years ago
Comment Post #284374 >Draw a line from the current point to the given (x,y) coordinate which becomes the new current point. L (uppercase) indicates that absolute coordinates will follow; l (lowercase) indicates that relative coordinates will follow. A number of coordinates pairs may be specified to draw a polyline. At th...
(more)
over 2 years ago
Comment Post #284374 A command letter may be eliminated if an identical command letter would otherwise precede it; for instance, the following contains an unnecessary second "L" command: >M 100 200 L 200 100 L -100 -200 But it's not understandable to me
(more)
over 2 years ago
Comment Post #284357 moving to [another question](https://software.codidact.com/posts/284343) since I am not facing the issue (Hash sum mismatch) anymore.
(more)
over 2 years ago
Comment Post #284363 See the title 🔝. and see my post again...
(more)
over 2 years ago
Comment Post #284343 https://software.codidact.com/posts/284357
(more)
over 2 years ago
Comment Post #284343 After executing `export DISPLAY=:0.0`, I got the following error which running netbeans: https://paste.ubuntu.com/p/JmYv8Ng67T/ I thought I am getting the error cause netbeans couldn't find JDK. So I had executed it again ```bash netbeans_jdkhome='/usr/bin/javac' ``` although I still get ...
(more)
over 2 years ago
Comment Post #284327 You can directly setAdapter instead of swapping, invalidating. So the code should looks like : ```java contactViewAdapter = new ContactViewAdapter(getActivity(), getActivity(), new ReadContacts().CallLog(getActivity(), order), "dialer"); recyclerViewCallLog.setAdapter(contactViewAdapter); ``` ...
(more)
over 2 years ago
Comment Post #284320 I don't have much more time to write a complete so just putting some information which was helpful for me... I wasn't using Oracle or T-SQL. I was just using a default SQL in Android Studio. ```java package android.database.sqlite; ``` Simply I just can call it SQLITE. And there's no variabl...
(more)
over 2 years ago
Comment Post #284320 I am directly using SQL from Java. I don't have any idea of backend. I am sure that it's not mysql. But it's something else. What's that? I don't know..
(more)
over 2 years ago
Comment Post #284320 @#53177 there's two tag with same name [table-column](https://software.codidact.com/categories/38/tags/3438), [tablecolumn](https://software.codidact.com/categories/38/tags/3817). You can simply delete tablecolumn since there's no question with that tag.
(more)
over 2 years ago
Comment Post #284255 >Specifically, a class can be declared to extend another class, which allows it to inherit or override methods from the parent class. Class can forever extend any class. But method can't; static method either. Your answer was about class rather than method. That's why I had downvoted... Even in yo...
(more)
over 2 years ago
Comment Post #284260 Everyone isn't familiar with short form. That's why I would suggest to use full form of sentences. Here CMS wasn't understandable for me. You had used [DOM](https://duckduckgo.com/?q=DOM&ia=web) but it's available in internet. But I couldn't find [CMS](https://duckduckgo.com/?q=CMS&ia=stock)...
(more)
over 2 years ago
Comment Post #284256 > I don't see how... Actually, it decreases I am not against your example. But we can call `numCars()` without adding `Car` before it. That moment you just have to add import static at top ```java import static com.classes.Car.numCars(); ```
(more)
over 2 years ago
Comment Post #284160 @#53078 Yes! I got the same output. But, it wasn't what I expected. I had expected [this output](https://software.codidact.com/posts/284160/284161#answer-284161) which doesn't show without CSS
(more)
over 2 years ago
Comment Post #284160 Google Chrome...
(more)
over 2 years ago
Comment Post #277486 Who were teaching me Java he said this thing but, I couldn't understand him. He said there's similar kind of problem in C and, C++ that's why he prefers Java. Is it good to practice C++ with these kind of problem? If not, than I was thinking to try more better language where I won't face this kind of...
(more)
over 2 years ago