astroscoding Profile Banner
AstrosCoding Profile
AstrosCoding

@astroscoding

Followers
15
Following
68
Media
132
Statuses
219

imparting programming and technology πŸ§‘β€πŸš€πŸŒ’.

Youtube πŸ‘‰
Joined April 2022
Don't wanna be here? Send us removal request.
@astroscoding
AstrosCoding
2 years
In today's video, we learn how to add infinite scroll to our Android app effortlessly, making scrolling smooth and content endless! By using one of the most important viewgroups in Android, RecyclerView. YT: #Coding #AndroidDev #developer #Programmingi
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
In today's video, we learn more concepts related to the ViewModel class. We learn how we can pass arguments to view models, and how we can listen to changes of observable data types. #Androiddev #coding #Programming #coding . YT:
Tweet media one
0
0
0
@grok
Grok
3 days
Join millions who have switched to Grok.
153
289
2K
@astroscoding
AstrosCoding
2 years
In the recent video, we learn how we can implement swipeable fragmets view in our app. YT: #coding #programming #AndroidDev #software
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
We are continuing with with the navigation library. in this video, we are learning how we can passing objects between different screens and how to implement the bottom navigation view . #android #AndroidDev #programming #coding. YT:
Tweet media one
0
1
2
@astroscoding
AstrosCoding
2 years
In today’s video, we learn about an incredible framework in Android that simplifies the navigation between different screens within our Android app. Youtube: #android #androiddev #coding #programming
Tweet media one
0
1
1
@astroscoding
AstrosCoding
2 years
We are continuing with Fragments in the latest video. We are learning how we can communicate between fragments and activities using multiple approaches. #coding #androiddev #SoftwareDeveloper #programming. Youtube:
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
In this second part of fragments, we dive deeper into those reusable components and learn how we can interact with their views and preserve their state. Youtube: #AndroidDev #kotlin #programming #coding
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
The long-waited fragments video have been dropped. In the first part, we learn about fragments and how they are useful in creating dynamic and flexible UIs seamlessly. YT: #androiddev #coding #programming #kotlin
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
Wanna get a complete guide to notifications in Android? In the latest video, we learn how about notifications, notification channels and notification permission based on Android versions. #coding #programming #AndroidDev . Yt:
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
In the latest video, you will learn everything about the context in Android. What is it, its usage, different types of it, when to choose the suitable context type, and how to grab resources with it. Watch out for memory leaks tho. #androidev #coding
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
Wanna know how to reference views in your code? Watch this. #android #androiddev #androiddeveloper #coding #development #programming #kotlin
0
0
0
@astroscoding
AstrosCoding
2 years
this part 2 of handling permissions in Android, we learn how can handle the denial of permissions from the user, as well as how we can handle permissions with activity result contracts. Watch out for best practices at the end of the video. Youtube video:
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
In today’s video, we are going to learn about permissions in Android, why do we need them, different types of permissions, and how we can handle them. YouTube: #androiddev #coding #programming #software
Tweet media one
0
0
0
@astroscoding
AstrosCoding
2 years
Just joined the 100 subscribers on YouTube club. VIRTUAL HIGH-FIVE!
youtube.com
AstrosCoding channel's main objective is to impart programming, coding, and technology concepts with ease.
0
0
0
@astroscoding
AstrosCoding
2 years
If you wanna learn more about this. Check out this video from the beginner’s guide to Android App Development playlist on Youtube: Subscribe if you find it helpful.
0
0
0
@astroscoding
AstrosCoding
2 years
Then In your target activity you can.receive the data with the 'intent'.property which resembels the intent.that started this activity.
Tweet media one
1
0
0
@astroscoding
AstrosCoding
2 years
If you want to send data so the target.activity can receive that data, then you.can pass data to the intent with the.putExtra() function, and it works.similarly to the bundle, key and a value.
Tweet media one
1
0
0
@astroscoding
AstrosCoding
2 years
The "startActivity)" method is called to launch the new activity. To navigate back to the previous activity, you can simply press the back button, which will pop the current activity off the top of the activity stack and resume the previous activity.
1
0
0
@astroscoding
AstrosCoding
2 years
In this code snippet,."this" refers to the current activity.that the user is in, while "NextActivity" is the activity that the user wants to navigate to. The "Intent" object is used to specify the context of the current activity and the class of the next activity.
1
0
0
@astroscoding
AstrosCoding
2 years
In Android, you can navigate from one activity to another using an Intent object. Here's a brief example of how to start a new activity from an existing one.
Tweet media one
1
0
0