facebook

Request your Example and How-Tos: CLOSED

  1. MobiOne Archive
  2.  > 
  3. Examples, HOW-TOs
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #346885 Reply

    Brandon
    Member

    As I plan for more tutorials and how tos I thought I would try and get some feed back as to what people would like to see.
    Feel free to post your requests.

    #346974 Reply

    Unknown Author
    Participant

    How to make more than a few hundred bucks per year selling apps…

    #346979 Reply

    Brandon
    Member

    Actually I have that on my list! It will contain three or more business models to make money.

    #348993 Reply

    Olly
    Member

    How to do multidimensional arrays in Mobione?

    I’m trying create a way to show a list of user created items, in another list of user created items, in another list of user created items – and struggling!

    #349021 Reply

    Brandon
    Member

    You can do something like this:

    var myArray= [
    [“row 1”, “row 1a”, “row 1b”],
    [“row 2”, “row 2a”, “row 2b”],
    [“row 3”, “row 3a”, “row 3b”]
    ]

    alert(matrix[1][1]) // returns row 2a

    you can also store arrays inside arrays

    var myArray = […];
    var my2Array = […];

    myArray[0] = my2Array;

    and more…

    #349052 Reply

    Olly
    Member

    Thank you Brandon, working perfect.

    #349060 Reply

    ejosephss
    Member

    Hi, Can you please give me a sample mobione program that connects and display data from mysql?
    I want to create a mobile web app that will display the data from mysql database based on the value that i will choose.

    I have made a php-mysql connection and it is working fine using xampp But how and where can i put it on mobione to make it work.. Sorry for my beginners question.. Thanks in advance!

    #352069 Reply

    raima55
    Member

    It would be nice if it had more notes on how to assign content, find the RSS items, and pass the content to the view screen, for example passing encoded content to the html container.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Request your Example and How-Tos: CLOSED

You must be logged in to post in the forum log in