id tag

1618 questions


1 answers
58 views
0
Hello! In a day, I asked a question...I have a question about json paser

10-1809:01:31.218 15389-15897/com.oh_biz.oh_works W/System.err: at com.oh_biz.oh_works.View.Tab1$AsyncHttpask.parseResult(Tab1.java:215)10-18 09:01:31.218 15389-15897/com.oh_biz.oh_works W/System.err:...

2 years ago

1 answers
112 views
0
Change the text color of the menu when selecting an Android fragment

https://github.com/neokree/MaterialTabsWhat I want to implement is like the commonly used library Materialtabs.It would be convenient to use the library, but I'm thinking about learning to implement i...

2 years ago

1 answers
28 views
0
Set the header value to JSONObject during Android Http communication

It's exactly what the title is.Even if I search it, when I set the header value,You can only put (String, String) in setRequestProperty.Is there a way to request it by putting it in JSON format?It's n...

2 years ago

1 answers
30 views
0
Implementation of a dialing program through the earphone button

Hello, everyone Using the Play / Vol + / Vol - / Stop button on the earphone Dial the specified number of phone number when the play button is pressed Dial the specified number of phone number 2 when ...

2 years ago

1 answers
29 views
0
Sound different when entering Android specific values

Here's the short story.Simply set the activity and set the sound to be generated when you enter a specific valueWhat should I do to make it sound like Dew Drops when I type 10 in another activity?

2 years ago

1 answers
141 views
0
Can I add certain characters fixed to the end of the string in Android EditText?

In editText, where you can enter only numbers, Is there a way to automatically put dog on the back when you write 5 in editText?

2 years ago

1 answers
79 views
0
Long question on Android

inti = 11818518518518581; I know that this should be corrected to long. So I know that you have to put an L after long i = 11818518518518581L to recognize it as long.But now longi = arraylist.get(arra...


1 answers
28 views
0
viewpager and animation

Hello.There are multiple screens using the viewpager, and the toolbar is using one for public use. If you move the screen here, the toolbar button is shown below to match the screen.ObjectAnimator ani...

2 years ago

1 answers
23 views
0
Which is better for simple data storage: SQLite or Shared Preference?

I want to receive data from the application and save it inside. For example, if you get a string like Apple\nRed\n123 or Banana\nYellow\n456, you separate the words separated by\n and save them, and t...

2 years ago

1 answers
30 views
0
How can I communicate between Android?

Hello, everyone When you have two Android devices I want to send data in json format from one device to another.As soon as we receive the data, we're going to make them do something.Due to lack of rel...

2 years ago
« - 80 - »

© 2024 OneMinuteCode. All rights reserved.