Showing posts with label android development. Show all posts
Showing posts with label android development. Show all posts

February 22, 2013

is it good if i learn android development?

Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.


How do i implement a web service to my android application ?
Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.


What IT forum is most suitable for android developer who has question to post in?
Q. What are the best IT forum for android development coding post?

A. Best of the best forum.xda-developers.com





Powered by Yahoo! Answers

February 21, 2013

Are there any sites where I can download/view basic templates for Android development?

Q. I'm a beginner at Android development and really don't know how to even start and I think it would be useful for me to be able to look at templates of basic designs so I can see how the code looks as well as the output.
I'm using the Eclipse SDK and I have looked but can not find any templates.

A. The android SDK includes multiple sample projects which will give you a good feel for code, layout, etc. If you download the sdk, and set everything up per the instructions you can then look at the sample projects that come with it. Additionally the android developer site has some nice tutorials.


Is java for dummies and android development for dummies enough to get into android app development?
Q. okay so I dont have any programming experience at all..Ive started practicing the codes in java for dummies and android development for dummies..is this enough if I want to develop minor apps and sell them on the playstore?

A.


Some very very ultimate beginner tutorials for Android development?
Q. My 10 year old son wants to learn Android development. He knows quite a lot of java. Any extremely extremely extremely beginner learning resources for him? Also, he does not want to do it in Eclipse.

Thanking you,
Yours sincerely,
Cadence

A. Google's Android site has some tutorials (and the Software Development Kit - SDK) and there are numerous beginner tutorials available on the web.


How do I start developing for Android devices?
Q. I am new to Android development. Please guid me on where to start from.

A. here is the summary of the steps you need to perform in order to start developing Android applications:

Download and setup the Eclipse IDE
Download the Android SDK and then expand the content of the zip file into a folder
Install the ADT plug-in in Eclipse
Configure Eclipse to point to the Android SDK
http://mobiforge.com/developing/story/getting-started-with-android-development





Powered by Yahoo! Answers

February 20, 2013

Are there any sites where I can download/view basic templates for Android development?

Q. I'm a beginner at Android development and really don't know how to even start and I think it would be useful for me to be able to look at templates of basic designs so I can see how the code looks as well as the output.
I'm using the Eclipse SDK and I have looked but can not find any templates.

A. The android SDK includes multiple sample projects which will give you a good feel for code, layout, etc. If you download the sdk, and set everything up per the instructions you can then look at the sample projects that come with it. Additionally the android developer site has some nice tutorials.


Is java for dummies and android development for dummies enough to get into android app development?
Q. okay so I dont have any programming experience at all..Ive started practicing the codes in java for dummies and android development for dummies..is this enough if I want to develop minor apps and sell them on the playstore?

A.


Some very very ultimate beginner tutorials for Android development?
Q. My 10 year old son wants to learn Android development. He knows quite a lot of java. Any extremely extremely extremely beginner learning resources for him? Also, he does not want to do it in Eclipse.

Thanking you,
Yours sincerely,
Cadence

A. Google's Android site has some tutorials (and the Software Development Kit - SDK) and there are numerous beginner tutorials available on the web.


How do I start developing for Android devices?
Q. I am new to Android development. Please guid me on where to start from.

A. here is the summary of the steps you need to perform in order to start developing Android applications:

Download and setup the Eclipse IDE
Download the Android SDK and then expand the content of the zip file into a folder
Install the ADT plug-in in Eclipse
Configure Eclipse to point to the Android SDK
http://mobiforge.com/developing/story/getting-started-with-android-development





Powered by Yahoo! Answers

January 6, 2013

is it good if i learn android development?

Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.


How do i implement a web service to my android application ?
Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.


What IT forum is most suitable for android developer who has question to post in?
Q. What are the best IT forum for android development coding post?

A. Best of the best forum.xda-developers.com





Powered by Yahoo! Answers

January 1, 2013

How do i implement a web service to my android application ?

Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.


What IT forum is most suitable for android developer who has question to post in?
Q. What are the best IT forum for android development coding post?

A. Best of the best forum.xda-developers.com


Im looking for a BTEC in android app development in south east?
Q. Im currently finishing my AS and im looking to move on from this to a course that suits me better, i have had great interest in android development but i have found it very difficult to find a BTEC diploma course near the south east. I hope someone can find/knows of a full/part time course in app development, thank you.

A.


What fields for the programmers in computer science are best for their future career ?
Q. The fields which are these days on peak for the computer programmers are
- Android Development
- Cloud Computing
- Web Development (HTML5)
- Augmented Reality
and many others which i dont know.

I am student of computer science doing my bachelors. I have to propose a FINAL YEAR PROJECT and i want it to be related to the field i choose for my career.
So i want you guys to help me out. Which field is the best for a programmer or which company to target for job(some people said me microsoft) and what should i do for it. What will be best for my career. I will complete my bachelors in 1.5 years.
Please help me with your experiences and if you read it somewhere do write down the link.

