VOOZH about

URL: https://www.javacodegeeks.com/category/android/page/19

⇱ Android Archives - Page 19 of 42 - Java Code Geeks


  • 👁 Image
    Ketan ParmarMay 26th, 2014
    3 228

    Simple tips to secure Android app

    Android has security features built into the operating system that significantly reduce the frequency and impact of application security issues…

    Read More »
  • 👁 Image
    Francesco AzzolaMay 22nd, 2014
    0 208

    How to develop an Android Weather app using Weatherlib

    Some users asked to me some details on how to use the Weatherlib. In this post want to describe how…

    Read More »
  • 👁 Image
    Francesco AzzolaMay 16th, 2014
    1 177

    Android SwipeRefreshLayout Tutorial

    In this post, we will describe SwipeRefreshLayout component. This component should be used whenever the user can refresh the UI…

    Read More »
  • 👁 Image
    Francesco AzzolaMay 8th, 2014
    0 333

    Guide to publish an aar to maven using gradle

    In this post, I’d like to describe the steps necessary to publish an aar to maven repository. There are other…

    Read More »
  • 👁 Image
    Francesco AzzolaApril 30th, 2014
    0 1,035

    Parsing HTML in Android with Jsoup

    In this post, I want to describe how to use JSoup in Android. JSoup is a Java library that helps…

    Read More »
  • 👁 Image
    Ben WilcockApril 25th, 2014
    15 233

    Working with Google Analytics API v4 for Android

    For v4 of the Google Analytics API for Android, Google has moved the implementation into Google Play Services. As part of…

    Read More »
  • 👁 Image
    Bozhidar BozhanovApril 22nd, 2014
    0 171

    Scheduling Repeated Tasks in Android

    A somewhat common usecase for android applications is to have them launched when the phone is started, and execute some…

    Read More »
  • 👁 Image
    Francesco AzzolaApril 18th, 2014
    3 340

    Android Shake to Refresh tutorial

    In this post we want to explore another way to refresh our app UI called Shake to Refresh. We all…

    Read More »
  • 👁 Image
    Francesco AzzolaApril 7th, 2014
    0 435

    Using Android Location API in Weather App – Search city

    In this post I would like to describe how to search a city using openweathermap to get weather conditions. There…

    Read More »
  • First
  • ...
  • 10
  • «
  • 18
  • 19
  • 20
  • »
  • 30
  • 40
  • ...
  • Last
Back to top button
Close