Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
so I've been coding in java for the past 2 years, mainly making mods for Minecraft. Recently though I started making discord bots, and I've never really done anything with Java outside of Minecraft, and was using JDA(Java Discord API), and i realized how fun it was. I was wondering if any of you guys knew of some API's i could use to do some cool stuff with :D
If your looking to toy with some nice REST api's to interact with I could definitely suggest looking towards Amazon Web Services, or any of the Google API's such as Google Maps, or even Facebooks API.
Cheers and happy coding! :)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have leant basics of java, XML, firebase. I am able to create Instagram like app. But I want to proceed even further by enabling users to chat through the app (only major feature currently missing in my app). I have no idea as to where to start. Can anyone suggest a verified course which could help me learn?
For your further questions, I'm introducing you Google - your best friend, when you have a question and you are looking for the answer.
Some of good resurces (where I don't know where are you with your knowledge):
thenewboston channel (youtube), help me a lot when I started learning Android development, they also provide good tutorials on other languages
Udemy
Coursera also has a lot of good resources
And a good advice, based on my experiences from work: start learning about Hybrid mobile technologies like React native, Ionic, Flutter, etc. because they are also very popular these days and I'm sure they will grow in future.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to automate some of the webservice testing by using java. Is there any opensource available in market. As long as I known about Apache AXIS which can automate webservices. But I didn't get clear details about it. like where I should start. Please share some source material for learning purpose.
I just came across XML Messaging tool for api testing, and the below site is helped me to achieve what I want.
http://www.inf.fu-berlin.de/lehre/SS03/19560-P/Docs/JWSDP/tutorial/doc/JAXM.html
however, you may share your experience.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm learning android for 6 months and now I decided to read some fresh book. All that I read was an old book on russian based on android 2.3. It sucks, I know.
So could you help me to make a right choise? Thanks.
If you know java pretty well, and have clear concepts about OOP. You can learn android from anywhere. But to have a smooth flow and step by step learning I would recommend this Android Contest of CodeProject. It is a series of very nice and winning articles on specific topics of android. If you complete it, you'll definitely learn a lot.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I want to develop a small application in JAVA, for personal use, that solves the derivatives and integrals. Can you tell me some good library to do this, and some example?
Thanks
Commons Math contains the ability to integrate using different methods - see here, section 4.5. The example here shows you how to use the TrapezoidIntegrator, the others work pretty much in the same way.
SO post
Library reference hosted on google code.You can also use JLink with Mathematica to send your calculations part to mathematica and get appropriate results back.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I've worked on a lot of web applications in Django. Now I've to write a webapp in Java as the system it will be interfacing with is all written in Java.
I'm not sure what would be a good framework to work with. I've a lot of experience working in Java, so language is not a problem but I'm looking for a framework that favors conventions over configuration and is easy to get started with.
I would recommend Play Framework, it's inspired by Ruby on Rails and has a very short development cycle - just save your source code and update your browser. It also has good integration with testing frameworks. I have used it for a few months and it is easy to understand.
"Running Django on Jython"