2016-09-26 84 views
1

我是一名初學Android開發人員。 我使用'WebView'試圖製作一個Android應用程序。 但是,網絡的速度太慢了。 因此,互聯網搜索結果發現GeckoView。 但是網頁對我來說很難理解我不太懂英語。關於Mozilla的Android問題GeckoView

請告訴我答案。

  1. 我可以用WebView代替GeckoView嗎?很簡單?

  2. 我可以使用僅添加到Android Studio中的「build.gradle」的代碼庫嗎?

  3. 我可以找到其他解決方案嗎?

對於難題,我很抱歉。 但我想解決。

祝你有個美好的一天,謝謝。

回答

2
Gecko view is only experimental. You can't use for production 
https://wiki.mozilla.org/Mobile/GeckoView 

So your only choice would be a webview. If you are great in javascript, I would recommend you to use react-native. This is how facebook is made, and you can follow extensive documents mentioned here. 
https://facebook.github.io/react-native/ 
+0

謝謝!這對我非常有幫助。 –