Android Tutorial

Android Stopwatch Example Using Chronometer

Here you will get android stopwatch example. In this android tutorial I will guide you to make a simple stopwatch example using Chronometer. In android we can use Chronometer class to display a simple timer. Also Read: Simple Notepad App Android Example Android Stopwatch Example Using Chronometer Create a new android project with package name com.androidstopwatch Now …

Android Stopwatch Example Using Chronometer Read More »

Android Pull or Swipe Down to Refresh Using SwipeRefreshLayout Example

Here you will learn about android pull or swipe down to refresh using SwipeRefreshLayout example. You may have seen the pull to refresh feature in apps like Facebook, Twitter, Gmail, etc. We can implement that in android using SwipeRefreshLayout widget. How to Implement? Add SwipeRefreshLayout widget in your layout xml file with only one child. …

Android Pull or Swipe Down to Refresh Using SwipeRefreshLayout Example Read More »