One of the latest trends in the world Solving 8÷2(2+2) As you all argue about whether the answer is 16 or 1 on the internet, let’s ask some of the popular programming languages and even GOOGLE calculator the answer. THE …
Tag: IDE

Swipe Refresh Implementation in Android Studio
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" …

Activity Vs AppCompatActivity
Hello there everyone, This week we are going to learn the basic difference between Activity and AppCompatActivity in Android Application Development. You might have noticed that in many tutorials and also in many ready-made drag and drop tools like SketchWare …