39 questions
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?
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...
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...
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...
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...
This is the main activity.ImageView likeButton;TextView likeCountView;ImageView hateButton;TextView hateCountView;CommentAdapter adapter;Button allView;ArrayList<CommentItems> items;@Overridepro...
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 ...
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...
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.