Adding all Libraries to Jar file
In order to add all dependency libraries to single JAR file; Section below needs to be added to build.xml file in the <project> tag:
In order to add all dependency libraries to single JAR file; Section below needs to be added to build.xml file in the <project> tag:
Hello, The class below is one way to implement a class that can read IP address from user’s input in C++; Can convert to string or/and enumerate in range:
Hello, I wrote a simple SMS To Email Forwarder App for android. I’ve tired to post it on Google play , but they have strict policy when it comes to accessing SMS Messages and they require default handler, which is not the case with this application.
Hello, I just wanted to post this to everyone , this book is one of the best books I ever read in Java Programming; It’s practical and free. Introduction to Programming Using Java, Eighth Edition Hope you enjoy it and good luck. –Saeed 🙂
Hello, Today I was looking for File Chooser for an android application I’m working on. Unfortunately most of available methods does not return a correct file path to the file.
Hello!! It’s been a while that I have posted something here…. Today I was reading new C++ book with 2017 standards. It’s amazing how fast things been changing in C++ and it’s evolving quickly. Even-though changing the habit is hard, I like where C++ is going to. Here is an example of Generating Random Numbers […]
Hello,…… One of the things that was always fascinated me was the implementation of Progress Bar with console applications. If you ever used applications such as “wget” you know the progress bar is used to notify the user about the progress of the download or the process. Here is the C++ source code of the […]