Help for my chat app

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....

You can use the webviewextra or customwebview extensions for that

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.

And then I show the files with WebViewer, with a data:base64 link...
It works with small images, but not with large ones, videos, and audio.

What is to stop users who receive these media files from sharing them outside of the chat app. Have you got that covered off ?

A post was merged into an existing topic: Test php no result

Moved because it was off topic in this topic.

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 , Tim . Thank you for your patience . No , I didn't covered that off

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

THIS QUESTION IS NOT ANSWERED ! :frowning_face:

I want a code , I said one code , blocks ... that send audio , images , videos and ... PDF's ( maybe ) !

Are 10 days that I wait !

No

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.

Execuse me ... where is and how can I activate the on-board translator ? :grimacing:

You should see this icon:
image
in posts that are not in your language.

Alternatively, you should be able to right click on the page and select "Translate to ..." (in Chrome)

Thank you for that ! :smile:
Just let me see ...

Execuse me ... I didn't know :frowning_face:

My code doesn't work

Why, then, did you post your app ?

Because I want help ! :frowning_face:

P.S. :

My app works olny with small images !
I want all types of files !

Shall I then move that topic to this one ?