Android & Java Blog

Javapapers is an Android and Java blog, passionately published by Joe for more than a decade. It is the industry's top blog, with millions of views to its credit. Welcome!

Recent Articles

  • Servlet Read Form Data

    This Servlet tutorial is to take you to the next step in learning servlets. As stated earlier in start of the servlet tutorial series, servl ...

    July 27th, 2014

  • Servlet Hello World

    This tutorial is the standard Hello World program using Java Servlet. Using an IDE is the best choice to do development. It will help to inc ...

    July 27th, 2014

  • Servlet Getting Started

    This part of the servlet tutorial is to setup the development environment required to execute Servlets. Install and Setup Java To run the Ja ...

    July 27th, 2014

  • Servlet Jargons

    Before going through the complete Servlet tutorial, it is better to understand tech jargons related to Servlets. Following are some of the t ...

    July 27th, 2014

  • What is Servlet

    The Servlet is a type of Java class used in Java web applications which enhances the capabilities of a server. These Java servlets runs on a ...

    July 27th, 2014

  • Android Read CSV File

    This Android tutorial is to explain how to read and use a CSV file in an Android application. There is nothing fancy and is a simple tutoria ...

    July 23rd, 2014

  • Android Tab Layout with Swipe Views

    This Android tutorial is to help create tab layout with swipe views in an Android application. Swipe views in a tab layout are for convenien ...

    July 22nd, 2014

  • Template Method Design Pattern

    Template method design pattern is to define an algorithm as skeleton of operations and leave the details to be implemented by the child clas ...

    July 22nd, 2014

  • Android DPI Calculator

    ldpi mdpi hdpi xhdpi xxhdpi xxxhdpi tvdpi This Android DPI calculator is to help build a uniform UI in Android apps. If you want to know mor ...

    July 19th, 2014

  • Java Facebook Login with OAuth Authentication

    This Java tutorial is to help implement authentication in Java using Facebook OAuth Login API. We will be using Java and a JSON parser API a ...

    July 16th, 2014