A.





Powered by Yahoo! Answers

December 30, 2012

Some very very ultimate beginner tutorials for Android development?

Q. My 10 year old son wants to learn Android development. He knows quite a lot of java. Any extremely extremely extremely beginner learning resources for him? Also, he does not want to do it in Eclipse.

Thanking you,
Yours sincerely,
Cadence

A. Google's Android site has some tutorials (and the Software Development Kit - SDK) and there are numerous beginner tutorials available on the web.


is it good if i learn android development?
Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.


How do i implement a web service to my android application ?
Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.





Powered by Yahoo! Answers

December 29, 2012

is it good if i learn android development?

Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.


How do i implement a web service to my android application ?
Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.


What IT forum is most suitable for android developer who has question to post in?
Q. What are the best IT forum for android development coding post?

A. Best of the best forum.xda-developers.com





Powered by Yahoo! Answers

is it good if i learn android development?

Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.


How do i implement a web service to my android application ?
Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.


What IT forum is most suitable for android developer who has question to post in?
Q. What are the best IT forum for android development coding post?

A. Best of the best forum.xda-developers.com





Powered by Yahoo! Answers

December 26, 2012

is it good if i learn android development?

Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.


How do i implement a web service to my android application ?
Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.


What IT forum is most suitable for android developer who has question to post in?
Q. What are the best IT forum for android development coding post?

A. Best of the best forum.xda-developers.com





Powered by Yahoo! Answers

November 18, 2012

Some very very ultimate beginner tutorials for Android development?

Q. My 10 year old son wants to learn Android development. He knows quite a lot of java. Any extremely extremely extremely beginner learning resources for him? Also, he does not want to do it in Eclipse.

Thanking you,
Yours sincerely,
Cadence

A. Google's Android site has some tutorials (and the Software Development Kit - SDK) and there are numerous beginner tutorials available on the web.


How do I start developing for Android devices?
Q. I am new to Android development. Please guid me on where to start from.

A. here is the summary of the steps you need to perform in order to start developing Android applications:

Download and setup the Eclipse IDE
Download the Android SDK and then expand the content of the zip file into a folder
Install the ADT plug-in in Eclipse
Configure Eclipse to point to the Android SDK
http://mobiforge.com/developing/story/getting-started-with-android-development


is it good if i learn android development?
Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.





Powered by Yahoo! Answers

November 14, 2012

is it good if i learn android development?

Q. hey guys, im good java programmer but i dont have any idea about android
so i was wondering what are the benefits of learning android developments?
, will it be easy since i'm good java programmmer?
if that idea is good then what android books do you guys recommend for me?

A. Loaded question. I'll try my best.

Firstly, yes it is true that Android uses the Java Language but it doesn't use 'real' Java. In that I mean the form of Java it uses is one that has been specialised by Google. A lot of the standard Java API from J2SE is not available, further the parts that are available aren't a simple 1:1 line up of functionality - in essence if you want to learn Android development you're gonna have to 'begin again' so to speak.

You do have an advantage though already having experience of Java, it will serve you well in that the syntax and the structure of Android apps is very similar to Java.

The benefits can be quantified in terms of market exposure, application maintenance, developer support and programming delegation.

Market Exposure: In developing for Android enabled devices you open yourself to the world of mobile, tablet and possibly future desktop environments. Add to this Android's application market place and you have much of the marketing and publication duties handled for you by Google.

Application Maintenance: The same application marketplace and the Android API help simplify application maintenance and update delivery.

Developer Support: The Android API documentation is extensive and there are many forums that help developers with any problems they might have; the Android API also helps standardise the whole process and fine tune the end product leaving your projects less open-ended than traditional Java development where Java is developed with the intention of being cross platform Android is a single platform API.

Programming Delegation: Android API also provides many components for App development that can help you code your project while minimising the amount of boilerplate code you have to write.

Finally as for Books I can't recommend any unfortunately. I used Google's own API documentation for Android which contains tutorials and samples. Simply download and Install Eclipse for Java EE and then the Android SDK then the Eclipse plug-in and you're good to go. The Android API details how to do all of this. [1]


Android developer. How and what should i know if i want to take part in android developing?
Q. I would like to take part in android development. how and what should i know if i want to take part?

A. To be a good android developer you should have a strong android programming knowledge which is somewhat similar to java programming.

The second one is that you should know something about the operations and functioning of smartphones.

With all these you can be a good developer.


How do i implement a web service to my android application ?
Q. Hey Guys i am new to android development and i've finished my first application which is currency converter but now i'd like to access a web service to get the updated values of currencies and i have no idea how to do it and i am a little bit beginner so if you can help me with something easy to understand it would be great

A.


What IT forum is most suitable for android developer who has question to post in?
Q. What are the best IT forum for android development coding post?

A. Best of the best forum.xda-developers.com





Powered by Yahoo! Answers