VOOZH about

URL: https://www.javacodegeeks.com/author/cindy-potvin/page/2

⇱ Cindy Potvin, Author at Java Code Geeks - Page 2 of 3


  • Android Core👁 Image
    Cindy PotvinMay 29th, 2015
    2 691

    Saving an image in a SQLite database in your Android application

    When you start caching data to a local database from your Android application, sooner or later you’ll need to save…

    Read More »
  • Android Core👁 Image
    Cindy PotvinMay 5th, 2015
    2 576

    How to show a Toast for a specific duration in Android

    In the Android SDK, an android.widget.Toast is a small message that pops up at the bottom of the screen to…

    Read More »
  • Android Core👁 Image
    Cindy PotvinJanuary 27th, 2015
    0 632

    Display a string list in an Android ListView

    Showing a list of items is a very common pattern in mobile application. This pattern comes up often when I…

    Read More »
  • Android Core👁 Image
    Cindy PotvinNovember 5th, 2014
    1 189

    Storing the state of an activity of your Android application

    This is the last post in my series about saving data in your Android application. The previous posts went over…

    Read More »
  • Android Core👁 Image
    Cindy PotvinAugust 21st, 2014
    0 155

    Saving to a SQLite database in your Android application

    This is the fourth post in my series about saving data in Android applications. Here are the other posts :…

    Read More »
  • Android Core👁 Image
    Cindy PotvinJune 25th, 2014
    0 238

    Saving preferences in your Android application

    This is the third post in my series about saving data in Android. The other posts can be found here…

    Read More »
  • Android Core👁 Image
    Cindy PotvinJune 19th, 2014
    2 113

    5 tips to improve performance in Android applications

    If your application has many time-intensive operations, here are some tricks to improve the performance and provide a better experience…

    Read More »
  • Android Core👁 Image
    Cindy PotvinJune 18th, 2014
    0 240

    Creating logs in Android applications

    For Android applications, logging is handled by the android.util.Log class, which is a basic logging class that stores the logs…

    Read More »
  • Android Core👁 Image
    Cindy PotvinJune 17th, 2014
    0 213

    Saving data to a file in your Android application

    This is the second post in my series about storage in Android applications. The other post is available here :…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close