Hello all,
i am new to subsonic and trying the code of subsonic for android,
but as per our requirement i want to hard code server name,username and password into the program and skip settings page ,so the two issues are:
1) i have tried changing default values in settings.xml, but still when i run the app i see default server as subsonic demo. i think it is stored somewhere in shared preference.
can someone guide me?
2) i want to directly show songs from album instead of fetching album list at start
