id tag

1618 questions


1 answers
127 views
0
How do I play video/music files on AWS3 as streaming?

We are producing a mobile community application.I use AWS S3, and until recording and uploading inside the current application,I implemented it by referring to the AWS S3 upload tutorial.In order to c...

2 years ago

1 answers
143 views
0
How do I resolve android.os.NetworkOnMainThreadException?

When ANDROID.OS.NETWORKONMAINTHREADEXCEPTION occurs,What should I do?In the below code I got an error when running my Android project for RssReader.I'm working on a project that reads Rss on Android l...


1 answers
155 views
0
How do I implement Fragment data in Android ViewPager?

Due to the nature of the view phaser in the Android view phaser, the current view and the view before the next view are called together. Assuming that there are about five fragments in the viewfager,W...


1 answers
104 views
0
Null pointer exception occurs when you call findViewById() on Android.

Could you tell me what the problem is in the program below? In the onCreate() method, findViewById() is called, and the return value is null even if you try all the id.I don't know why, but does anyon...


1 answers
113 views
0
How do I change the theme of AlertDialog?

You are about to create a custom AlertDialog. I added the code below to styles.xml. Put color_panel_background9.png in the drawable folder. It's also in the res folder of the Android SDK. From mainAct...

2 years ago

1 answers
130 views
0
Close Android Pop-up Window

I wrote a code to display a pop-up window when you select an item in a list activity. The problem is that pressing the Back key does not close the pop-up window. I was asked to catch the back key in t...

2 years ago

1 answers
28 views
0
How can I retrieve the picture of the contact?

I'm having a hard time retrieving pictures of contacts on Android. I tried to google it, but I couldn't find the relevant data. Does anyone have an example of querying a contact to retrieve a photo?st...


1 answers
133 views
0
Android Specific Value Import Service Runs Every 1 Minute

One of the application functions I'm working on is to activate and maintain the service from the first launch of the app. The function of this service is to get the db value by doing web communication...

2 years ago

1 answers
110 views
0
There seems to be an error in the Emulator portion of this clip.

I'm in the process of creating an Android app through Eclipse, but it's blocked from the beginning.Currently, Eclipse has added an Android SDK to create an AVD and now an Android applicationThe projec...

2 years ago

1 answers
143 views
0
I have a question about RecyclerView.

Hello, RecyclerView is showing you a list of lists.If you scroll down in RecyclerView, you'll see the items that are shown on the current screen I want to know which position item it is. I wonder if t...

« - 69 - »

© 2024 OneMinuteCode. All rights reserved.