Programming/Non programming

Monday, July 19, 2010

Blackberry:How to create new project through Blackberry JDE?

Blackberry:

How to create new project through Blackberry JDE:

1. Launch Blackberry JDE
2. Click on File menu->New->Workspaces
3. Provide Workspace name and location where you want to store it.
    It will create a workspace now.
4. Right click the workspace and click "New project in ..."
    It will create the project now.
5. Right click and click "Create new file in Project"
   It will create the java file.
Go ahead and add your code.

That's all !

Thank you very for reading this.

Prabakar M.P.
Senior Systems Analyst

Tuesday, July 6, 2010

Android:Create New Project in Android using Eclipse

Android:


Create New Project in Android using Eclipse

1. Launch Eclipse
2. Click on "New" menu item and choose "New Android Project"
3. Type "Project Name: ". For ex: HelloAndroid
    Make sure, "Create new project in workspace"
    and
    "Use default location" is enabled.
4. Select any "Build Target" for ex: Android 1.6 or Android 2.0 something like whatever you need..
5. Type Application name: For ex: "HelloAndroid"
6. Type Package Name in this format: For ex:    com.yourcompanyname.HelloAndroid
7. Enable "Create Activity" and type name as project name: For ex: HelloAndroid
8.Type "Min SDK Version" .
   NOTE: This is an Integer indicates minimum level API version. If you are not sure to type this, See the "API Level" value mentioned in "Build Target" tab when you are creating new android project screen. Please note it should not be Float value like "2.6" something like that, it should be real integer like "3" or something like that.
9. Click "Finish" button to complete creating New Android Project.

M.P.PRABAKR
Tech Lead.
Mobile software development