intent tag

39 questions


2 answers
122 views
0
Android int

Please tell me how to use int on Androidㅠ

1 years ago

1 answers
111 views
0
How to run other apps in an app

I'd like to run another package installed on my app, but I think it's possible if I use the int, but I can't find any way to find it. Could you please give me a link or explanation about it?

1 years ago

1 answers
69 views
0
To call another activity by using an int in an application.

I have two activities in my project. If you click the first button, the activity starts. If you click the button,I'm trying to end the activity, but nothing happens when I click the button in the firs...


1 answers
96 views
0
How to manage 'startActivityForResult' on Android

Recall the second activity through startActivityForResult from one activity. The second activity contains several functions that terminate it. Normally, it does not return a result value, but only one...

1 years ago

1 answers
108 views
0
Android YouTube App Video Play Intent

I created an app that allows you to download YouTube videos from Android. Now what I need is, when I play a video on YouTube, I also download it. To do this, you need to know the Intent that the YouTu...


1 answers
95 views
0
I have a question for Android Serializable.

I'd like to ask you a question about Serializable Intent.If you serialize the data class of ArrayList and simply send putExtra, the receiving side will receive itDo I just have to do getSerializableEx...


1 answers
87 views
0
I have a question for Android Intent.

This is the main activity.ImageView likeButton;TextView likeCountView;ImageView hateButton;TextView hateCountView;CommentAdapter adapter;Button allView;ArrayList<CommentItems> items;@Overridepro...


1 answers
57 views
0
What is int on Android?

What is the role of int in Android?


1 answers
70 views
0
Implicit and explicit Intent questions.

I have a question about the use of explicitly implied Intent.I know that explicitly specifies the object when creating Intent. I understand that implicit uses Action or Category to run other apps.The ...

1 years ago

1 answers
65 views
0
Is it possible to display the Google window searched by Intent?

When you use Intent to launch Google windows,I want to display a window that has already been searched with the given stringFor examplehttp://search.naver.com/search.naver?query=allergy Naver's search...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.