Skip to content
Advertisement

Tag: slidingdrawer

Working on Android Music Player Project, and ran into the issue where my app crashes on start up:

I am trying to add a player using Sliding Up Panel but the app crashes on startup. If you want to see my full code; https://github.com/Kailash8460/poptune.git MainActivity.java activity_main.xml MainFragment.java Here there is no issue on SongsFragment, ArtistFragment and AlbumFragment files, because I have run this application before adding the sliding up panel and that was successfully run but after adding

Advertisement