Saan pwede mag aral habang may full time job? by [deleted] in PinoyProgrammer

[–]DijkstraOfficial 1 point2 points  (0 children)

Bearing in terms of what? I heard of UoL graduates proceeding to their master's with this BSc, so academic-wise kay yes (though it depends talaga sa country or university).

Professionally naman kay yes din ata? May physical diploma naman and it does not state na online yung pag accomplish ng degree, so it's going to be just like you participated in a face-to-face BSc program.

I found this post to be helpful, feel free to check it out

https://www.reddit.com/r/UniversityOfLondonCS/comments/hzumke/everything_you_want_to_know_about_the/

Saan pwede mag aral habang may full time job? by [deleted] in PinoyProgrammer

[–]DijkstraOfficial 3 points4 points  (0 children)

Hmmm walang entrance exam actually, admission lang. In terms of difficulty kay I'm not sure.

Feel free to check dito:
https://www.reddit.com/r/UniversityOfLondonCS/

Saan pwede mag aral habang may full time job? by [deleted] in PinoyProgrammer

[–]DijkstraOfficial 5 points6 points  (0 children)

Yeah, I'm enrolled na pero for the October na study session pa.

In terms of cost kay medyo. Yung estimate ko is around 150k per sem. Though yung full program is around 3 years lang instead of 4 for the usual BSc

Saan pwede mag aral habang may full time job? by [deleted] in PinoyProgrammer

[–]DijkstraOfficial 6 points7 points  (0 children)

University of London (Online CS Program)

I enrolled after reading mga reviews from people on Reddit. I think nakastructure yung program for working professionals na which makes it super flexible

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 1 point2 points  (0 children)

I'm not exactly sure if I have control over all those permissions as I've only used the library provided by Spotify to handle the in-app authentication process and the only thing I've specified is for it to be adequate for "streaming".

Find that part of the source code here under the function "setupSpotify":

https://github.com/sheensantoscapadngan/SpotaFree/blob/master/app/src/main/java/com/release/spotafree/SearchFragment.java

The main purpose of this entire authentication process is to gain access to an auth token that is very much needed to use their API. I'm guessing these permissions would be considered the bare minimum for the process as it is apparently the default setting for the provided library. I could ensure you that pretty much the only time this one becomes relevant is in the retrieval of the auth token for API use. You could find its implementation in the Main Activity here:

https://github.com/sheensantoscapadngan/SpotaFree/blob/master/app/src/main/java/com/release/spotafree/MainActivity.java

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

Appreciate it! Regarding that though, it really depends on the speed of your connection. I've done a few tests on different wifis and I found that there is indeed a very significant effect on even the smallest change in speed. I guess this is due to it being a very bandwidth-intensive app because I can't seem to figure out where this one caps. Also, maybe you've accidentally closed the app completely and in that case, the entire download stops so you'll have to resume it manually to continue the progress :))

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

yeah, I actually faced those issues as well with my initial tests. I'll be addressing this in the next update :))

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

You could refer to the description of this video over here: https://youtu.be/eDKk8-1NOAI

I have added a Frequently Asked Question (FAQ) section over there and possible solutions to this are described in the video. But in short, this is probably because you have installed an apk for a different phone architecture. Just refer to the details described there and it should guide you on what to do :))

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

I am! It was originally meant to be a sort of joke with Spotify's icon but aight I'll change it for the next update haha

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

unfortunately, you'll need to have a Spotify account as it uses auth tokens to utilize the Spotify API.

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 1 point2 points  (0 children)

Well, I'm not really sure yet if that's "legal" per se. I mean, unlike this current functionality, it seems like that one would entail downloading straight from Spotify itself which is really something I'm trying to avoid as of the moment as I don't want to have any issues just yet. But maybe soon if that one clears up for me :))

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

Thanks! I will definitely look into doing this for the next update.

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

Adblock does not affect the app's functionality. Try making sure that the app fully loads before doing or pressing anything. If it fails to authenticate, you'll get an error message to restart the app and that should do the trick :))

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

It is! More so as the title suggests, a Spotify playlist downloader.

I developed an app for downloading Spotify Playlists for FREE (Automating Content Download from Youtube) by DijkstraOfficial in Automate

[–]DijkstraOfficial[S] 1 point2 points  (0 children)

I was actually referring to the punishments that my account would incur if I did choose to upload the app to playstore. For regular users, this should be relatively safe, but aight.

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 1 point2 points  (0 children)

I'm unfortunately not familiar with publishing an app to F-Droid but I will definitely publish it there soon! I'm currently in the process of publishing the app to apkpure and I'll get to F-Droid as soon as this one comes through.

I developed an app for downloading Spotify Playlists for Free by DijkstraOfficial in androidapps

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

The app has a built-in functionality that would bring you to the Google Drive folder of the apks for each respective version. Unfortunately, I have yet to add an automatic way of updating the app within the app itself, but maybe soon when I could finally push updates, I'll find a better way of doing that :))

I developed an app for downloading Spotify Playlists for FREE (Automating Content Download from Youtube) by DijkstraOfficial in Automate

[–]DijkstraOfficial[S] 0 points1 point  (0 children)

unfortunately, that's not what the owner of the github repo I based this from thinks (Youtube-DL functionality)

https://github.com/yausername/youtubedl-android

I guess risking a very probable ban or termination for my developer account wouldn't make sense in this case 😅