I apologize for asking such a trivial beginner question here but every time I go two steps forward with understanding recursion, I seem to be going three steps
I use setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS) to disable the "important for accessibility" flag of a view and its des
I have an API which returns a video Blob object which is supposed to play a video after receiving the response from the API. I am able to play the .mp4 file whe
I want to search the key "AylaHeartBeatFrequency" inside nested json. how to search and get its value ? in flutter/dart { "sAWSIoT": { "CloudStatus": 1,
I have a web tier that forwards calls onto an application tier. The web tier uses a shared, cached channel to do so. The application tier services in question a
I'm quite new to programming In the example below, whenever child component renders null(...or in other words when getPosts() renders null), I want parent compo
so I'm working with Django for the first time and I am following a tutorial, bootstrap is used for the navbar so I added the CSS from bootstrap it worked but th