Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

HW2 #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

HW2 #16

wants to merge 4 commits into from

Conversation

irvasek
Copy link

@irvasek irvasek commented Feb 28, 2019

No description provided.

@otopba otopba self-requested a review February 28, 2019 20:14
Copy link

@otopba otopba left a comment

Choose a reason for hiding this comment

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

Задание сделано хорошо, нужно поправить небольшие замечания что оставлены к коду.
Общие замечания:

  1. Нет выделения активного элемента в RecyclerView
  2. Изначально планировалась такая логика: По клику ADD поле текущего студента обрабатывается и можно создать нового путем клика на SAVE. У тебя новый студент создается сразу по ADD. Это замечание не обязательно исправлять
  3. Пожалуйста, удали из репозитория папку .idea. Это моя изначальная ошибка. Можно забрать изменения из моего репозитория, там исправлена эта проблема

app/src/main/res/layout/student_item.xml Show resolved Hide resolved
app/src/main/res/layout/student_item.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/student_item.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/activity_main.xml Outdated Show resolved Hide resolved
@irvasek
Copy link
Author

irvasek commented Mar 1, 2019

Все замечания исправлены вроде бы, кроме 2 пункта

String firstName;
String lastName;
try {
firstName = firstNameView.getText().toString();
Copy link

Choose a reason for hiding this comment

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

Лучше не заворачивать всю конструкцию в try-catch. Возьми отдельно значение getText и проверяй его

android:hint="@string/first_name"/>
app:layout_constraintBottom_toTopOf="@id/activity_main_student_gender"
app:layout_constraintEnd_toStartOf="@id/activity_main_line_right"
app:layout_constraintStart_toEndOf="@id/activity_main_student_photo" />

Copy link

Choose a reason for hiding this comment

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

Лишняя строка

@otopba
Copy link

otopba commented Mar 4, 2019

Работа принята.
9 балов

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants