Android tutorial on fragments || Android Fragments

  Introduction: Android fragment is light weight UI components providing you a flexible within a activity it can also be considered as a sub-activity. Providing a new layout for each fragment you get a flexibility to add more data with cool designs and navigation transformation.   Android fragment also has a life cycle as of … Read more

Android ButterKnife Tutorial || Data Binding

  Android ButterKnife : An easier and simple way to bind UI components in the android screens to the code is explained with the help of butterknife android i.e., butterknife tutorial. Butter Knife is one of the type of view injection’s available in the coding terminology which uses annotation processing. Let’s get started to our … Read more

Android swipe to refresh view || Pull down refresh

  Every app needs to fetch data on user interaction that may be using a refresh button or may be a swipe to refresh view or pull down to refresh view. In this blog we can get through Android swipe to refresh view tutorial. In almost every app like youtube, facebook, twitter, instagram, gmail, yahoo and … Read more

Show Buttons
Hide Buttons