1

C++ と Qt Necessitas SDK を使用して Android アプリケーションを開発しています。私のアプリケーションはファイルをロード/保存する必要があり、Android アクションを使用して処理したい (Google ドライブや Dropbox などをターゲットにできるようにするため...)

問題は... C++ からインテント (およびファイルを共有/インポートするためにどのインテントを発生させる必要があるか) をどのように発生させるかです。

根拠: Android で Qt Necessitas を使用してファイル (カスタム mimetype または pdf のいずれか) を読み込んで保存するにはどうすればよいですか?

4

1 に答える 1

0

I'm a complete newbie to java and I know nothing of JNI, but apparently this link will explain how to [use the JNI to] use intents in your QT for Android applications: http://community.kde.org/Necessitas/JNI

It looks pretty straightforward, but I'm afraid I don't yet understand what I'm reading enough to give you a better answer to your question.

Sources:

  • groups.google.com/forum/?fromgroups=#!topic/android-qt/U3eHis9mLrg
  • groups.google.com/forum/?fromgroups=#!topic/android-qt/UpgBRz8Imwo

Another option for a some things (opening websites, making phone calls, possibly opening local PDFs and images) would apparently be QDesktopServices::OpenURL() - although that seems to give open-only access (ie, opening the resource but not pulling any data back from it).

I'm interested in this so that I can use the barcode scanner app "ZXING", which has an intent-as-url at http://zxing.appspot.com/scan - I don't know what other little secrets are out there...

HTH until someone can give you a better answer

(2 links disabled due to insufficient reputation)

于 2013-05-02T11:00:26.297 に答える