Tagged Questions
0
votes
0answers
15 views
How to save GoogleCredential for an other use Google Drive
I am a beginner and I want to test the Drive API from Google.
This is the sample java code, but I have to re-enter the generated code every time I launch the application.
Is there a solution for this ...
0
votes
1answer
14 views
Youtube API v3 search for videos, retrieve title and url
How can you search for youtube-movies and get the id/url and the title from it? It's to add them to a BaseAdapter-class in an Android Application.
In the second version of the API, it was possible: ...
1
vote
1answer
16 views
Google Calender Api integration to web app using api calls
Me and my team have built a document management system on top of App Engine using java .
We are trying to integrate Google calender to this app . We are new to web services so is there a way to do all ...
0
votes
3answers
25 views
Android Google Maps V2 - Project Has Stopped Working
I'm trying to use google android maps V2 on my samsung s3 mini (4.1.2) however I keep on getting the message "Application has stopped unexpectedly". I had included the google APIs [Android 4.1.2], ...
0
votes
1answer
31 views
Retrieving top stock market information and [on hold]
What would be the most efficient way to retrieve top/worst stock lists. I tried implementing it myself by downloading each stock (in groups of ~150) via the Yahoo Finance API but there are just too ...
0
votes
2answers
34 views
Why is Java giving me a ClassNotFoundException?
I've got a Maven project running and when I try and run a GET call it prints a ClassNotFound exception to the console and then gives me a null result on the page. I have a dynamic web project that I ...
0
votes
0answers
42 views
Stackoverflow vs otherforums events performance? [on hold]
As i am using Stackoverflow from couple of days i saw performance of Stackoverflow forum is best than other forums .What the technology they have used to perform action with that much speed? I know ...
-2
votes
0answers
26 views
Best approach to design Spring web app + Mobile app [on hold]
I know this is not a real question, but I just need some advice and guidance on how to design a solution with Spring before I get started. It would have a database, probably using Hibernate and ...
2
votes
0answers
13 views
Java API to connect with Share Point Server
I will want to know any paid or open source Java Api to connect with the Share Point Server .
I just google and found Share Point Java API
But when i tried to run a simple Demo Code it not worked i ...
0
votes
0answers
11 views
iFrame contents to a static html page
I want to convert my iFrame contents to a static HTML page. I am using java. Is there any API that I can use within my project to do the same. IFrame can contain dynamin data as well?
0
votes
0answers
17 views
WolframAlpha API throws exception in Android but not console
I'm building a simple calculator and I wanted to verify my calculations using a proven calculator, WolframAlpha but I'm having some consistency issues. I'm programming this to learn more about ...
0
votes
0answers
32 views
Android Development- Google Map is shown w/ my current location but business locations are not shown. What could be the issue?
I took the code from here: http://wptrafficanalyzer.in/blog/showing-nearby-places-and-place-details-using-google-places-api-and-google-maps-android-api-v2/
Copied the code, created a new API key and ...
1
vote
1answer
25 views
Java Rally Rest Api : How to add new user to the Project
I have requirement to add users to Project
user [email protected] have user permission to workSpace1
Project1 exists in workSpace1
now thru Java code - i need to give the user Editor Permission to ...
1
vote
1answer
58 views
How to fetch data from api given in Newline
Part of my program's purpose is to retrieve data that is given in newline format from this api:http://ip-api.com/docs/api:newline_separated. The data are is concerned with the geo location of an IP ...
0
votes
0answers
20 views
How to set up the java enviroment for accessing google analytics api
I am trying to retreive data from the google analytics Api with help from this tutorial:
https://developers.google.com/analytics/solutions/articles/hello-analytics-api
But i have problem setting up ...