Hello there everyone, This week we are going to see, how to implement the swipe up refresh button using Android Studio. In the following tutorial, I’ll be swipe refreshing the web view layout in the app. XML: <android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/swipeLayout" …
Tag: android ide

Enabling Developer Mode in Android
Hello there everyone, In recent weeks, we’ve been discussing and learning a lot about Android Application development. But I’ve almost forgot the most important thing to tell you guys before that. Enabling Developer mode in your Android phone. Step 1 …