Timeline serialization concept in vb.net - vb.net

I'm not asking for a source code, wanted to know what concept will be done when serializing a video timeline which consist of layers?
Can anyone give me an idea?
I'm referring the timeline like in this picture:
Picture
Thanks for anyone who will provide an accurate answer.

Related

As a programmer, are you afraid to write documentation?

Hi! i wana help you to resolve document problem
But first I need to know what kind of documentation problem you are having
As a programmer, are you afraid to write documentation?
Writing documents is very easy for me
I know how to write, but I can't present it well
A bit shy because of the long presentation
I don't know how to present it properly
Don't want to write
enter image description here

Is it possible to add youtube/social media links to code comments?

I think it would help explain the code better, but what do I know, I am just a newbie, an alternative would be little audio notes as code comments.
Is this allowed, possible, desirable, or I am just saying incoherent stuff here?
There would be a lot of practical issues that would make audio notes embedded in source code problematic.
However...
You may be someone who thinks best when speaking to another person, and not someone who finds it natural to articulate their thoughts when writing. If that is the case, find out which text-to-speech converters you like best, and use them to dictate your thoughts. Then embed the text into the program source as comments.

Fitbit Stocks Data for Watch Face

I am trying to create a Fitbit watchface that displays stock data or certain stock. Does anyone know how to do this. I am just learning how to work this thing
So there is not much on fit bit studio but there are a few very good tutorials that can get a beginner like me started. Here is a link. If there is something out there that somebody knows how to call on an external API to use within fit bit, please don't hesitate to post it in here. It will help me and many other noob programmers :)
https://www.youtube.com/watch?v=gISL5qa607M

Electronic Parts Cataloge EPC

I am new to vb.net and from pas few days i have been searching for some information. I was not able to find any proper guidance online so finally i thought that i should post here.
I want to develop a solution for EPC, electronic parts catalog. The problem i am facing is to click on the numeric numbers in an image to filter a data set.
I have tried searching online through several sources. I have tried to look into some image processing plugins as well but i was not able to find something robust and understandable as i have mentioned i am new.
Kindly can someone guide me towards the right direction.
Thanks,

Core Data need help(beginner)

I trying to make a Web Service application which will run when the program is on the background too and i will fetch my data from tree different URLs from my server. I read almost all of this and also this tutorials and even i watched CS193p Core Data Lectures too but still i cant get started with coding. This is my first Iphone(ipad) application, i use NSJSONSerialization for parsing. Can anyone please explain a little
How many ManagedObjectContext s i need to declare?
How to save data which come from different classes to the same entity?
(The mos important) From where to get started with coding..
I think this is a kind of not wanted questioning but i really need help. Thanks in advance
I would suggest taking one of the core data sample apps from the ADC site and looking at how it's structured. You may even be able to adapt the code to your application. CoreRecipes is a great sample to learn from.
https://developer.apple.com/library/ios/#samplecode/iPhoneCoreDataRecipes/Introduction/Intro.html