Skip to content

Conversation

@aleien
Copy link
Owner

@aleien aleien commented Jul 20, 2016

No description provided.

android:supportsRtl="true"

android:theme="@style/AppTheme">
<activity android:name=".ListArtistsActivity">

Choose a reason for hiding this comment

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

Плохое имя, т.к. в ней только список.

mHelper.getWritableDatabase();
}

public void close() {

Choose a reason for hiding this comment

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

Не надо закрывать. Надо не пересоздавать.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Не пересоздавать?

aleien added 3 commits August 10, 2016 00:18
# Conflicts:
#	app/build.gradle
#	app/src/main/java/ru/aleien/yapplication/MainActivity.java
#	app/src/main/java/ru/aleien/yapplication/dataprovider/WebArtistsProvider.java
@aleien
Copy link
Owner Author

aleien commented Aug 9, 2016

Фух. Спасибо за комментарии, большую часть смогла поправить, не получилось пока ArtistsProvider сделать, завтра еще подумаю, как вынести)

if (EMAIL_INTENT.resolveActivity(getPackageManager()) != null) {
startActivity(EMAIL_INTENT);
}

Choose a reason for hiding this comment

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

Было бы супер, если бы не было пустых строк там где их точно не должно быть.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Все изничтожим >:D

@matreshkin
Copy link

matreshkin commented Aug 10, 2016

ЖДУ ОБНОВЛЕНИЙ

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.

5 participants