Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4121858
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:24:23+00:00 2026-05-20T23:24:23+00:00

Titanium SDK version: 1.6.1 iPhone SDK version: 4.2 I am trying to build a

  • 0

Titanium SDK version: 1.6.1
iPhone SDK version: 4.2

I am trying to build a solution to cache JSON calls. I have done a first attempt that does the job, but is there a better solution? I am using textfiles to save the JSON output, is this OK performance wise?

http://pastie.org/1734763

Thankful for all feedback!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T23:24:24+00:00Added an answer on May 20, 2026 at 11:24 pm

    I think that’d be ok. As long as the files aren’t massive in number/size it should perform quite well.

    The other approach you could try if you decide you’re not happy with performance, or want to maintain less code, is to use App storage, which persists data beyond app sessions.

    Titanium.App.setString('jsonResponse', this.responseText);
    Titanium.App.setInt('expires', this.responseText.expires);
    

    Then before you make your request you can check if the cache is indeed stale:

    var expires = Titanium.App.getInt('expires');
    
    // Get the current time in milliseconds, etc.
    
    if(expires > current_time) {
        // Cache is still valid
        var response = Titanium.App.getString('jsonResponse');
        var obj = JSON.parse(response);
    }
    else {
        // Cache is stale - query for new data
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I installed iTunes 10 just now. When I open Titanium Developer, the SDK version
Running Titanium Appcelerator 0.8.1 on a Windows XP Virtual Machine, with Android SDK 2.1
I have tried this question on the site of Titanium and several tweets to
at first i thought with Titanium, i can develop for Mobile and Desktop over
Am looking into developing an iPhone native app using Titanium Developer Since this is
Will Titanium work properly on all android sdk versions (1.5, 1.6, 2.0, 2.1, 2.2).....
First, here's my original question that spawned all of this . I'm using Appcelerator
I'm working on a simple board game using Appcelerator Titanium for iPhone (javascript -
I'm trying to find out whether Appcelerator's Titanium is good for iPad app development,
With Appcelerator Titanium is there any method for accessing the user's music library? With

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.