User Tag List

Results 1 to 5 of 5

Thread: Is there any good way to store DATA in an android APP

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    diefox's Avatar
    Join Date
    Feb 2007
    Posts
    124
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Is there any good way to store DATA in an android APP

    Lets say I am trying to make a game with levels edited via a level editor for android, but everytime I turn the application into an APK I want the level data to be included on it so whenever the game is updated the levels would load accordingly.

    What is the right way to do that with android? Do I have to use the binary files?

    I dont know if i`m making myself clear, it`s kinda hard to explain.

  2. #2
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    I know what you're saying here. Yes, the only viable way would be to include them every compilation as binary files, this way they remain up to date with each build.

    Alternatively, you could store your level data files on your own server and get your app to download the new files after every update...

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Simflare's Avatar
    Join Date
    Oct 2013
    Location
    Australia
    Posts
    374
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't that happen automatically with Android when you use array files? They get converted to binary?

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    diefox's Avatar
    Join Date
    Feb 2007
    Posts
    124
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I tried to make it work with INI, but for whatever reason it just dont work =(

    BUT it works perfectly with arrays, the only con is that i cant open and edit the ARRAY file as I like to do when using an INI file.

  5. #5
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF 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)
    DaveC's Avatar
    Join Date
    Jun 2007
    Location
    Perth, Australia
    Posts
    2,132
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    you could make your own array editor in fusion to open/edit your arrays

Similar Threads

  1. How to store data?
    By sketcherskt in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 2nd October 2014, 11:13 PM
  2. INI or another method to store data
    By Dobermann in forum XNA Export Module Version 2.0
    Replies: 6
    Last Post: 24th September 2011, 10:04 PM
  3. Store data?
    By Grim in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 19th April 2011, 06:13 PM
  4. data store, which object?
    By gamer4fun in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 17th July 2007, 05:35 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
  •