Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Play&Win View Post
    oh, you guys learn programming at school, we at our shitty country don't . Well it's a kewl country, but without any kind of developing ways...I mean in 5 computers engeeners only 3 knows how to program.
    I didn't learn it in school there were no programming courses in my school.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  2. #17
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    I'm unable to get the UI editor to work, nothing I add shows up, and hardcoding it is a basterd =3
    Ah we-a blaze the fyah, make it bun dem!

  3. #18
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Hell_Demon View Post
    I'm unable to get the UI editor to work, nothing I add shows up, and hardcoding it is a basterd =3
    You using the XML UI harcoding? I tried that in WPF and ragequit.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  4. #19
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Jason View Post


    I didn't learn it in school there were no programming courses in my school.
    Uni, school, college, you know what I mma talking about...

  5. #20
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Play&Win View Post


    Uni, school, college, you know what I mma talking about...
    Not really. Surely one university in your country teaches a Computer Science degree...

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #21
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    @NextGen1

    Meh, i have been playing around with webservice consuming at android using Ksoap lib, haven't really seen many bugs yet at android sdk tbh. When i said "easy", i meant to say that compared to iPhone development, its way easier to start with and learn. (At their "main" development languages). But really, i tried Cocoa a few times and i really rage quitted. With android, i just followed a few tuts about its main structure and with programming background i was good to go and start to make my own stuff.

    Yea ofc its easy... when you are not dealing with a crap language.
    Last edited by 'Bruno; 03-15-2011 at 12:39 PM.

  7. The Following 3 Users Say Thank You to 'Bruno For This Useful Post:

    Hell_Demon (03-15-2011),Jason (03-15-2011),NextGen1 (03-15-2011)

  8. #22
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    @Brinuz ,

    There are many noticeable issues with the SDK, you just haven't hit them yet or are not deep enough. I am proficient in JAVA, and these issues are bugs with the SDK
    Using a device Or Emu?
    Many issues when using a device, many issues with XML parsing (because of entity &amp vs Ampersand) Many issues with adb and older sdk version. Just to mention a few things.

    Ksoap lib really wouldn't kick back any SDK bugs, it is not part of the SDK , So really doesn't play a factor, you use it because Google doesn't really offer a solution yet.

    Give it time, you will be cursing it out, try writing live wallpaper, or a parsing application.
    Try writing a portal for a POS system or some extensive application.

    You will throw your keyboard at least once, and rage once every few days.

    Last edited by NextGen1; 03-15-2011 at 01:41 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  9. The Following User Says Thank You to NextGen1 For This Useful Post:

    'Bruno (03-15-2011)

  10. #23
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by NextGen1 View Post
    @Brinuz ,

    There are many noticeable issues with the SDK, you just haven't hit them yet or are not deep enough. I am proficient in JAVA, and these issues are bugs with the SDK
    Using a device Or Emu?
    Many issues when using a device, many issues with XML parsing (because of entity &amp vs Ampersand) Many issues with adb and older sdk version. Just to mention a few things.

    Ksoap lib really wouldn't kick back any SDK bugs, it is not part of the SDK , So really doesn't play a factor, you use it because Google doesn't really offer a solution yet.

    Give it time, you will be cursing it out, try writing live wallpaper, or a parsing application.
    Try writing a portal for a POS system or some extensive application.

    You will throw your keyboard at least once, and rage once every few days.

    Yup i believe in that. I mentioned Ksoap lib because of exactly that (not part of the sdk).
    I have been using the Emu "from" Eclipse tho. Tested only 2 applications at the device atm. I just need time to start using the sdk more often and find some bugs

  11. #24
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by Brinuz View Post
    I just need time to start using the sdk more often and find some bugs
    Yeah, Exactly


     


     


     



    The Most complete application MPGH will ever offer - 68%




Page 2 of 2 FirstFirst 12