Required:
Computers with operating systems Windows XP / Vista / 7 / Linux / MAC
At least 1 GB RAM
2 GB of empty space on the hard drive
Android SDK
Android Plugin for Eclipse IDE
Android Simulator
Basic knowledge of JAVA programming language
Here's how:
>Review Android With New Marshmallow v6
1. SETTING ANDROID SDK
Visit the website of the Android development tools in the resource link below this article. I assume you are using the Windows operating system, download the Android SDK for the Windows operating system. Extract the .zip that are downloaded and saved in the desired location. Add a location to extract the .zip place earlier in the PATH variable by right-clicking on My Computer, select Properties, select the Environment Variables under the Advanced settings. Add a location path in the PATH variable to edit. Give a semicolon at the end, and then paste or type the path where the .zip location that has been extracted earlier. Install the SDK to run the SDK Setup.exe from the root directory of the SDK tools.
2. SETTING ECLIPSE PLUG-IN
Android offers a special plugin for the Eclipse IDE, the name of Android Development Tools (ADT). The Eclipse IDE provides a great advantage also if you are developing applications for BlackBerry smartphones. This way you can develop applications in parallel for both platforms, the BlackBerry and Android.
Install the IDE Eclipse 3.4 (Ganymede) of Eclipse official website. Open the Eclipse IDE and the software updates, type the URL https://dl-ssl.google.com/android/eclipse/ and install updates her. Change settings Eclipse to point to the Android SDK directory.
3. PROGRAMMING FUNDAMENTALS
Android apps created using the JAVA programming language. There are many APIs that are specifically written for Android that can be used to prepare special applications run on certain devices on the Android platform. After the application is successfully compiled, will generate a file with the extension .apk. 1 of the .apk file is the first Android application complete.
4. TEST APPLICATION
After Android Plugin in Eclipse has been successfully installed, restart Eclipse and started developing a test project application.
Select File> New Project> Android Project
Enter the name of the project. Select the Build Target 1.4, 1.5, 1.6 or more and enter the name of the application, the package name and a minimal version of the SDK
Click Finish
Copy the source code for the project resource Hello World on the link below this article. Waking up the project and run the emulator.
5. REGISTERING APPLICATION
It is important to register (sign) the application before it is published for reasons of security and integrity. If you use Eclipse and if ADT has access to the keytool it is not necessary to do this. Because the application will be registered when it has been successfully compiled and debug. To register an application for reasons of public release, get a signature for public release and compile the application in Release mode by following the procedures already described in the Android Developers website.
6. PUBLISH APPLICATIONS
It is important to test your application before it is released on the device is not only emulator. You have to have or borrow or buy Android devices like the Samsung Galaxy Y Android or other smartphone. Add End User License Agreement and publish it in the Android Market or Google Play.
7. MAKE MONEY FROM APPLICATION
A very important reason for pemgembangan application is making money. To be able to publish your app's Android in the Android Market or Google Play, you need to pay a $ 25 fee just once forever. Once the application is published in the Android Market and all the people around the world start to download an application at a price that you specify, you will receive 70% of revenue while Google gets 30% of it. For example an application priced $ 1 and has been downloaded as many as 1000 people, you will get 70% of the total, exactly $ 700. If you develop an application that is very good quality, you can get a prize money of $ 150,000 or $ 100,000 or $ 50,000 or $ 25,000 based on the overall rating given user / users through the Android ADC2 Challenge.
Tips & Warnings
A very important idea before starting to develop an application. Write all your ideas in a safe place and began to develop an application based on those ideas.
Eclipse a good tool for developing Android applications. You can also use third-party tools if you do not want to use the Java language, such as PhoneGap tool.
Always test your code before it is published or your application will not be published in the Android Market.
Popular
How to Improve Windows 10 Performance?
No comments:
Post a Comment