How to make application run faster on Windows Mobile Device?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 201211
    New Member
    • Jan 2012
    • 12

    How to make application run faster on Windows Mobile Device?

    I'm running application on Windows Mobile device.

    The device I use to test the application is Symbol Motorola MC75.

    When deploy the application on the device I see that the application loading slowly to go to main screen.

    The application using a lot line of code. Is there any way I can make the application go to main screen much faster?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Optimize the code.

    Comment

    • 201211
      New Member
      • Jan 2012
      • 12

      #3
      How to optimize the code before deploy to the device?
      If the code can be optimized to make application run more faster on device, is't it have other sign effect to application?

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        I have no idea what you mean by your second question.

        You optimize the code by examining your existing code and rewriting it so it's faster. An example is if you're using bubble sort in your code, use one of the other faster sort methods.

        Comment

        • 201211
          New Member
          • Jan 2012
          • 12

          #5
          I has thought about that, my second thought is to optimized it's on Visual Studio 2005 properties. I find out when visiting this link

          Comment

          • Rabbit
            Recognized Expert MVP
            • Jan 2007
            • 12517

            #6
            That article has nothing to do with making your application faster. It only talks about how to deploy an application.

            Comment

            • 201211
              New Member
              • Jan 2012
              • 12

              #7
              sorry about that, that article show how to deploy and configure vs2005 to optimized mode, this link tell that it can make your output file smaller, faster, and more efficient.

              Comment

              Working...