PhoneGap is a free and open source framework that allows you to create
mobile apps using the web technologies you’re already familiar with:
HTML, CSS, and JavaScript. Use standardized web APIs and target the
platforms you care about. Download PhoneGap for free right now and try it out.
You need Eclipse and Android SDK.
You need to follow some step to make your first android apps easily.
You need Eclipse and Android SDK.
You need to follow some step to make your first android apps easily.
- Step 1: First of all you need to install Eclipse, Android SDK and PhoneGap.
- Step 2: Open Eclipse and Choose New > Android Project
- Step 3: In the New Android Project dialog box, type a project name and select Create New Project In Workspace and Click Next.
- Step 4: Select the Android 2.2 build target, and click Next .
Note: Choosing the Android 2.2 build target will configure the compiler to target the Android 2.2 SDK, and will ensure that your PhoneGap application will work on devices running Android 2.2 and newer versions of the operating system.
- Step 5: On the Application Info screen, type a package name for your main Android application. This should be a namespace that logically represents your package structure; for example, com.yourcompany.yourproject and Click Finish.