Software Archive
Read-only legacy content
17061 ディスカッション

Just starting mobile development. Any suggestions?

Prudhvi_G_
ビギナー
5,138件の閲覧回数

I am just starting mobile development. I am planning to start with Android. Does anyone have suggestions regarding the tools I can use? Any suggestions on anything will help.

Thanks.

17 返答(返信)
SergeyKostrov
高評価コントリビューター II
5,138件の閲覧回数
Please take a look at Android forum. Also, this is a list of links ( I did it for myself some time ago ) to create Android development environment: ... // Android Related Links // http://developer.android.com + JDK6 : http://download.oracle.com/otn-pub/java/jdk/6u31-b05/jdk-6u31-windows-i586.exe + Android SDK : http://dl.google.com/android/android-sdk_r17-windows.zip + : http://dl.google.com/android/installer_r17-windows.exe + : http://dl.google.com/android/android-sdk_r18-windows.zip + : http://dl.google.com/android/installer_r18-windows.exe + : http://dl.google.com/android/android-sdk_r20-windows.zip + : http://dl.google.com/android/installer_r20-windows.exe + Android NDK r7b : http://dl.google.com/android/ndk/android-ndk-r7b-windows.zip + Android NDK r8 : http://dl.google.com/android/ndk/android-ndk-r8-windows.zip + Eclipse Classic 3.6.2 : http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-win32.zip + Eclipse IDE for C/C++ Developers: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-win32.zip // JDK6 : http://download.oracle.com/otn-pub/java/jdk/6u31-b05/jdk-6u31-windows-i586.exe + Windows x86 (32-bit) 78.98 MB jdk-6u31-windows-i586.exe Java SE 6 Update 31 / JRE alone is not sufficient http://www.oracle.com/technetwork/java/javase/downloads/index.html http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u31-download-1501634.html // Android SDK : http://dl.google.com/android/android-sdk_rXX-windows.zip http://dl.google.com/android/installer_rXX-windows.exe + Starter Package http://developer.android.com/sdk/index.html // Android SDK Tools r27: http://developer.android.com/sdk/tools-notes.html - // Android NDK r7b : http://dl.google.com/android/ndk/android-ndk-r7b-windows.zip + http://developer.android.com/sdk/ndk/index.html // Eclipse 3.6.2 Helios : + Eclipse Classic 3.6.2 : http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-win32.zip http://www.eclipse.org/downloads/packages/eclipse-classic-362/heliossr2 + Eclipse IDE for C/C++ Developers: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/SR2/eclipse-cpp-helios-SR2-win32.zip http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/heliossr2 http://www.eclipse.org/downloads // Eclipse JDT : http://www.eclipse.org/jdt - Included in most Eclipse IDE packages // Eclipse ADT : http://developer.android.com/sdk/eclipse-adt.html - // Apache Ant 1.8 : http://apache.mirror.nexicom.net//ant/binaries/apache-ant-1.8.3-bin.zip - http://ant.apache.org/ // Cygwin 1.7 : http://www.cygwin.com/ - For Windows platforms // Android 2.3.7 (Gingerbread) x86 Emulator Image Add-on: - http://software.intel.com/en-us/articles/android-237-gingerbread-x86-emulator-image-add-on/ // Installing Android SDK: - http://developer.android.com/sdk/installing.html // Android Platform Tools: - http://developer.android.com/guide/developing/tools/index.html // Installing ADT Plugin http://developer.android.com/sdk/installing/installing-adt.html ADT Plugin http://dl.google.com/android/ADT-20.0.0.zip Download the ADT Plugin https://dl-ssl.google.com/android/eclipse/ http://dl-ssl.google.com/android/eclipse/ // Run on the Emulator http://developer.android.com/training/basics/firstapp/running-app.html // Android NDK http://developer.android.com/tools/sdk/ndk/index.html // Android* 4.0.4 (Ice Cream Sandwich) x86 Emulator System Image - http://software.intel.com/en-us/articles/android-ice-cream-sandwich-x86-emulator-image/ // Android* 2.3.7 (Gingerbread) x86 Emulator Image Add-on - http://software.intel.com/en-us/articles/android-237-gingerbread-x86-emulator-image-add-on/ ...
Prudhvi_G_
ビギナー
5,138件の閲覧回数

Thanks, Sergey. This is a lot for information. I would definitely help :)

SergeyKostrov
高評価コントリビューター II
5,138件の閲覧回数
Please take into account that only a couple of first downloads need to be installed. Then, as soon as Android SDK is installed all the rest installations or updates usually done with Android SDK Manager ( very good and simple tool! ).
karray_G_
ビギナー
5,138件の閲覧回数

Hello,

you can also try to develop your applications using the Cross-platform: You write once with Javascript and you deploy it on the other different platforms (Android, Balckberry, iOS...) 

PONRAM
ビギナー
5,138件の閲覧回数
med_anouar_hammami
ビギナー
5,138件の閲覧回数

there is PhoneGap which supports all platforms , which also is based on web technologies.
http://www.phonegap.com/

Johnson_W_
ビギナー
5,138件の閲覧回数

You mentioned that you are starting with Android and the best here is by using its Software development kit that is free. It will provide you with libraries and developer tools that will simplify your task by offering you sample source codes and emulators.

As someone who is starting with development, you can download the ADT Bundle which will offer you even more functionalities and you will also get:

Android SDK tools, Android platform tools, the latest Android platform etc.

Get Android SDK here http://developer.android.com/sdk/index.html and also you can see more about Andoid mobile theme development at http://www.techyv.com/questions/need-some-help-regarding-android

Susmita_S_
ビギナー
5,138件の閲覧回数

I think your plan is good. All the best for your mobile plan. Android is bst for this. Hope it will do good.

Connor_L_
ビギナー
5,138件の閲覧回数
Adrian_Stevens
ビギナー
5,138件の閲覧回数

Definitely check out Microsoft Virtual Academy for free training: http://www.microsoftvirtualacademy.com/

It's obviously Microsoft focused but there are a lot of great general programming courses.

Harsh
ビギナー
5,138件の閲覧回数

Try going with XDK using HTML5 and javascript apps...gives you a wider reach

Ernest_P_
ビギナー
5,138件の閲覧回数

I think it's better to start with official Android documentation on development here (http://developer.android.com/) and downloading their SDK from here: http://developer.android.com/sdk/index.html.

I also used some training before I was able to develop on my own. But from my own experience I can tell that real breakthrough comes when you start coding on real projects. This was my case with Apptraction, where I worked first and continued to grow as a developer.

Akhil_R_
ビギナー
5,138件の閲覧回数

Try http://www.androidcreator.com/

Its developed by MIT and is the best I have seen.

yaswanth_k_
新規コントリビューター I
5,138件の閲覧回数
Armansyah_T_
ビギナー
5,138件の閲覧回数

Intel XDK is a good place to start since it's possible to target multiple environment such as Android / iOS / Windows Phone using the same code base.

Derp_K_
新規コントリビューター I
5,138件の閲覧回数

Java is highly recommended
 

Patel__Happy
ビギナー
5,138件の閲覧回数

I think you must take care of the following steps to android app development.

1) Deeply research your market
2) Define your elevator pitch and target audience
3) Choose between native, hybrid and web app
4) Know your monetization options
5) Build your marketing strategy and pre-launch buzz
6) Plan for app store optimization
7) Know your resources
8) Ensure security measures
9) Find out user's likes and dislikes
10) ADS & BANNERS

You can also check android app development process steps while developing.

返信