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
Coming from Windows Phone/Store development, I'm used to a lot of tutorials and sample projects on things. I can't, for the life of me, find any good resources on how to create an Android app which interacts with a real REST service. Just a simple app which talks to some random API to help people see how to write Android apps. An app which just hits an API and throws some decent looking view elements on the display would be great.
In Windows land, typically these resources are plentiful and offer best practices, project layout suggestions, etc. Since Android has a greater market share, I expected to find resources easier, but apparently not. Any help would be appreciated. My current setup is using Android Studio.
Here it is one: http://code.tutsplus.com/tutorials/create-a-weather-app-on-android--cms-21587
At the 9 point you will find the class used for the httpCall. This is just the first one I found looking on Google for "meteo app android tutorial" . It seems good.
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 5 years ago.
Improve this question
Due to some constraints in the project I'm working on, I need to develop a desktop application using Java. Now, I face the decision of which framework should I use. Is there any outstanding one? I've searched in different questions already done in this forum, but most of them are from 2014 or earlier.
You can try JavaFx. You can also find a lot of tutorials on JavaFx in google.
https://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm
As #StephaneM told this is off topic. Anyways you should use javaFX. Which is a library that has graphics and media controlling capabilities. Your next question would be what kind of IDE you should use. As I have seen both Eclipse and Intellij Idea have the drag and drop UI building interfaces. So you can only focus on the functionality building. Welcome to Stackoverflow and please read what #StephaneM mentioned.
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 am making a small project to combine two of the apps for class, but all I can find online for tutorials are too confusing or long. I'm only gonna use the code, but I am only entry level in java and I don't understand how to use XML and java together. I just haven't learned more code than I should so I looked up tutorials, but like I said, they're not good tutorials for simple projects. Any help is appreciated. If I need to explain myself better, please tell me.
I am trying to understand how to use SQLite for the app, and I forgot to mention I can think of an idea on how to use the code for certain projects.
Links:
http://developer.android.com/training/notepad/index.html
http://mrbool.com/how-to-create-a-notepad-for-android-devices/27015
http://javapapers.com/android/android-alarm-clock-tutorial/
You can follow below instructions to find Google sample code:
Click on File > New > Import Sample
You will see below window from where you can select any official sample code from Google:
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 am planning to develop a web application using GWT, but before that I need to make few clarifications. The web app what I am developing should be compatible with Mobile phone browsers considerable smart phone browsers.
I googled a lot to know this but I did not find supporting or sufficient documentations.
If GWT doesnt support what would be the other framework, which is open source java based framework?
There is no big problem with mobile websites build using GWT, it generates standard javascript + html. There is some libraries that can help you build mobile site, like http://code.google.com/p/gwt-mobile-webkit/. And you can write any widget you wish.
But keep in mind that GWT will generate very heavy target files, sometimes few megabytes long. So if you target audience uses GPRS for accessing your site, it could be problematic for them.
There is also other web-framework, that are GWT based: http://vaadin.com/home.
It have great collection of UI components, and currently authors are extending it to be more mobile friendly.
You could also try a different route with Context Framework. I think it suites better to mobile web developing because it is more lightweight solution. I have made a journey planner (in Finnish) with it and it was tailored especially to touch screen phones. You can find it here.
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
My requirement is to access moodle as a backend engine and front end will be mint in Java[jsf]
now I want to know that is there any interface available to access Moodle from Java , using WebServices or any APIs or anything.
Initially I tried using Sakai which is in Java, but the problem is there is no clear API written for it.
So let me know the option for using Moodle from JAVA.
Also if it is possible than what will be the feature available through the WebServices or API. ?
Or any other LMS that is in Java and provide API or WebService to make this working.
I reviewed many LMS (dokeos, docebo, ATutor) last year and to be frank all of them sucked. Moodle was the most stable, had more plugins and a huge community.
I came across Project Sakai, I havn't tried it, but sounds promising. Something very interesting from Google is cloudcourse (in python I guess, but looks awesome demo). But not a complete LMS (compared to moodle).
You forgot to add Chamilo they have a list of available web services (SOAP) that you can use to create courses, users, add users to courses, etc
https://www.olat.org/ and https://www.openolat.com seem a good alternative to moodle.
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 4 years ago.
Improve this question
I'm really tired of using the Google Web Toolkit for accessing Google Maps in Java using Netbeans... Does anybody know of a good alternative providing a simple(r) API?
Any help would really be appreciated!
OpenStreetMap has a good API in combination with OpenLayers.
Good luck with that!
Driving instructions are included, but since OSM is user-generated, you cannot rely 100% on this information. See OSM-Wiki article "Routing"
If you want another API that has great routing and other mapping alternatives with a J2ME API you can take a look
[Shameless plug]
http://developer.decarta.com
[/shameless plug]
We also do mapping, geocoding, and other cool spatial functionality.
We have an android API, iOS API, mobile JS, and a desktop JS along with XML web services.