VOOZH about

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

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


  • 👁 Image
    Jamie CraaneFebruary 6th, 2014
    0 140

    Android: location based services

    Introduction Developing applications for mobile devices gives us a lot more opportunities for context based information than a traditional web…

    Read More »
  • 👁 Image
    Francesco AzzolaJanuary 18th, 2014
    0 721

    Android Bound Service: IPC with Messenger

    In this post, we want to talk about Android Bound Service. A bound service is a service that allows other…

    Read More »
  • 👁 Image
    Francesco AzzolaJanuary 15th, 2014
    10 511

    Android Service Tutorial

    In this post, we want to talk about Android Service. This is a key component in developing Android app. Differently…

    Read More »
  • 👁 Image
    Boris DuncanJanuary 10th, 2014
    9 580

    Android Tutorial : Two methods of passing object by Intent (Serializable,Parcelable)

    In this post, I will show you an simple example of how to pass object by intent in Android application.…

    Read More »
  • 👁 Image
    David CarverJanuary 6th, 2014
    0 127

    YouTube GData API and Android

    If you want to use the YouTube API v2 to search for content on YouTube with an Android device, the…

    Read More »
  • 👁 Image
    Tony SicilianDecember 20th, 2013
    0 203

    Storing Objects in Android

    One alternative to using SQLite on Android is to store Java objects in SharedPreferences. Here, we’ll look at two different…

    Read More »
  • 👁 Image
    Mohamed TamanDecember 13th, 2013
    21 360

    Android: Boost up the Android emulator speed up to 400% on Intel based architecture

    In my previous post How to inject Android compiled .apk package into its Device Emulator from the command line. I…

    Read More »
  • 👁 Image
    Venkata KiranDecember 10th, 2013
    4 167

    Installing Android Studio and creating a new Android project on Android Studio

    Android Studio IDE is launched at Google I/O 2013. Android Studio is based on  Intellij IDEA which aims to replace…

    Read More »
  • 👁 Image
    Francesco AzzolaNovember 22nd, 2013
    1 165

    Android Volley dynamic ListView: AsyncTask comparison

    In this post, I will describe first how to use Volley to populate dynamically a ListView, and then compare it…

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