d tag

2228 questions


1 answers
25 views
0
Clear the left and right transparency of the functional unit flowing with android elipsize

Hi, how are you?On Android, if the text is long in TextView, it moves left like an electronic display.The problem is that it flows from here. There's an opacity in the front of the left men and the ba...

2 years ago

2 answers
48 views
0
How can I import Building objects using Google Maps API?

Hello, I am a college student who is a beginner in development.I want to make a program using Google Maps API, but I can't find a way on my own, so I'm asking you this question.First of all, Google Ma...

2 years ago

1 answers
83 views
0
How do I exit the application and show the home screen?

The application has a button called EXIT that lets you go to the home screen.When this button is pressed, I want to have a screen showing the application icon on my phone, what should I do?

2 years ago

1 answers
131 views
0
How to Call Activity in Android Service

public class LocationService extends Service {@Override public void onStart(Intent intent, int startId) { super.onStart(intent, startId); startActivity(new Intent(this, activity.class)); }}We create...


1 answers
32 views
0
How do I resolve the error Avoid non-default constructs in fragments?

Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundle) insteadThere is this error, but when I searched on Google, I heard that if you make a construc...

2 years ago

1 answers
26 views
0
How can I change the screen in an app like Google keep?

Hello, I am a student studying Android. I have a questionHow does a screen transition occur when you click an item in the navigation drawer in an app such as Google keep??? I don't think it's an intro...

2 years ago

3 answers
32 views
0
Problem of forgetting when scrolling the android check box

If you check the check box that appears in the list and scroll down, A certain check box will be checked and released for a moment. (Animation) Every time you scroll, you set the data and then update ...

2 years ago

2 answers
95 views
0
To check if Android Activity is currently running

ActivityManager activityManager = (ActivityManager) getSystemService(ACTIVITY_SERVICE);List proInfos = activityManager.getRunningAppProcesses();for (int i = 0; i < proInfos.size(); i++) { if (proIn...

2 years ago

1 answers
129 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
144 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...

« - 111 - »

© 2024 OneMinuteCode. All rights reserved.