map tag

65 questions


1 answers
124 views
0
How do I save a bitmap to a specific folder?

I'm creating a function that downloads an image from a web server and outputs it to the screen. Can I continue to save the downloaded image to a specific folder on my SD card? So what I want to do is ...

2 years ago

1 answers
126 views
0
Why does Java's HashMap produce output like this?

public class CHashMap { static HashMap<Integer, Student> student = new HashMap<Integer, Student>(); public static void main(String[] args) { student.put (1111, new Student (Kim Ye-si, 3rd...

2 years ago

1 answers
69 views
0
List How to use it

List <? You want to use the datatype in extensions List <LatLng >>. But I don't know how to use it.Give me an example!

2 years ago

1 answers
134 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
138 views
0
How do I upload Bitmap to web server using Okhttp?

I'm going to upload a picture using php I'm going to take the photo selected by the camera or gallery and resize it with bitmap and upload it on the serverHere we go. Give me a tip

2 years ago

1 answers
61 views
0
Google Maps does not appear when Android is distributed

I'm struggling with an unexpected problem when I try to put an app on the market.I created an .apk file with the bulk>generate signed apk in Android Studio.This app contains Google Maps, so to regi...

2 years ago

2 answers
58 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
109 views
0
I use Gelocation in my Android browser, and it says user denied geolocation.

I'm making an Android application using Geolocation.Geolocation seems to support HTml better than Android, so Android simply loaded the HTml file on the sdcard, and the imported HTml file was implemen...

2 years ago

2 answers
104 views
0
I want to get a key and value pair randomly from java map

I used hash map to interpret English words as key and value, read one line at a time, and saved it I want to print this out randomly, but I don't know what to do.

2 years ago

1 answers
105 views
0
:: To find out if there is a particular key map std.

std::map I want to find out if the key already exists or notWhat should I do?My code is making an error typedef map<string,string>::iterator mi;map<string, string> m;m.insert(make_pair(f,+...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.