android-wear-2.0

    4熱度

    1回答

    我有一個安卓手錶應用程序,它具有移動和磨損模塊。 我想讓這個應用程序爲2.0更新做好準備,並且我訪問了Android開發人員建議的所有網站,我幾乎瞭解即將改變的所有內容,但後來變爲現實,而且我堅持第一個簡單的步驟。 當我讀到here: 如果你建立一個獨立的穿2.0 APK,並會繼續有一個穿1.0 APK,請做以下兩個: 提供的獨立版本穿APK,並繼續在你的手機中嵌入一個版本的磨損APK的APK 然

    0熱度

    1回答

    我在Google Play商店中有一個已存在的Android應用程序,並已創建Android Wear 2應用程序(使用SDK 25)作爲獨立的半獨立應用程序。半獨立意味着用戶可以使用一些額外的功能,如果安裝了Android應用程序,但沒有必要(我打算將DataLayerApi用於手錶< - >電話通信)。所以前戴2的應用在谷歌分佈玩: 我應該創建一個新的應用項目在谷歌Play開發者控制檯中的應用

    0熱度

    1回答

    如何禁用編程式的android中的硬件菜單按鈕,以便我不能在我的appication外導航?

    1熱度

    2回答

    我正在使用WearableDrawerLayout,並在帶有下巴的模擬器上進行測試。我試圖讓一個元素垂直居中。相反,我所看到的是元素集中在「屏幕減去下巴」的區域 - 即它向屏幕頂部移動了一點。 我看到: 我應該看到:(?非公開)的WearableDrawerLayout 從我可以在知道源我覺得這是由於此位: public WindowInsets onApplyWindowInsets(Windo

    0熱度

    1回答

    正如google指南中指出的:https://www.google.com/design/spec-wear/components/action-drawer.html#action-drawer-usage '單行動',ActionDrawer不應該是可擴展的。 我的問題是,如何實現這種行爲? 我試過WearableActionDrawer和WearableDrawerView .. 我也嘗試了

    0熱度

    1回答

    我在我的視圖中有一個acton抽屜,帶有3個項目,從菜單xml文件中拉出。 <android.support.wearable.view.drawer.WearableActionDrawer android:id="@+id/bottom_action_drawer" android:layout_width="match_parent" android:layou

    0熱度

    1回答

    從2.0.0-alpha3升級到2.0.0後,我的大部分視圖看起來都傾斜了。這是我正在使用的佈局的XML: <?xml version="1.0" encoding="utf-8"?> <android.support.wearable.view.BoxInsetLayout xmlns:android="http://schemas.android.com/apk/res/andro

    0熱度

    1回答

    我想提出一個獨立的Wear應用,並上傳了beta測試 磨損的APK,並還增加了帳戶列表測試儀,但仍應用程序將不會出現在 磨損玩店 有人可以幫助我嗎?我新安卓戴

    1熱度

    1回答

    我使用位圖的分辨率爲480 x 480的 當我試圖讓使用波紋管onSurfaceChanged內該位圖的寬度碼。 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { super.onSurfaceChanged(holder, format, width, he

    0熱度

    1回答

    我想發佈Android Wear2.0(standalone)apk到playstore.My手機應​​用程序已發佈在與wear1.0.4嵌入式apk的playstore。 現在我正在運行wear2.0 apk模擬器進行測試。 但我不知道如何與我的android手機(不使用藍牙)或iPhone同步。 請指導我。