hey guys I need your help, we are currently develop an android automotive application, and we have a part in it that will play a music/media from HLS, HTTP LIVE
So let's say I have a product order system. I have several classes that may look like this. data class CreateOrderCommand( val productId: String, val produ
Please, I am a student and I wanted to level up my skills by using different libraries and I have been trying to use react-pdf. I have followed this tutorial -
I would like to know if it is possible to lower the quantity without touching the database because here I would like the quantity variable to decrease but witho
I am going to submit my first app on app store.My app rejected due this Require that users agree to terms (EULA) and these terms must make it clear that there i
I need to do the following using Apple Script Bring X code app to front Open Device and Simulators tab Click on the left panel, so the focus is on devices I use
I'm trying to populate the category in Post. I'm making a CMS, where users can create/edit/delete posts and categories. I'm trying to implement a function that
I am looking for elastic search aggregation + mapping that will return the most common list for a certain field. For example for docs: {"ToneCurvePV2012": [1,2,
How does C compiled to ARM ASM know where to branch to for external functions? For example, here is a simple C program: #include <stdio.h> int main() {