Search:

Type: Posts; User: aussiemcgr

Page 1 of 20 1 2 3 4

Search: Search took 0.48 seconds.

  1. Replies
    1
    Views
    51

    Creating A Webservice

    I was wondering if someone could point me in the right direction for tutorials or something on how to create a webservice of some sort.

    Something like this: default
    Where using the following...
  2. Replies
    1
    Views
    242

    Re: Android emulator problem

    Does the LogCat or the Console have any errors or warnings?
    There is always the possibility that you didn't set your project up to be compatible with the Emulator's Android Version that you...
  3. Thread: Size of App

    by aussiemcgr
    Replies
    6
    Views
    256

    Re: Size of App

    Well, Angry Birds is around 40mb I think. We don't expect our app it be as large as that. I think around 20mb is what we should consider our "roof".
  4. Thread: Size of App

    by aussiemcgr
    Replies
    6
    Views
    256

    Size of App

    Does anyone know what a "good" size (mb) of an Android 2d graphical game App would be? I am attempting to get a reasonable idea of what I should expect out of my team for QA reasons.
  5. Re: Conditional Statement Issue *Newbie Help*

    Your issue is your first statement. Check your logic:
    1. if num is not a multiple of 3 OR if num is not a multiple of 5
    2. if num is a multiple of 3 AND if num is not a multiple of 5

    Right there...
  6. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    I managed to resolve this issue. I will describe my solution in case someone comes across this thread in a google search. This was not an IDE problem, but rather a Maven issue.
    It was actually very...
  7. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    It would appear to me that the IDE's classpath is pointing to the target folder. In the target folder, the images are not located in it's own resource folder, like it is in the jar. My only...
  8. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    Here is the full file structure, starting from my project directory:


    cop.rm.desktop/.classpath
    cop.rm.desktop/.gitignore
    cop.rm.desktop/.project
    cop.rm.desktop/pom.xml...
  9. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    I replaced the user name with *** for privacy reasons
    IDE:


    user.dir=C:\Users\***\git\running-man-desktop-version\cop.rm.desktop...
  10. [SOLVED] Re: Loading Resources: Maven Project Structure vs Jar

    Technically, this is a Maven question. As far as I know, the Maven Project Structure doesn't change based on IDE.

    I'm not sure how I can set the classpath in this situation. I'll have to do a bit...
  11. [SOLVED] Loading Resources: Maven Project Structure vs Jar

    I have a problem which I can't find much help for on google. My project is a Maven project. For those unfamiliar, the Maven project structure is basically this:

    Java code is placed in the java...
  12. Replies
    5
    Views
    217

    Re: Industry Phone Statistics

    This is a good read. It will be very helpful. I do have a question regarding 7.2.3, the last bullet point:


    Does that mean that applications with its target Sdk as 10 or more should not expect a...
  13. Replies
    5
    Views
    217

    Re: Industry Phone Statistics

    Ok, but is it reasonable to assume the icons exist, or should we avoid that? If the icons are expected on 95%+ of devices, it seems reasonable (to me) to assume they exist. Our main concern is the...
  14. Replies
    5
    Views
    217

    Industry Phone Statistics

    Does anyone know any good sites I can look at to see Industry-wide statistics on what features different (Android) phones have?
    For example, my team is having a conversations about supporting the...
  15. Replies
    12
    Views
    280

    Re: JAVA criticism or inexperience?

    In all fairness, I do remember dependency management being extremely daunting when I was a beginner java programmer. It's just one of those things that you have to get used to. Packaging your...
  16. Replies
    0
    Views
    116

    Merging Images - Android

    I am working on an Android project with 2d graphics. I have a sprite of a man. The graphics for the man is broken up into 3 images: Head, Torso, and Legs. There are a handful of different Torso and...
  17. Replies
    1
    Views
    189

    Custom Events

    I am attempting to create a game with a small team of friends. I had the idea of taking advantage of Event-Driven programming to deal with User Interaction, and I wanted some words-of-wisdom from...
  18. Issue Tracking And Repositories for College Students

    I wanted to know if anyone knew of any good (preferably free) issue tracking systems and repository sites for a college project.
  19. Replies
    6
    Views
    217

    Re: Unusual Null Pointer Exception

    Yeah, I'm beginning to see where the issue could be.
    I do have a thread that is created when an item is selected in the JComboBox. The first thing it does is trigger the JProgressBar to indicate to...
  20. Replies
    6
    Views
    217

    Unusual Null Pointer Exception

    I have a weird Null Pointer Exception being thrown. The stack trace of the exception is not specifying exactly where in my code the Null Pointer is being thrown. When this is thrown, two things are...
  21. Replies
    37
    Views
    283

    Re: buttons that call methods

    Please use highlight tags in the future. You have a copy-and-paste mistake. Look at where you create the print button, the change button, and the surprise button. You attach the listener to the copy...
  22. Replies
    2
    Views
    303

    Re: Java to printer ?

    Do you want the order form to print to a local printer in your parent's business, or a local printer for the user (the user's personal printer)?

    One thing you have to consider when programming an...
  23. Replies
    0
    Views
    202

    Avi Tag Property Updating

    I have a really quick question: Windows 7 does not allow you to edit the file properties on avi files (such as the title and stuff). There are a few freeware programs out there that can do it, but if...
  24. Re: New to Java, need help with arrays inside a loop please!

    What is in costList and what is in priceArray? Also, what have you already tried to do?
  25. Re: New to Java, need help with arrays inside a loop please!

    Ok, so is your problem about creating the array or looping through the array at the end and printing out each element?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4