65 questions
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 ...
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...
List <? You want to use the datatype in extensions List <LatLng >>. But I don't know how to use it.Give me an example!
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...
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
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...
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...
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...
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.
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,+...
« | - 4 - | » |
© 2024 OneMinuteCode. All rights reserved.