CrazyEngineers
  • Rezan
    Rezan

    MemberNov 14, 2011

    JAVA programming language

    hi everyone , im new member. nice to meet u all.
    i want to write a simple program to mobile in JAVA, but i dont know from where i have to start?? and i know how to write java programs but for pc,
    so i need ur helps?
    1.what i have to know before start writing a program to mobile like nokia?
    2.what i need to install as a software for writing program?

    Thanks
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • vinci

    MemberNov 15, 2011

    I dont know much but dear you should read bout J2ME books and articles over internet.Its all about mobile development .and you just need to download SDK(software Development Kit) of nokia or android and install in your pc to manage programs.After that,with the help of these sdk ,you may be able to submit apps to respective companies for validation
    Are you sure? This action cannot be undone.
    Cancel
  • Rezan

    MemberNov 16, 2011

    ah ok i got it, but i want to write a simple application for myself like self testing how much it is my ability, so still need a company for activating it ? 😐
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberNov 17, 2011

    no it doesnt need a company or real device at all.the sdk i mentioned here provides a virtual simulator for testing your apps.I am too doing the same thats why i know this thing
    by the way are you developing android apps?
    Are you sure? This action cannot be undone.
    Cancel
  • Rezan

    MemberNov 17, 2011

    how ! 😔 😔 i wish i could develop android app. , no its only for myself becoz really i want to develop myself
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberNov 22, 2011

    Se using android videos, i am beginning the same thing you want to initiate .This will take time to learn i know but be patience while learning .also do visit developer.android.com for more help in this regards.there you can get more help for the topic concerning about .
    Are you sure? This action cannot be undone.
    Cancel
  • global20

    MemberNov 24, 2011

    hi!
    if you want to write a program for Nokia in java programming language and you have no experience then you must contact to java software engineer who have minimum 2+ years of experience in java and search some related information from Google.
    Are you sure? This action cannot be undone.
    Cancel
  • Rezan

    MemberNov 26, 2011

    i got it dear , ok i try to follow ur advices , thank u all alot 😀 😀
    Are you sure? This action cannot be undone.
    Cancel
  • osvaldo5walters

    MemberDec 2, 2011

    I guess may be you need the NOKIA SDK! Download it. Many people are #-Link-Snipped-#

    #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
  • praba230890

    MemberDec 2, 2011

    I think NetBeans could be much of a helpful tool.
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberDec 5, 2011

    See my friend, as per my view , netbeans is used to just for developing java programs and not for mobile application.you need prefer Eclipse in this regards. I am too using the same specifically for android.Just need to download eclipse android plugin and android sdk . Eclipse is easy to work upon
    Are you sure? This action cannot be undone.
    Cancel
  • The_Small_k

    MemberDec 6, 2011

    Looks like you want to start writing programs for mobile application.
    Well if you are using netbeans(It comes with an emulator) you just need to install SDK.
    Here is your first hello world program....
    package hello;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class Mohit extends MIDlet
    {
        Form form;
        Display display;
        public void startApp()
        {
            form=new Form("My First Mobile Application");
            form.append("My Company Name Is Morningdot");
            display=Display.getDisplay(this);
            display.setCurrent(form);
        }
        public void pauseApp()
        {
     
        }
        public void destroyApp(boolean b)
        {
     
        }
    }
    run it.
    You can find jar file in your dist folder.You can use that jar file as your mobile application.
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberDec 6, 2011

    thanks for the info .I dont know about it as i use eclipse but now i knows it
    Are you sure? This action cannot be undone.
    Cancel
  • praba230890

    MemberDec 7, 2011

    Eclipse is too handy to write java based apps, but when it comes to desktop and java based mobile phones it is better to go with Netbeans as it gives us easy to design GUI.
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberDec 9, 2011

    its because it provides support to android and basic java based mobile application.
    Are you sure? This action cannot be undone.
    Cancel
  • Jack2011

    MemberDec 10, 2011

    Hi,
    This is Jack2011.You all are satisfied for Java programming . When click for link .#-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
  • krishbcs

    MemberDec 12, 2011

    How can i install java in my computer?
    Are you sure? This action cannot be undone.
    Cancel
  • Reya

    MemberDec 12, 2011

    Download java 1.6 from #-Link-Snipped-# and install it.

    Installation process is given #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
  • krishbcs

    MemberDec 14, 2011

    thanks i installed java as you said.
    Are you sure? This action cannot be undone.
    Cancel
  • krishbcs

    MemberDec 14, 2011

    Reya
    Download java 1.6 from #-Link-Snipped-# and install it.

    Installation process is given #-Link-Snipped-#
    New
    thanks i installed java as you said.​
    Are you sure? This action cannot be undone.
    Cancel
  • ramyaIT

    MemberDec 18, 2011

    hi plz suggest me some innovative projects on java.....
    Are you sure? This action cannot be undone.
    Cancel
  • vinci

    MemberDec 18, 2011

    try website using jsp. static or dynamic. its easy to initiate . useyou-tube videos
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register