Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Activity to realize sliding return in Android

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the relevant knowledge of how to use Activity to achieve sliding return in Android, the content is detailed and easy to understand, the operation is simple and fast, and has a certain reference value. I believe you will have something to gain after reading this Android article on how to use Activity to achieve sliding return. Let's take a look.

Android slides back to the implementation code of Activity

Package com.example.wyj.cainiaoshopping.activity;import android.support.annotation.Nullable;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;import com.example.wyj.cainiaoshopping.R;import me.imid.swipebacklayout.lib.SwipeBackLayout;import me.imid.swipebacklayout.lib.app.SwipeBackActivity;public class SwiftActivity extends SwipeBackActivity {private SwipeBackLayout mSwipeBackLayout; @ Override protected void onCreate (Bundle savedInstanceState) {super.onCreate (savedInstanceState); setContentView (R.layout.activity_swift); mSwipeBackLayout = getSwipeBackLayout () Int edgeFlag = SwipeBackLayout.EDGE_LEFT; mSwipeBackLayout.setEdgeTrackingEnabled (edgeFlag); / / saveTrackingMode (edgeFlag);}}

Bind remote warehouse

Compile 'me.imid.swipebacklayout.lib:library:1.0.0'

In addition, the theme of Activity should also be set.

This is the end of true's article on "how to use Activity to achieve sliding return in Android". Thank you for reading! I believe you all have a certain understanding of the knowledge of "how to use Activity to achieve sliding return in Android". If you want to learn more, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report