Android Programming prerequisites [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm new to the android. What are the exact pre-requisites for android programming. As I know the basics of java, will it be helpful in learning the android programming?

Google around for tutorials. I learnt Android with no experiance in Java.
Take a look at these site
http://www.vogella.com/android.html
http://developer.android.com/index.html

Yes, it'll be. How can you develop Android app without knowing java? DEITEL- Android How to Program
will give you the basic java you need to start android development. But sooner or latter, it would help if you take java seriously. Resources are rampant on the web, just google them.

Related

Android to iOS - suggestion [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have created an app in Android Studio. I want to make it work on iOS too. Is it possible to open it in xcode and somehow translate it to obj C and build it to make it work?
EDIT: I have seen j2objc project but I can't figure out how it works...
I think this is not possible although there are Java to C++ converters but android to ios,I don't think so you'll have to create new application for ios in swift (xcode).I don't know about j2objc but I still think its better to develop fresh application for a new language.

App development for Google Store [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I asked this question in Android Enthusiasts but I don't know if that is the correct place to ask. I'm looking to build a simple application that I'd like to post to Play Store.
However, my programming knowledge is limited to VB6, VB.net, VBA - primarily VB6. After doing some brief research it looks like I might not be able to build it in VB, but would C# work? Any advice?
Start with learning Java first since all Android applications are Java based. After that, you can start learning to create applications on Android Studio.

Best way to create game application for iOS and Android [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I want to create a simple scrolling game application for android and iOS, but I don't know which technologies I can use instead of create 2 projects, one for android and one for iOS. I saw a lot of technologies like unity, unreal.. but I don't know the best to use for these kind of project. Can you tell me which languages or technologies you use ?
I think Unity is good for both iOS, Android and Web game.
Unity3D
and check this link
http://venturebeat.com/2014/08/20/the-top-10-engines-that-can-help-you-make-your-game/

Application creation [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Hey guys I'm just a student styding computer programming and i would like to learn how to make an app, I just learn c and java but i'm newbie and i wonder if java applications work on android etc, I did some research but I'm still confused also I couldn't find a proper tutorial just to learn the basics.
I would appreciate if someone could help me a bit just to understand how things work but if you think that this is a dumb question,forgive me but I need some guide.
Sorry if I wasted your time and for my spelling!!!
you can learn from here http://developer.android.com/index.html but i don't understand the question "java applications work on android" i am not sure what you mean

How to become an Android Games Developer [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to learn and become a Game Developer for Android but I dont know where to start or what to learn. So my question is, what programme/software do I need and what coding languages do I need to learn for android game developing.
If anyone knows some good tutorial sites or links please send it as I would really appreciate any help i can get.
I recomend libgdx and Unity.
These are some links related to game development on mobile, libgdx and Unity:
http://www.kilobolt.com/game-development-tutorial.html
http://www.develop-online.net/tools-and-tech/15-essential-mobile-game-development-tools/0184480
And these are libgdx tutorial series:
http://www.gamefromscratch.com/page/LibGDX-Tutorial-series.aspx
http://obviam.net/index.php/getting-started-in-android-game-development-with-libgdx-create-a-working-prototype-in-a-day-tutorial-part-1/
You need something called a 'Game Engine' to make a (good) game. I would recommend you to use it because it has built in physics (collision, etc) and other things that will be helpful.
You can take a look at a popular game engine called Unity
This is a general android game development tutorial

Categories

Resources