id tag

1618 questions


1 answers
45 views
0
This is a webview question from the Expandable List View

It's a code that even creates an expandable list view in Android Studio and displays related toast when you click on the Child list.I want to display toast here and at the same time type a different u...

2 years ago

1 answers
71 views
0
Android Studio Error Questions

Gradle During Sink Failed to resolve: com.android.databinding:library:3.1.3Failed to resolve: com.android.databinding:adapters:3.1.3The above two errors were found.I think it's an error in applying th...

2 years ago

1 answers
108 views
0
I have a question about Android viewpager.

public class MainActivity extends AppCompatActivity {MovieDetailFragment movieDetailFragment;MovieInfoFragment movieInfoFragment;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onC...


1 answers
23 views
0
Error in TextView in Android Studio.

https://www.youtube.com/watch?v=dk_AyDJL61g&index=2&t=279s&list=PLRx0vPvlEmdB6sCgj_jubp8KPb1ni0VOCI watched the lecture above and made it.By the way, the error cannot find variable TextVie...

2 years ago

1 answers
42 views
0
I want to open the open source downloaded from github, but this error appears. Help me."T"

I have to make a weekly app, so I'm making it into an Android studioI'm trying to use open source for the first time.I just unpacked the zip file and ran it, but it didn't workWhen I changed the versi...

2 years ago

1 answers
32 views
0
When I clicked on Android on Item, the position was clearly marked as 0, but I sent the value to another class in the shared preferences mode, so when I read the value, it appears as -1.

@Override public void onItemClick(AdapterView<?> parent, View view, int position, long id) { Cursor cursor = (Cursor) parent.getItemAtPosition(position); int myId = position; final int item_...

2 years ago

1 answers
24 views
0
What is tools:context?

If you look at the layout xml on Android, <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:tools=http://schemas.android.com/tools android:orientation=vertical android:la...

2 years ago

1 answers
109 views
0
How do I find the path to an external SD card in Android 4.0 and later?

The Samsung Galaxy S3 has an external SD card slot, mounted on the /mnt/extSdCard path. Environment.getExternalStorageDirectory() How can I find a path through code like this? The above code will retu...

2 years ago

2 answers
60 views
0
Which map can I know my current location accurately and quickly on Google Maps vs Next Map vs Naver Map?

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...

2 years ago

4 answers
22 views
0
I made a hybrid app on Nuboard 5, but the attached file is not pressed in Android studio webview... crying

Android Studio is API 16: Android 4.1 (jelly Bean)I'm using it.The webview says to use Chrome client, but no matter how hard I try... It's hard. It's been successful, but cameras and other functions a...

2 years ago
« - 120 - »

© 2024 OneMinuteCode. All rights reserved.