User Activity

I need to interface my board using USB type C.I know there's an API for USB type C. Is there a way to download this API, or the SDK that has this API?  
I just want to know if I am using the right TouchGFX tools.Working on designing a chat application on STM32 chip. I am using a List Layout inside a scrollable container to implement the incoming/outgoing chat messages. Is this the right path, I am m...
The application has 3 screens(say A, B , and C). Here is a summary of a behavior that is showing up in the simulator:Transition from A --> B, B-->A work fineTransition from A --> C, C-->A work fineTransition from B-->C works fineHOWEVER, C-->B gives ...
Is the colon between the hours and minutes in the digital clock accessible? Is there a way to make it blink at the "seconds" ?
When adding elements to a ListLayout(which is configured to scroll vertically "SOUTH"), the newest elements is added to the bottom, which is fine. However, what is constantly remaining on the top of the view is the first(oldest) element and the subse...