d tag

2228 questions


1 answers
106 views
0
I have a question for Android fragment.

What is the TAG factor used to replace the fragment?If it is right to find the above fragment with FindFragmentByTag, can I find the removed fragment as well?I think it doesn't seem to be a problem if...

2 years ago

1 answers
30 views
0
Android Studio Build Problems

Hello, I'm a student who is developing an app with Android Studio.Before this, the time of gradle build didn't last very long.But I'm working on a project with Google Maps API, and I'm working on this...

2 years ago

1 answers
26 views
0
When writing Recycler View and Coordinator Layout, scrolling stops in Recycler View

Hi, how are you?Recycle view and Coordinator Layout AppBar Layout Collapping Toolbar LayoutYou are adjusting the toolbar size using the . Scroll down and scroll up quickly to stop at the first item in...

2 years ago

2 answers
29 views
0
This is a dialog question when playing Android YouTube.

Private YouTubePlayer.PlaybackEventListener = new YouTubePlayer.PlaybackEventListener() { @Override public void onPlaying() { ConnectivityManager cm = (ConnectivityManager) getSystemService(CONNECT...

2 years ago

2 answers
89 views
0
This is a question when you dynamically add a list view item from another activity.

Place the listview and add item buttons in Main Activity.Press the button to go to B_Activity.In B_Activity, I want to read the view values when I click the finish button and add a list view item loca...

2 years ago

1 answers
79 views
0
Can you tell me how to package an existing web app online with a hybrid app?

As the title suggests, to use a real smartphone device, a program developed as a web app,I'm going to hybridize the existing codeIf you look at the phone gap or the hybrid app, it is confusing because...


3 answers
135 views
0
Value forwarding question to fragment.

Currently, it consists of EditText and search buttons on one screen, three tabs, and a viewfager, each tab being a fragment. If you press search, you want to send the value that comes with json parsin...


1 answers
60 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
115 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
30 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
« - 123 - »

© 2024 OneMinuteCode. All rights reserved.