VOOZH about

URL: https://www.javacodegeeks.com/author/francesco-azzola/page/13

⇱ Francesco Azzola, Author at Java Code Geeks - Page 13 of 14


  • Android Core👁 Image
    Francesco AzzolaJune 21st, 2013
    9 385

    Android Action Bar with Tab

    Action bar was introduced from API level 11. In this post I will explain how to create tab in action…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 19th, 2013
    2 169

    Animation Resources and AnimationListener

    In this post i want to analyze how we can use animation in Android and how we can implements an…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 18th, 2013
    10 555

    Android ExpandableListView with Custom Adapter: BaseExpandableListAdapter

    In the previous post we talked about ListView and how we can use it. Android OS has another widget that…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 17th, 2013
    8 476

    Android ListView: Custom Adapter with ImageView

    In previous post we talked about custom adapter. We used a quite simple adapter with just a TextView. We want…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 17th, 2013
    4 273

    Android Fragment Lifecycle – multiple screen support

    Fragment lifecycle is an important aspect to take into account before using fragments. Every developer, that wants to develop an…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 17th, 2013
    0 1,757

    Fragment in Android: Tutorial with Example using WebView

    In this post we want to explain how to use fragment in Android with a real example. In the last…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 13th, 2013
    5 493

    Android Apache HTTP Client

    In this post I want to describe how to build an HTTP client using Apache library. In one of my…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 13th, 2013
    22 349

    Android ListView – Tutorial and basic example

    One of the UI component we use often is ListView, for example when we need to show items in a…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJune 13th, 2013
    14 1,540

    Android HTTP Client: GET, POST, Download, Upload, Multipart Request

    Often Android apps have to exchange information with a remote server. The easiest way is to use the HTTP protocol…

    Read More »
  • First
  • ...
  • «
  • 10
  • 11
  • 12
  • 13
  • 14
  • »
Back to top button
Close