JAVA programming language

Rezan

Rezan

@rezan-UVH45K Oct 25, 2024
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

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • vinci

    vinci

    @vinci-e4PtMU Nov 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
  • Rezan

    Rezan

    @rezan-UVH45K Nov 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 ? 😐
  • vinci

    vinci

    @vinci-e4PtMU Nov 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?
  • Rezan

    Rezan

    @rezan-UVH45K Nov 17, 2011

    how ! 😔 😔 i wish i could develop android app. , no its only for myself becoz really i want to develop myself
  • vinci

    vinci

    @vinci-e4PtMU Nov 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 .
  • global20

    global20

    @global20-GIGYQ3 Nov 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.
  • Rezan

    Rezan

    @rezan-UVH45K Nov 26, 2011

    i got it dear , ok i try to follow ur advices , thank u all alot 😀 😀
  • osvaldo5walters

    osvaldo5walters

    @osvaldo5walters-S3K2gD Dec 2, 2011

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

    #-Link-Snipped-#
  • praba230890

    praba230890

    @praba230890-vPFAoQ Dec 2, 2011

    I think NetBeans could be much of a helpful tool.
  • vinci

    vinci

    @vinci-e4PtMU Dec 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
  • The_Small_k

    The_Small_k

    @the-small-k Dec 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.
  • vinci

    vinci

    @vinci-e4PtMU Dec 6, 2011

    thanks for the info .I dont know about it as i use eclipse but now i knows it
  • praba230890

    praba230890

    @praba230890-vPFAoQ Dec 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.
  • vinci

    vinci

    @vinci-e4PtMU Dec 9, 2011

    its because it provides support to android and basic java based mobile application.
  • Jack2011

    Jack2011

    @jack2011-wi1Xg1 Dec 10, 2011

    Hi,
    This is Jack2011.You all are satisfied for Java programming . When click for link .#-Link-Snipped-#
  • krishbcs

    krishbcs

    @krishbcs-5tG26c Dec 12, 2011

    How can i install java in my computer?
  • Reya

    Reya

    @reya-SMihdC Dec 12, 2011

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

    Installation process is given #-Link-Snipped-#
  • krishbcs

    krishbcs

    @krishbcs-5tG26c Dec 14, 2011

    thanks i installed java as you said.
  • krishbcs

    krishbcs

    @krishbcs-5tG26c Dec 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.​
  • ramyaIT

    ramyaIT

    @ramyait-yPm016 Dec 18, 2011

    hi plz suggest me some innovative projects on java.....
  • vinci

    vinci

    @vinci-e4PtMU Dec 18, 2011

    try website using jsp. static or dynamic. its easy to initiate . useyou-tube videos