Category: Android
Posts of Category: Android
  1. Android RSS Reader Tutorial

    Android RSS Reader Tutorial In this android rss reader tutorial we will see how to make demo app that can read rss of a website or blog. So without wasting much time lets begin. Typically the rss feed of a webs...Learn More
    AndroidAndroid TutorialRSS
  2. How to Solve Intel HAXM Error in Android Studio

    **How to Solve Intel HAXM Error in Android Studio** Here you will get all possible reasons and solution for intel haxm error in android studio. It is the most common problem faced by android developers. We can’...Learn More
    AndroidAndroid TutorialAndroid Studio
  3. Android Round Button Example

    Android Round Button Example In this tutorial you will learn how to create a round button in android. Shape drawable resource is used to define shape of a view. Below I have shared an example to to make a circl...Learn More
    AndroidAndroid TutorialButton
  4. Android Google Analytics Integration Tutorial

    Android Google Analytics Integration Tutorial This tutorial is about google analytics android integration. Google Analytics will help you to track how many people are using your app, real time users, etc. The t...Learn More
    AndroidAndroid TutorialGoogle Analytics
  5. Android Pull or Swipe Down to Refresh Using SwipeRefreshLayout Example

    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 fea...Learn More
    AndroidAndroid TutorialSwipeRefreshLayout
  6. 4 Ways to Get Current Date in Android

    4 Ways to Get Current Date in Android In this tutorial I will show you 4 different ways to get current date in android. For doing this we will use Calendar, Date, SimpleDateFormate and System class. How to Get ...Learn More
    AndroidAndroid TutorialDateTime
  7. Android Real Time Chat Application Using Firebase Tutorial

    Android Real Time Chat Application Using Firebase Tutorial In this tutorial you will learn to build an android real time chat application using firebase database. Before reading this tutorial I hope you are alr...Learn More
    AndroidAndroid TutorialFirebaseReal TimeChat
  8. Android Convert Image to Base64 String or Base64 String to Image

    Android Convert Image to Base64 String or Base64 String to Image In this tutorial you will learn how to convert image to base64 string or base64 string to image in android. Base64 is an encoding schema that rep...Learn More
    StringAndroidAndroid TutorialImageBase64
  9. Android Push Notification Using Firebase Cloud Messaging (FCM)

    Android Push Notification Using Firebase Cloud Messaging (FCM) In this tutorial you will learn to implement android push notification using firebase cloud messaging (FCM). Firebase is a real time cross platform...Learn More
    AndroidAndroid TutorialFirebaseNotification
  10. Android Date Picker Example

    Android Date Picker Example In this tutorial you will get android date picker example. DatePickerDialog is used to show a dialog to pick a date. To show a DatePickerDialog call showDialog() with unique DatePick...Learn More
    AndroidAndroid TutorialDateTimeDate Picker
  11. Layouts in Android

    **Layouts in Android** In this tutorial you will learn about different layouts in android. Android layouts are used to define the visual structure of user interface. The UI components like label, button, textbo...Learn More
    AndroidAndroid TutorialLayouts
  12. Introduction to Android Programming

    **Introduction to Android Programming** Before jumping over to actual programming lets first talk about a brief introduction to android programming. In this tutorial I will give a short overview of android whic...Learn More
    AndroidAndroid Tutorial