There is nothing in Chinese in the example aia project provided?
Then you will need to find/create a peer to peer (device to device) sharing system for over the internet. You may be able to use UDP, or have a look at WiFi Direct but you will need an extension and/or further android code for that.
But I see you are already using cloudDB - so do not understand what your issue is....
But ... some notifications I saw that are in chinese ...
If that functions with two phones very distant , it's Ok ( Example : One in America , one in Italy ... )
But my app is also social ( Like Facebook ) . Really , the " Social " part I use it like a beta tester , and then the " Social's part " features become a part of the functions in the private chat
Thank you ! I'll test it , but I prefer a file sharing indipendential in the app .
Do you want that I explain you better how my app works ? ( If possible I'll tell you that in italian ... ) .
I can see what you are doing, storing data/binary files with base64. The data is only encoded and not encrypted, so anyone with access to the files can decode them.
I only see one place with Chinese, and if you read the blocks carefully, it will only show up when you forget to input your content before you click 'Send' button.
Hello , Kelvikun . Thank you for your patience ( Again ) , and thank you . Anyway , your app has some material for audios , I guess . Now the problems are the videos
From a quick review of your blocks in your chat app, it appears you are storing a video, an audio, or an image to a specific tag for each type (using a separate cloudDB for each as well). The only issue I believe I can see is that these media items will overwrite the previous one when a new item is stored.
Also, given you are using the default cloudDB store provided by MIT, you/users may come under the heading of a "heavy user" and be blocked... (due to the use of large files such as videos/audio/images)
Please try to remain polite when asking for further help, typing in CAPITALS is considered rude and shouting.