Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding WeeklyWorkoutActivity. #13

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Adding WeeklyWorkoutActivity. #13

merged 2 commits into from
Mar 30, 2024

Conversation

BasemKhater
Copy link
Collaborator

Timeline need to edit.




// val itemList2: ArrayList<YourItem2> = ArrayList()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused comments please remove

//import android.view.View
//import android.view.ViewGroup
//import android.widget.TextView
//import androidx.recyclerview.widget.RecyclerView
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why commenting?

@@ -0,0 +1,3 @@
package com.modarb.android.ui.workout.models

//data class YourItem2(val textView: String)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the purpose of this class ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

items type for the second timeline

@@ -95,5 +95,6 @@
<string name="Block1_your_personalized_plan">Block 1 : Your personalized plan</string>
<string name="Week1_foundation">Week 1 : Foundation</string>
<string name="Week1_description">Start easy in the first week to let your body get used to the workout. It sets the baseline for your progress in the weeks ahead.</string>
<string name="Day1_4_Full_body">Day 1 / 4 -Full-body</string>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use tools instead of creating a string for an initial view that will be replaced by an API response

Copy link
Collaborator

@amrhossamdev amrhossamdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work but please handle the changes.

@amrhossamdev amrhossamdev merged commit d361029 into master Mar 30, 2024
1 check passed
@amrhossamdev amrhossamdev deleted the workout branch April 27, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants