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

Thread: How would I go about creating this Software?

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How would I go about creating this Software?

    Hi,

    I currently have basic knowledge of Java, basically, I want to learn how to create a custom piece of Software for myself which I can use on my iPhone.

    What I want to do is be able to set a time & a heading for that timer, e.g. for 1 hour, then when the timer is finished a notification sound to go off, so a simple timer. Then, I want it to record the amount of timer's I have set, under that heading.

    I want this to be able to record how many hours I've put into something, e.g. each heading like 'Programming', 'Networking' and such...

    e.g. setting a 1 hour timer for programming on a Monday, then on Tuesday I do another timer for programming, so when I look it up it should say 2 x 1 hour sessions of programming!

    Anyone know where I could get a start to this? ANY advice would be appreciated a lot!

    Thank you


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How would I go about creating this Software?

    I want to learn how to create a custom piece of Software for myself which I can use on my iPhone
    Learn Objective-C. Mac mobile devices (aka 'apps') don't use java, they rely on Objective-C (C and C++ can be used). After that, subscribe to Apple's development environment (aka pay their fees) to deploy your app in either development or deployment phases.

Similar Threads

  1. java software
    By Adam bryan in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 29th, 2012, 03:52 PM
  2. Spreadsheet Software
    By f.java in forum The Cafe
    Replies: 1
    Last Post: April 14th, 2012, 09:04 AM
  3. Creating and implementing class for creating a calendar object
    By kumalh in forum Object Oriented Programming
    Replies: 3
    Last Post: July 29th, 2011, 08:40 AM
  4. Anybody know anything about software engineering
    By jwill22 in forum Java Theory & Questions
    Replies: 1
    Last Post: October 11th, 2010, 04:17 PM
  5. Stub Software
    By beemer328i in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: November 22nd, 2009, 04:31 PM