Hello,

I have a problem with sending a file from my PC to Android application
via WiFi. PC App is wirtten entirely in .NET (but I would prefer to do
it in C++) and Android version in Java.

Now I want to send a file that is partitioned in small packages and
send by using notifications that in fact are XMLs with file data
encdoded in Base64.

I am not sure if this approach is OK. Maybe I should send a file in
binary form, but I am not sure what problems this might cause. For now
I know that my XML solution generates twice data as needed to send a
file from PC to Android.

I would appreciate any kind of advice or hint what is the best way to
send a file between apps written in different languages.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to