久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <i id='LNA7Y'><tr id='LNA7Y'><dt id='LNA7Y'><q id='LNA7Y'><span id='LNA7Y'><b id='LNA7Y'><form id='LNA7Y'><ins id='LNA7Y'></ins><ul id='LNA7Y'></ul><sub id='LNA7Y'></sub></form><legend id='LNA7Y'></legend><bdo id='LNA7Y'><pre id='LNA7Y'><center id='LNA7Y'></center></pre></bdo></b><th id='LNA7Y'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='LNA7Y'><tfoot id='LNA7Y'></tfoot><dl id='LNA7Y'><fieldset id='LNA7Y'></fieldset></dl></div>
        <bdo id='LNA7Y'></bdo><ul id='LNA7Y'></ul>

    1. <legend id='LNA7Y'><style id='LNA7Y'><dir id='LNA7Y'><q id='LNA7Y'></q></dir></style></legend>

      1. <small id='LNA7Y'></small><noframes id='LNA7Y'>

      2. <tfoot id='LNA7Y'></tfoot>

        Android - 對(duì)話框中的共享元素轉(zhuǎn)換

        Android - Shared Element Transition In Dialog(Android - 對(duì)話框中的共享元素轉(zhuǎn)換)
          <tbody id='cepuT'></tbody>
      3. <legend id='cepuT'><style id='cepuT'><dir id='cepuT'><q id='cepuT'></q></dir></style></legend>
        1. <small id='cepuT'></small><noframes id='cepuT'>

          <i id='cepuT'><tr id='cepuT'><dt id='cepuT'><q id='cepuT'><span id='cepuT'><b id='cepuT'><form id='cepuT'><ins id='cepuT'></ins><ul id='cepuT'></ul><sub id='cepuT'></sub></form><legend id='cepuT'></legend><bdo id='cepuT'><pre id='cepuT'><center id='cepuT'></center></pre></bdo></b><th id='cepuT'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='cepuT'><tfoot id='cepuT'></tfoot><dl id='cepuT'><fieldset id='cepuT'></fieldset></dl></div>

            • <bdo id='cepuT'></bdo><ul id='cepuT'></ul>

                <tfoot id='cepuT'></tfoot>
                  本文介紹了Android - 對(duì)話框中的共享元素轉(zhuǎn)換的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  我想知道是否有任何方法可以在活動(dòng)/片段和對(duì)話框之間使用共享元素?

                  I wanted to know if there is any way to use shared elements between an activity/fragment and a dialog?

                  我有一個(gè)包含對(duì)話框的項(xiàng)目,我想在 Activity 的視圖層次結(jié)構(gòu)中的 ImageView 到我的 GalleryDialog 中的相關(guān) ImageView 之間進(jìn)行轉(zhuǎn)換.

                  I have a project which contains dialogs and I want to make a transition between an ImageView in Activity's view hierarchy to the relevant ImageView in my GalleryDialog.

                  我搜索了一下,找到了這個(gè)鏈接:

                  I searched a bit and found this link:

                  與對(duì)話框活動(dòng)共享元素轉(zhuǎn)換

                  它描述了使用對(duì)話主題活動(dòng)的工作流程.我想知道是否可以在不使用額外活動(dòng)并將數(shù)據(jù)傳遞給該活動(dòng)的情況下做到這一點(diǎn).

                  which describes the workflow for using dialog themed activity. I was wondering if I could do it without using an extra activity and passing data with intent to that activity.

                  推薦答案

                  AFAIK 不可能在片段/活動(dòng)和對(duì)話框之間使用共享元素.實(shí)現(xiàn)這一點(diǎn)的最佳方法是您提到的鏈接,使用看起來(lái)像對(duì)話框的以對(duì)話框?yàn)橹黝}的活動(dòng),并通過(guò)意圖向活動(dòng)發(fā)送數(shù)據(jù).

                  AFAIK its impossible to use shared elements between a fragment/activity and a dialog. The best way implement this is the link you mentioned, using a dialog-themed activity that looks like a dialog and send data via intent to the acctivity.

                  對(duì)于有意發(fā)送大數(shù)據(jù),您可以使用 parcelables 或外部位置來(lái)存儲(chǔ)數(shù)據(jù),例如單例類或數(shù)據(jù)庫(kù).查看以下有關(guān)在活動(dòng)之間傳輸大數(shù)據(jù)的答案:

                  For sending large data with intent, you can either use parcelables or an external place to store data, e.g. a singleton class or a database. Have a look at the following answer regarding transferring large data between activities:

                  Android - 在活動(dòng)之間共享數(shù)據(jù)的最佳方式是什么?

                  這篇關(guān)于Android - 對(duì)話框中的共享元素轉(zhuǎn)換的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  Get user#39;s current location using GPS(使用 GPS 獲取用戶的當(dāng)前位置)
                  IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                  How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                  How to detect Location Provider ? GPS or Network Provider(如何檢測(cè)位置提供者?GPS 或網(wǎng)絡(luò)提供商)
                  Get current location during app launch(在應(yīng)用啟動(dòng)期間獲取當(dāng)前位置)
                  locationManager.getLastKnownLocation() return null(locationManager.getLastKnownLocation() 返回 null)

                    <small id='hF42e'></small><noframes id='hF42e'>

                      <tbody id='hF42e'></tbody>
                    <tfoot id='hF42e'></tfoot>
                  1. <legend id='hF42e'><style id='hF42e'><dir id='hF42e'><q id='hF42e'></q></dir></style></legend>
                      • <bdo id='hF42e'></bdo><ul id='hF42e'></ul>

                          <i id='hF42e'><tr id='hF42e'><dt id='hF42e'><q id='hF42e'><span id='hF42e'><b id='hF42e'><form id='hF42e'><ins id='hF42e'></ins><ul id='hF42e'></ul><sub id='hF42e'></sub></form><legend id='hF42e'></legend><bdo id='hF42e'><pre id='hF42e'><center id='hF42e'></center></pre></bdo></b><th id='hF42e'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='hF42e'><tfoot id='hF42e'></tfoot><dl id='hF42e'><fieldset id='hF42e'></fieldset></dl></div>

                          1. 主站蜘蛛池模板: 国产精品自在线 | 日日操夜夜操天天操 | 国产欧美久久精品 | 国产一级片一区二区三区 | 九九精品在线 | www.青青草| 精品日韩 | 国产精品一区二区三区四区 | 久草视频在线播放 | 国产91精品久久久久久久网曝门 | 日韩高清一区 | 人人爽人人草 | 特黄级国产片 | 久久久精| 色在线免费 | 国产精品特级毛片一区二区三区 | 国产日韩在线观看一区 | 国产亚洲高清视频 | 天天干天天爱天天爽 | 婷婷激情在线 | 久久99国产精品久久99果冻传媒 | 美女天堂| 免费观看av | 99久久婷婷国产综合精品电影 | 免费一级黄 | www.日韩| 欧美a级成人淫片免费看 | 精品一区二区在线视频 | 91一区二区三区在线观看 | 在线观看三级av | 黄色免费在线网址 | 日本a∨精品中文字幕在线 亚洲91视频 | 国产黄色网址在线观看 | 国产高清视频一区二区 | 午夜成人免费电影 | 日韩精品一区二区三区在线 | 成人在线视频免费观看 | 久久久久国产一区二区三区四区 | 午夜免费视频 | 亚洲一区二区三区免费视频 | 久久精品手机视频 |