0
A
回答
2
我假設你建議一個工具來自動移植它。它應該再次寫入。沒有任何可以自動移植的東西。 Android應用程序主要由Java編寫,Bada是C++。更不用說API差異了。應該再次寫入,兩個系統都有不同的做事方式。將它移植到同等的應用程序。
0
如果不知道多機器人,八達是基於C++與唯一的一組非STL集合類和對象實例化的自定義的方式(甚至在C++境界)。我希望重寫是必要的。
3
目前,它是不可能在Android端口的Bada應用程序,反之亦然,但也有一些例外。
- 如果是巴達 OS製作小工具,那麼你就可以走兩岸它運行在三星的Android設備 。 (與 微小的打包修改)
- 您可以將 已經寫在Android的NDK到 巴達馬上端口的代碼...但是,這將限制在 庫只(沒有什麼GUI)
- 如果你是一個遊戲開發者,我 建議您使用空打SDK,您可以 Android的端口到巴達和老虎鉗 反之亦然點擊幾下。
相關問題
- 1. bada C++ std :: stringstream
- 2. Bada中的Facebook
- 3. Bada應用程序分析
- 4. Bada明顯錯誤
- 5. Bada的GetBackgroundBufferInfo函數
- 6. Bada縮放問題
- 7. bada的存檔庫
- 8. Server to streaming RTSP to android
- 9. 在Bada IDE仿真器上運行示例PhoneGap apllication'cordova-bada-wac'
- 10. EditText Android,[new to android]
- 11. android to android audio live
- 12. android json to listview
- 13. Android to iOS Unity3d
- 14. AsyncTask android to arraylist
- 15. Android Asset to Raw
- 16. Android - TableLayout to ExpandableListView
- 17. Android XMLparse to Arraylist
- 18. Speech to Text Android
- 19. Android to JAVA SSL
- 20. device to android
- 21. String to sharedpreference android
- 22. Android text to image
- 23. Android Float To Int
- 24. byte [] to image android
- 25. Android setBitmap to canvas
- 26. Cloud Streaming To Android
- 27. Android fill_parent to match_parent
- 28. Android SlidingDrawer how-to
- 29. EditText to String? Android
- 30. vlc stream to Android
Bada支持STL庫:http://dpimg.ospos.net/contents/docs/resources_1.1.0/com.osp.apireference.help/group__CplusplusSTL.html。 可以在Bada SDK和Android NDK之間共享C/C++代碼。 – david 2011-02-24 23:05:57
但是沒有一個內置的平臺庫使用STL類。 Bada特定的集合等在內部提供和使用。 – Tommy 2011-02-25 02:59:27