d tag

2228 questions


1 answers
98 views
0
Send images using Http Post

I'd like to send an image from the Android client to the Jango server using Http Post. The image will be selected in the instrument's gallery. We are currently using the NameValuePair list to send ess...

2 years ago

2 answers
158 views
0
Load data from Python files into a list

I'd like to bring the file (data.txt) that has the following data to the list and process it.[skkim@master test]$ cat data.txt 0.3677630.3358440.3338430.3334080.07418670.01891320.001191960.006764490.0...

2 years ago

1 answers
75 views
0
Fileobserver onEvent() does not run on the marshmallow version.

Fileobserver creates files and directories, changes, deletes, etc. are being checkedIt's not working in version 6.0.We have already registered WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE in the m...

2 years ago

1 answers
30 views
0
I'd like to include an image in json and save it.

public void EnollmentUser() { JSONObject mDataJO = new JSONObject(); String adress = etmapname.getText().toString(); String adress_descript = etadress.getText().toString(); String roomInfo = etroomInf...

2 years ago

1 answers
28 views
0
Android TimePicker Dialog method question

I have a question because there is something that does not work well in setting the time using TimePickerDialog. private TimePickerDialog.OnTimeSetListener timeListener = new TimePickerDialog.OnTimeSe...

2 years ago

1 answers
41 views
0
How to insert images into mysql through php communication and display them

I'm working on a project right now, and I really need a function to put an image in the db and reload it.How can I insert an image into mysql through php communication and show the images that have be...

2 years ago

1 answers
168 views
0
[Lectures 3-7] What is the difference between reactive and adaptive webs?

[Lecture 3-7] I'm listening to the lecture on pixel density by device, feeling refreshed. Let's not follow the past and design for today! was so touching. Thank you so much I'm asking you a question b...


1 answers
105 views
0
Can I do multiple Notifications in one app on Android?

I have to send several Notifications, not one, from the app I'm currently working on, but as far as I know, there is only one way to represent Notification in multiple ways?

2 years ago

1 answers
78 views
0
If you want to show a large image on Android as it is...

It's exactly what the title is.Should I use ndk to load and show the original image without OOM (Out of Memory) in the Android application? Can I do it using opencv? Does the default gallery on the de...

2 years ago

1 answers
130 views
0
I have a question from [Emmet Custom Settings] Lesson 1-7.

Hello? I'm a beginner who started programming in my mid-30s. My os is Mac...In my case, if you enter it and tap it, It's printed like this, but on the screen of Mr. Yamoo, It's printed out. Among the ...

« - 122 - »

© 2024 OneMinuteCode. All rights reserved.