Giter Club home page Giter Club logo

music-app's Introduction

Melophile

Melophile is a simple music app which uses SoundCloud API.

Features

  • stream music
  • like/unlike a song
  • follow/unfollow users
  • search for tracks, users, playlists
  • view playlists, users, tracks
  • invite friends (thanks to Firebase Invites)
  • browse your listening history

Running

  • clone repository using git clone https://github.com/vpaliy/Melophile.git
  • obtain a client_id, client_secret key by registering here.

Demo

License

Apache License

Copyright (c) 2021 Vasyl Paliy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

music-app's People

Contributors

vpaliy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

music-app's Issues

apk download

Hello
Where can I find the apk to test the application?
Thank you

少了太多个文件

少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件少了太多个文件

Missing classes

Hello, some class are missing (make error build). This is some example of missing classes.

image

image

image

I list all missing class or package here. I know some class define your credentials. Can you remove them and update or push missing classes in another branch ?. Thank you.
com.vpaliy.melophile.di.component.DaggerViewComponent;
com.vpaliy.melophile.di.component.DaggerApplicationComponent;
com.vpaliy.melophile.di.component.DaggerPlayerComponent;
com.vpaliy.soundcloud (without your credentials)
com.vpaliy.domain.interactor.SaveInteractor;
com.vpaliy.domain.interactor.LoveTrack;
com.vpaliy.domain.interactor.GetUserDetails;
com.vpaliy.domain.interactor.TrackHistory;
com.vpaliy.domain.interactor.PlaylistHistory;
com.vpaliy.domain.interactor.GetMe;
com.vpaliy.domain.interactor.FollowUser;

项目中少个好多个文件

Error:(7, 41) 错误: 找不到符号
符号: 类 DaggerViewComponent
位置: 程序包 com.vpaliy.melophile.di.component

Error:(13, 31) 错误: 找不到符号
符号: 类 Config
位置: 程序包 com.vpaliy.melophile.di

Error:(8, 41) 错误: 找不到符号
符号: 类 DaggerApplicationComponent
位置: 程序包 com.vpaliy.melophile.di.component

Error:(23, 10) 错误: com.vpaliy.domain.interactor.PersonalUserInteractor cannot be provided without an @Inject constructor or from an @Provides-annotated method.
com.vpaliy.domain.interactor.PersonalUserInteractor is injected at
com.vpaliy.melophile.di.module.PresenterModule.personal(userInteractor)
com.vpaliy.melophile.ui.personal.PersonalContract.Presenter is injected at
com.vpaliy.melophile.ui.personal.PersonalFragment.attachPresenter(presenter)
com.vpaliy.melophile.ui.personal.PersonalFragment is injected at
com.vpaliy.melophile.di.component.ViewComponent.inject(fragment)

Error:(25, 10) 错误: com.vpaliy.domain.interactor.PersonalUserInteractor cannot be provided without an @Inject constructor or from an @Provides-annotated method.
com.vpaliy.domain.interactor.PersonalUserInteractor is injected at
com.vpaliy.melophile.di.module.PresenterModule.person(userInteractor)
com.vpaliy.melophile.ui.user.PersonContract.Presenter is injected at
com.vpaliy.melophile.ui.user.PersonFragment.attachPresenter(presenter)
com.vpaliy.melophile.ui.user.PersonFragment is injected at
com.vpaliy.melophile.di.component.ViewComponent.inject(fragment)

Error:(9, 36) 错误: 找不到符号
符号: 类 SaveInteractor
位置: 程序包 com.vpaliy.domain.interactor

Error:(9, 36) 错误: 找不到符号
符号: 类 FollowUser
位置: 程序包 com.vpaliy.domain.interactor

**Error:(9, 36) 错误: 找不到符号
符号: 类 FollowUser
位置: 程序包 com.vpaliy.domain.interactor

Error:(75, 5) 错误: 找不到符号
符号: 类 PlaylistHistory
位置: 接口 ApplicationComponent**

Error:(72, 5) 错误: 找不到符号
符号: 类 GetMe
位置: 接口 ApplicationComponent

Error:(71, 5) 错误: 找不到符号
符号: 类 SaveInteractor
位置: 接口 ApplicationComponent

Error:(65, 5) 错误: 找不到符号
符号: 类 GetUserDetails
位置: 接口 ApplicationComponent

Error:(12, 8) 错误: dagger.internal.codegen.ComponentProcessor was unable to process this interface because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code.

Less of a lot of classes

When I compile, less of a lot of classes, you can commit all the complete source for a moment?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.