Homework/activity 02#2
Closed
riggs84 wants to merge 8 commits intoAndroid-Developer-Basic:homework/activity_02from
riggs84:homework/activity_02
Closed
Homework/activity 02#2riggs84 wants to merge 8 commits intoAndroid-Developer-Basic:homework/activity_02from riggs84:homework/activity_02
riggs84 wants to merge 8 commits intoAndroid-Developer-Basic:homework/activity_02from
riggs84:homework/activity_02
Conversation
JegernOUTT
added a commit
to JegernOUTT/Activity
that referenced
this pull request
Nov 8, 2022
azamat87
reviewed
Nov 11, 2022
| <activity | ||
| android:name=".SenderActivity" | ||
| android:exported="true"> | ||
|
|
There was a problem hiding this comment.
Нужно добавить action и category для запуска активити
action android:name="android.intent.action.MAIN"
category android:name="android.intent.category.LAUNCHER"
azamat87
reviewed
Nov 11, 2022
| private fun getIdByTitle(title: String): Int { | ||
| return when (title) { | ||
| "Славные парни" -> { | ||
| this.resources.getIdentifier( |
There was a problem hiding this comment.
Ресурсы можно получать еще так R.drawable.niceguys
tojeyest
added a commit
to tojeyest/Activity1
that referenced
this pull request
Dec 19, 2022
PortnovAS
added a commit
to PortnovAS/Activity
that referenced
this pull request
Feb 27, 2023
iskino
added a commit
to iskino/Activity
that referenced
this pull request
Apr 19, 2023
iskino
added a commit
to iskino/Activity
that referenced
this pull request
Apr 19, 2023
EdKrupenin
added a commit
to EdKrupenin/Activity
that referenced
this pull request
May 17, 2023
Closed
temikng
pushed a commit
to temikng/Activity
that referenced
this pull request
Nov 7, 2023
glasolin
added a commit
to glasolin/kotlin-activity02
that referenced
this pull request
Nov 15, 2023
Morozov0208Saveliy
added a commit
to Morozov0208Saveliy/Activity
that referenced
this pull request
May 16, 2024
crayfish1975
added a commit
to crayfish1975/Activity
that referenced
this pull request
Nov 3, 2024
crayfish1975
added a commit
to crayfish1975/Activity
that referenced
this pull request
Nov 10, 2024
crayfish1975
added a commit
to crayfish1975/Activity
that referenced
this pull request
Nov 11, 2024
crayfish1975
added a commit
to crayfish1975/Activity
that referenced
this pull request
Nov 24, 2024
Lofter23rus
added a commit
to Lofter23rus/activities_01_ab2409_lofter
that referenced
this pull request
Jan 28, 2025
slakop
pushed a commit
to slakop/Activity
that referenced
this pull request
Sep 26, 2025
mahonin-ms
pushed a commit
to mahonin-ms/Activity
that referenced
this pull request
Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Home work Activity_02 Intents