id tag

1618 questions


2 answers
43 views
0
Methods Used on Android

If you create a method and do not use it, it will appear gray.For example, public class example {...public int usedMethod () { ....}public int notUsedMethod () { ....}...usedMethod();}If it's like thi...

2 years ago

1 answers
107 views
0
[Android] I want to change the screen using fragments in the navigation drawer.

public boolean onNavigationItemSelected(MenuItem item) { // // Handle navigation view item clicks here. int id = item.getItemId(); Fragment fragment = null; String title = getString(R.string.app_nam...

2 years ago

1 answers
138 views
0
Exception handling question when asynctask communicates with the server.

The server has been parsing in JSON format through async asynchronous communication. However, sometimes if the server is being checked or there is a problem with the server, an error appears immediate...


2 answers
24 views
0
I want to know the correct control method such as layout button and text included in the view phaser

Using a viewpager in Mainactivity (aa, bb, cc).You are showing xml.If the button declared in aa.xml public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVie...

2 years ago

1 answers
27 views
0
Error using Android next map map library.

I'm using the following map API to create an appIf you try to create and use a method to take a marker, the app keeps turning off.This is the code. public class MainActivity extends AppCompatActivity ...

2 years ago

1 answers
73 views
0
php push notification on/off function question

Currently, there is a php bulletin board, and when registering the notice, we use fcm to send a push through the web app.I want to turn off and turn on the push according to push on and off on the bul...

2 years ago

1 answers
96 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

1 answers
72 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
28 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
25 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
« - 78 - »

© 2024 OneMinuteCode. All rights reserved.