Search:

Type: Posts; User: ~Kyo~

Search: Search took 0.12 seconds.

  1. Thread: OOP and java

    by ~Kyo~
    Replies
    6
    Views
    1,657

    Re: OOP and java

    Ok so in short interfaces are promises to make any class that implements them to have specific functions. So in a way it is like having inheritance with promises of overloading any functions from...
  2. Thread: OOP and java

    by ~Kyo~
    Replies
    6
    Views
    1,657

    Re: OOP and java

    They have some strange deals in android so it is likely android related. I am in the process of breaking it into smaller parts - unfortunately lets take the accelerometer and the specific question...
  3. Thread: OOP and java

    by ~Kyo~
    Replies
    6
    Views
    1,657

    Re: OOP and java

    They should be, so far all my examples have shown it done this way. In general my logic is usually separated. In the cases I have seen java has been some thrown together stuff. No doubt minecraft...
  4. Replies
    0
    Views
    1,286

    Android code is crashing.

    So I am making an android breakout game to get situated with java and the android API. I have very similar code to what they show on this webpage (SensorManager | Android Developers), but my code...
  5. Re: What steps are needed to upload a Java game to tablet/phone (android)??

    Download astro filemanager onto the tablet if you can access the internal memory copy the .apk file somewhere you can locate it easily. I have a folder off of root called TESTAPK so I can find them....
  6. Thread: OOP and java

    by ~Kyo~
    Replies
    6
    Views
    1,657

    OOP and java

    I am a bit new to java and had decided to program for my nexus7... I am well versed in C++ and was wondering if it was possible to structure code similarly to what you would see in a C++ project in...
Results 1 to 6 of 6