api tag

243 questions


3 answers
71 views
0
api java objectification

[a, b, c, [d, f, g]] There's an api that prints these values, but is this type of api also json?I'd like to ask you this question because I want to make API a Java object like this.

2 years ago

1 answers
103 views
0
I turned the Python example code while trying Google Cloud Speech API, but there is an error!!!!!(Crying)

Hello, everyone The final goal is to apply real-time STT to Chrome extension programs using voice recognition APIs.I kept looking for the voice recognition API, but it was judged that I could not acce...

2 years ago

1 answers
50 views
0

1 answers
140 views
0
You want to set the center value to the current geolocation value when using google map api

JSP Code <%@ page language=java contentType=text/html; charset=UTF-8 pageEncoding=UTF-8%><%@include file=/importhead.jsp %> <%@include file=/header.jsp %> <%@include file=/panel.j...


1 answers
42 views
0
Kakao api sample app execution related (Android Studio)

I downloaded the sample app and imported it, but even if I do that, there are still errors, so I can't code it... How do I resolve this?

2 years ago

1 answers
85 views
0
I have a question about Fetch() API.

In order to display JSON data from addresses with different domains in the ReactJS page component in the console window, I wrote the code as below.const url = 'http://example.com/';fetch( url, { 'Acc...


1 answers
46 views
0
Related to Android Kakao API linkage

I'd like to log in to Kakao api Is it possible to try this if the application is registered in the first place?They want us to add more platforms, but there's traffic here

2 years ago

1 answers
37 views
0
Understanding platforms, frameworks, libraries, APIs

I'm not sure about the concept of those words in the title, and I can't find anything even if I search for blogs, so I'm asking this question

api
2 years ago

2 answers
65 views
0
Which map can I know my current location accurately and quickly on Google Maps vs Next Map vs Naver Map?

I want to make an app where I can share my current location and chat with my friends and family with my graduation work. The most important part of this application is that we want to find the relativ...

2 years ago

1 answers
108 views
0
While practicing classes in winapi, how do I export to the getter setter or change the value of the imported variable?

// Declare score variables in the Player classm_nScore;Player::Init(){ m_nScore = 0;}// Getter int GetPlayerScore() { return m_nScore; }// Dynamic Assignmentm_pObjects = new Objects;m_pObjects->Set...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.