tomahawk-android


Source link: https://github.com/tomahawk-player/tomahawk-android

tomahawk-android

Music is everywhere, now you don’t have to be!

Tomahawk, the critically acclaimed multi-source music player, is now available on Android. Given the name of an artist, album or song Tomahawk will find the best available source and play it - whether that be from Spotify, Deezer, GMusic, Soundcloud, Tidal, Official.fm, Jamendo, Beets, Ampache, Subsonic or your phone’s local storage. Tomahawk for Android also syncs your history, your loved tracks, artists, albums and your playlists to/from the desktop version of Tomahawk via our new music community, Hatchet. On Hatchet you can hear your friends' favorite tracks and see what they're currently listening to.

Beta and Nightly

Get the Beta version on Google Play: https://play.google.com/store/apps/details?id=org.tomahawk.tomahawk_android

Nightly builds are available here: http://download.tomahawk-player.org/nightly/android/?C=M;O=D

Development Setup

First of all you have to properly setup your Android SDK/NDK:

  • Download and install the Android SDK http://developer.android.com/sdk/index.html
    • Make sure you have updated and installed the following in your Android SDK Manager:
      • "/Tools"
      • the latest Android SDK Platform folder (e.g. "/Android 6.0 (API 23)")
      • "/Extras/Android Support Repository" and "/Extras/Android Support Library"
      • "/Extras/Google Play Services" and "/Extras/Google Repository"

Build it on the commandline with gradle:

  • Simply run "./gradlew assembleDebug" for the debug build or "./gradlew assembleRelease" for the release build in your tomahawk-android checkout directory. The built apk will be put into "tomahawk-android/build/outputs/apk"

Setup using Android Studio and gradle (highly recommended):

  • Open Android Studio and go to "File"->"Import Project"
  • Browse to your tomahawk-android checkout and click "OK".
  • Make sure that the radio-button "Use default gradle wrapper (recommended)" is selected.
  • Click "next" and that's it :) tomahawk-android should compile right away

Setup using other IDEs without gradle:

  • Import tomahawk-android into the IDE of your choice
  • tomahawk-android depends on several 3rd party libraries. You can look up a list of all dependencies in ./app/build.gradle under dependencies{ ... }
  • Make sure you setup the support libraries correctly ( http://developer.android.com/tools/support-library/setup.html)
  • Add all dependencies to your tomahawk-android project
  • tomahawk-android should now compile successfully.

If you have any further problems, feel free to join the #tomahawk.mobile irc channel on irc.freenode.org

Ready to contribute?

Drop us an e-mail at [email protected] or join our IRC Channel #tomahawk.mobile on irc.freenode.org

Code Style Guidelines for Contributors

In order to keep everything clean and cozy, please use the official Android code style format preset:

For a larger overview you should read the official Android "Code Style Guidelines for Contributors":

Plugin Apps Source Code

Spotify Plugin App
Deezer Plugin App

Resources

A little animation framework which could help you to show message in a nice looking way.

A simple Countdown View.

AutosizeEditText for Android is an extension for native EditText that offers a smooth auto scaling for text.

If your Android app is showing ads, but you would like to offer an option to remove them with a single in-app purchase, Premiumer is here to help!

This project combines Java Annotation Processing & AST modification to generate Parcelable boilerplate code before compilation. The main aim of this project was to explore undocumented Java AST modification.

This library does not bring any runtimes to your project - all code is generated before compilation. Changes occur only in annotated object.

Reactive Bolts-Android(powered by parse and facebook) allows to convert Task<T> to Observable<T>.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes