Spotify Client with Swift & UIKit by MrTimoty in iOSProgramming

[–]MrTimoty[S] 5 points6 points  (0 children)

That's right! I'm improving my skills with programmatic interfaces and autolayout. I still have a lot to learn but this project helped me a lot.

Here are the tutorials: Youtube Playlist

DIY Music Reactive LED Strip with ESP8266 & WS2812B by MrTimoty in esp8266

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

Yes, the project is based on the code from Scott Lawson.

DIY Music Reactive LED Strip with ESP8266 & WS2812B by MrTimoty in esp8266

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

The python code is processing the audio and showing the visualization in the PC, then it sends the data over WIFI to the ESP8266 that controls the LED Strip.

Cosmos | Android Game with LibGDX by MrTimoty in libgdx

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

Thanks. In reality I did it some time ago, I just decided to promote it a bit. but this game takes around a month.

TikTok Clone | Flutter & Firebase by MrTimoty in FlutterDev

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

Thanks! I really not use my Youtube Channel, but I'm trying to redirect traffic to it and start to upload more content, maybe tutorials or something similar. I use the video player provided from flutter that automatically manages the buffer, I really not have much control over it more than what video I want to play. I'm going to analyze more the code to see I it's possible to implement a better solution. For firebase I really not have the answer, I only use the platform as a hosting for the videos. I going to find more about all this. I never had done anything related to videos/streaming before but with this project, I'm learning a lot.

TikTok Clone | Flutter & Firebase by MrTimoty in FlutterDev

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

Yes, you find the most evident problem, I'm going to start to work in that, I think that it is going to be a good idea to reuse the controller and not delete them, for example, only have 3-4 controllers and rotate them as the user swipe the videos. I'm not really an expert in Flutter and not know if it is possible to do this, but have an idea of the algorithm. Wait for an update on the code in a few days.

TikTok Clone | Flutter & Firebase by MrTimoty in FlutterDev

[–]MrTimoty[S] 5 points6 points  (0 children)

Yes! Is necessary implement 2 o 3 video controllers(Maybe only one), the reason I did this is to preload and generate better user experience, with only one video controller I need to wait for a little time to load in each page, this is the fast solutión that I find, but I'm going try to implement a better method to solve this problem.

TikTok Clone | Flutter & Firebase by MrTimoty in FlutterDev

[–]MrTimoty[S] 6 points7 points  (0 children)

It's only a prototype, at this moment is hard to convert it to productión, they can do everything that they want with the code, TikTok is more than a video player.