Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: REVERSE ENGINEER AN APK TO UNDERSTAND ITS FUNCTION

  1. #1
    Junior Member ANIME's Avatar
    Join Date
    Mar 2012
    Location
    Pembroke Pines, FL
    Posts
    6
    My Mood
    Cool
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default REVERSE ENGINEER AN APK TO UNDERSTAND ITS FUNCTION

    Hey guys I want to learn Java to start developing android apps. Specifically MMS.apk apps.

    I have decompiled the APK already.
    But one question would be, since I decompiled it am I able to see all the source or no?

    Please let me know if you would like me to attach the apk.

    Thank you for the help!


  2. #2
    Member
    Join Date
    Jul 2012
    Posts
    83
    My Mood
    Cynical
    Thanks
    3
    Thanked 9 Times in 9 Posts

    Default Re: REVERSE ENGINEER AN APK TO UNDERSTAND ITS FUNCTION

    My suggestion: don't try to learn by decompiling an application as it will be just about impossible to read and a very bad example to emulate. Better to go through tutorials and books and to write code like a demon.

  3. #3
    Junior Member ANIME's Avatar
    Join Date
    Mar 2012
    Location
    Pembroke Pines, FL
    Posts
    6
    My Mood
    Cool
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: REVERSE ENGINEER AN APK TO UNDERSTAND ITS FUNCTION

    Quote Originally Posted by Fubarable View Post
    My suggestion: don't try to learn by decompiling an application as it will be just about impossible to read and a very bad example to emulate. Better to go through tutorials and books and to write code like a demon.
    Hmm I see. So how would I know what was done to create the APK?

    Its a custom MMS.apk

    Thanks!

Similar Threads

  1. Replies: 0
    Last Post: May 23rd, 2012, 04:55 PM
  2. Replies: 9
    Last Post: April 6th, 2012, 12:22 AM
  3. Senior Software Engineer
    By Captain Recruiter in forum Paid Java Projects
    Replies: 0
    Last Post: January 17th, 2011, 06:43 PM
  4. Replies: 1
    Last Post: September 30th, 2010, 02:36 PM
  5. Reverse Number
    By java1 in forum Java Theory & Questions
    Replies: 2
    Last Post: October 28th, 2009, 10:19 AM