User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Data Storage Extension

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Data Storage Extension

    I'm designing an app for Windows using MMF2 Dev. What would be the best data extension to store data but same data extension has to be able to be used when I dev the Android counterpart. The data will mainly be stuff like name, address, phone numbers, dates, and basic description of entry.

    It will be where user will enter data on PC or droid. App will save data as a file. This file will be able to be read or modified by either PC app or Droid. I know how to do this easily on Windows but am unfamiliar with data/file handling on Droid.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    The INI object basically works with every runtime, including Android, Flash, and (I think, I'm not sure as I don't have it) iOS. It should work fine, as long as you don't mind users being able to manually modify the INI file to change those things in the Windows version. If you aren't, then you will have to make a separate save system for the non-Windows version.

  3. #3
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does INI++ work with Droid? Main reason is would like to add option of encrypting data if users want to.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Kracker View Post
    Does INI++ work with Droid? Main reason is would like to add option of encrypting data if users want to.
    Unfortunately, it isn't supported by the Android runtime. Even then, from the sounds of things, INI++'s encryption algorithm isn't anywhere near the best, so it wouldn't be as secure as you might expect. There might be an encryption object available for Android, though. I don't remember there being one, but there still might be one.

  5. #5
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like I'll go with INI as it's supported by both Android and iOS. I thought about XML but so far it seems that neither the Android export module or iOS module support XML. Hopefully soon there will be an encryption extension for Android and iOS.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Nov 2010
    Location
    Switzerland
    Posts
    301
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As a workaround you could use the AESFusion-Object to encrypt your Data inside the Ini-File. (The AESFusion-Object is listed in my Android-Objects).

    With kind regards,
    jahkri

  7. #7
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would you happen to know if AESFusion is compatible with iOS as well?

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleUnicode Add-on

    Join Date
    Nov 2010
    Location
    Switzerland
    Posts
    301
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Kracker,

    i have to admit that i didn' t even use the AES-Fusion on Android so far. I was just aware that it showed up in the Object-List (if the Export-Setting is set to "Android/OUYA", so it should be compatible with the Android-Runtime. I don' t have the iOS-Exporter (yet). So i can not help You with that Question. Also, the AES-Fusion-Object does not support the Encryption of Files directly, you have to encrypt the "Data" inside the Ini-File with it.
    Perhaps somebody with the iOS-Exporter could tell You if AES-Fusion is available for it.

    With kind regards,
    jahkri

  9. #9
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Dec 2009
    Location
    Louisiana, USA
    Posts
    369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the reply. I'm aware that the AES object doesn't encrypt the file itself. I've created some time ago a simple encryption program using the AES object. It's available for download on my website (see signature). It's called Simple Text Encryptor.

  10. #10
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    You could also use the array object... it has a simple compression that would make it impossible to read for normal users... Obviously it can be uncompressed but people would have to go out of their way to do that.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. how much you can have ini data storage for iOS?
    By peposoft in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 24th February 2012, 07:57 AM
  2. Data storage
    By dascribe in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th February 2009, 05:09 PM
  3. Data storage
    By Ganryu in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 5th November 2008, 07:45 AM
  4. Data Storage problems!
    By Spiriax in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 14th February 2007, 06:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •