I have a node js app that contains a mongoose databse, is there a way I can link it to my android kotlin app? Is there an alternative for axios in Kotlin so that I make http requests to node and get data to the kotlin app?
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment