-
Notifications
You must be signed in to change notification settings - Fork 0
Homework #3
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
base: master
Are you sure you want to change the base?
Conversation
…ut menu. Fixed link for fetching data.
…music when earphones is plugged.
| private static final String YA_MUSIC_PACKAGE_NAME = "ru.yandex.music"; | ||
| private static final String YA_RADIO_PACKAGE_NAME = "ru.yandex.radio"; | ||
|
|
||
| private NavigationView mNavigationView; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| */ | ||
| public class BusProvider { | ||
| private static final Bus mInstance = new Bus(); | ||
| private static final Bus INSTANCE = new Bus(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Уйди от static ссылки и заводи в Application.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
убрала eventBus вообще
|
Не "Хеширование" как кеширование. Надеюсь это был автокорректор))) |
ff6d7e1 to
b7d71f9
Compare
Added gradle's files. Writed normal .gitignore
…d removed eventBus (was used for opening new fragment with detailed info).
…oLoader using Jackson library. Deleted unnecessary dependencies.
…from mainActivity to MusicIntentReceiver class.
№1
№2
№3
№ 4