A New Coding Adventure

I recently posted about a new script I made. Well… remade. I had made it a while ago already but lost it and had to relearn Python in order to make it again. This time though, the thing I have started to make is in Java, and I haven’t really made more than a simple “Hello World” script in Java before. So this will be fun.

 

The project that has been on my mind before for the last forever is a type of notification drawer that I can access from any device, so hosted on a server, that would be able to show me any incoming notification from any platform that I use for messages and such. It would use different API’s to connect to the various platforms I would receive notifications from, and I want to try to make it expandable so adding other API functions  I think it would make using new devices, or other devices aside from my own while not logging in to the various platforms and having to worry about logging out from each of them. In the upcoming days and months that I work on it I’ll update this post with new information and code snippets.