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 4 of 4

Thread: How much java skills are required to build a simple Android app like calculator?

  1. #1
    Junior Member
    Join Date
    May 2014
    Location
    Islamabad, Pakistan
    Posts
    3
    My Mood
    Stressed
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question How much java skills are required to build a simple Android app like calculator?

    Hello I am a beginner in java. I am studying Object Oriented Programming in java and want to create an android app. Please guide me which skills of java must be covered to make a calculator or apps like it.
    Thanks,
    SA.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How much java skills are required to build a simple Android app like calculator?

    Besides knowing basic java, you need to know the Android environment.
    If you don't understand my answer, don't ignore it, ask a question.

  3. The Following User Says Thank You to Norm For This Useful Post:

    Shariq (May 7th, 2014)

  4. #3
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: How much java skills are required to build a simple Android app like calculator?

    It would be more knowing the Android environment than knowing Java. When you are making something as simple as a calculator, most of your time will go into creating the GUI (Graphical User Interface). You create the GUI with the Android environment, not with Java's UI toolset (you don't use Swing, AWT, ect. on Android Apps).
    With that said, since you are making a calculator, you should be extremely aware of Java's Math API: Math (Java Platform SE 7 )
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  5. The Following User Says Thank You to aussiemcgr For This Useful Post:

    Shariq (May 7th, 2014)

  6. #4
    Junior Member
    Join Date
    May 2014
    Location
    Islamabad, Pakistan
    Posts
    3
    My Mood
    Stressed
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: How much java skills are required to build a simple Android app like calculator?

    Thank you so much Mr.Norm and Mr.Aussiemcgr. I got the point now!

Similar Threads

  1. simple sms app for android
    By aba muhammad in forum Android Development
    Replies: 4
    Last Post: December 4th, 2013, 03:41 PM
  2. Replies: 3
    Last Post: September 7th, 2013, 02:34 AM
  3. Linking Java to a website for android app
    By Loki180 in forum Android Development
    Replies: 1
    Last Post: August 23rd, 2013, 09:51 AM
  4. Need help to build an app! signature analysis
    By braceforce in forum Java Theory & Questions
    Replies: 0
    Last Post: January 9th, 2013, 10:57 AM