id tag

1618 questions


1 answers
25 views
0
This is an Android open source list question.

Hello.I'm trying to open the open source used by commercial apps such as Kakao Talk, but I don't have a clue.android-viewpagerindicatoractionbarsherlocknineoldandroidsapache log4netapache commonsgsonv...

2 years ago

1 answers
44 views
0
Hello. I've implemented the bulletin board through webview using gnuboard as Android Studio. The file attachment function is not working.

Hello, I'm making an app with Android Studio. (Beginner)It works well on mobile by bringing the Nuboard 5 bulletin board to the fragment as a web view.However, if you click the Attach File button to c...

2 years ago

1 answers
32 views
0
I have a question about the error that occurs when creating a dialog window using Android Activity theme!

Hello, I'm a student studying Android.I'm just going to use activity theme to create a dialog window.However, even if I tried googling and incorporated the methods found in googling, I couldn't figure...

2 years ago

1 answers
24 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

1 answers
82 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
129 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
31 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
25 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
31 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
94 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
« - 68 - »

© 2024 OneMinuteCode. All rights reserved.