[Q] How to become an android apps developer from a whole new comer? - General Questions and Answers

Hello guys, I would like to have a try on writing apps in this summer holiday, and I would like to get help from u guys.
As I said in title, I'm a whole new comer. I haven't learnt any program language before, and I don't know where can I start from.
I've try to find some guides for new comer in chinese (I use chinese be my main language as I am a Hong Kong) , but I find that all of them are getting to have the premise for the program based.
I've try to find guides in eng, but still I don't know where should I start from, so I'm asking for some advise from u guys, hope u can advise me some website or guides that I should start from, thx.

there is a way that helps you "write" your own app while you don't need to know any program language. Imagine, the coder sometimes is just like a mason, put bricks one by one follow the drawing and the instruction of the architect. The architect design the whole things, and he don't need to build with his own hands.
And you can be the app architect, then find an engineer and some coders.

Related

[long] Want to learn...

I bet most of you will think I'm another newbie who wants to do what he's not skilled to do. Well... maybe you are right. I'm sure you need expert people who can help you to improve the development. But I trust in knowledge sharing and since I found out no guide / tutorial / How-to / Step_by_step which explain how to become a "chef", I hope someone could help me to understand what I need to cook! I'm so tired to flash my devices every 4/5 days...
I'm sorry, but I've been reading lots of threads and posts that suggested me only little fragment of what it seems to me a big puzzle.
There are only a few key point in my mind and one of them is the idea that I cannot build up a ROM from the base. So, I think the best way is to take part to existing official/unofficial ROMs. For example, I've got the installer of official WM6 upgrade for HTC TyTN and HTC Advantage. How to get the ROM file only?. I suppose there is a sort of temporary folder where it is uncompressed into...
Next step is to "explode" ROM into folders... isn't it? Which software can do it?.
And now, the nicest part: how to add/remove software?
At last... how to build up and upload your ROM, to have your devices becoming a beautiful (above all expansive) ornament?
I know I'm boring... and I don't want you to write a book for me. Please suggest me links, other posts or threads that could help me to have a complete picture for my mission...
Thank you all! I love you!
P.S.: not a word on my english!!!

How did you learn to code?

Yes I am asking you!
Your personal experience on how you learned coding!
Feel free to vent, my eyes are wide open
my reason? Why I have a book on coding (for Andriod) and the coding package (Eclipse, Andriod SDK, and SO ON)
but is this enough?
How did you start? What was your motivation?
is it fun!?
Please if anyone replies to it, i'd be very happy
Many moons ago, there was a magazine called BBC Micro User, and in it there were pages and pages of code for games written in BASIC.
Normally the code was wrong in places, which meant you had to debug and therefore learn how it worked rather than just copying it verbatum.
This is of course related to our phones as the BBC B was an ancestor to them (now there's a thought!)
Problems? No problems! You need a small program to make your life easier? Go and read in all forums! Ask questions! Start programing by leaning by doing.
Mizulunaris said:
Yes I am asking you!
Your personal experience on how you learned coding!
Feel free to vent, my eyes are wide open
my reason? Why I have a book on coding (for Andriod) and the coding package (Eclipse, Andriod SDK, and SO ON)
but is this enough?
How did you start? What was your motivation?
is it fun!?
Please if anyone replies to it, i'd be very happy
Click to expand...
Click to collapse
Why did you buy a book to find out about technology?!? That book will be outdated tomorrow...I suggest looking up info on the internet and there's this cool thing that's called google that lets you ask any question you want...check it out.
Hope this helped Mizu Luna!
Thank you all for relpying !
think the book is already out dated XD
It was made when android 2.2 just came out....I figured any info toget me startd would be nice.....
I still haven't gotten into the gist of the forum though.....I still don't know many of the terms and aren't familiar to a lot of things talked about...or where things are placed.....and no formal training to help me.....
I guess I'll read on a bit until I can properly place my feet
I couldn't even tell you how I started, I was like 8 years old and just playing around for the hell of it. Been switching around and trying languages ever since. As for motivation, the only reason I ever write a program is because I need something done... I'll feel like I wish my PC/phone/website did something differently - so I make it do that
Really, the best thing to do is just dive right into it. If you want to start with Android, find a good tutorial that at least has you get an IDE and build environment set up... Then from there just start experimenting with some example code, or apps others have written as you go through more tutorials.
If you want to properly learn how to code though, most would suggest starting with something on a PC rather than diving right into Android dev. Starting with an easy-to-use scripting language or interpreter (like Python) is a good way to start playing around - and then you can move on to other languages such as Java with a solid understanding of how programming languages work.
It's all personal preference though, just find a solid tutorial and stick with it. Try to experiment as you go along, try things with the code, and actually understand what it's telling you.
I started with webpage design and slowly moved into other venues. I became interested in making apps for ideas that I had and started to search google on how to code specific tasks that I wanted in my apps and then mixing it all together and making small changes in the code and watching to see what it did.

Looking for programmer/developer

I'm having trouble finding the right way to locate someone in assisting me with my inquiry... I have an idea for an application, but don't know where to really start. I need to speak to someone who has the brains, patience, and desire to listen. The application would be something that every single employer, company, agency, or individual could benefit from. Anyone willing to contact me via text or email? My name is Jordan.
sorry to break this to you bud, but ideas are like a**holes... everybodys got one.
best way to go about it if you really do believe you have a good idea and are driven to bring it to fruition is to learn to program yourself.
here are some resources:
teach yourself programming in ten years:
http://norvig.com/21-days.html
how to ask good questions:
http://catb.org/~esr/faqs/smart-questions.html
wikibooks has material on many programming topics:
http://en.wikibooks.org/wiki/Subject:Computing
.... and if you really want to cop out:
rentacoder.com
good luck on your journey
I may get told off by the hardcore devs who know eclipse and java much better than I but if you want to write apps yourself but are new to it you can use a windows program called basic4android which lets you program in a visual basic type language that is very easy to learn and it then compiles it to proper apk file (no interpreter but a proper standalone market ready app).
I started using it last year and was able to code all sorts of apps from games to anti theft ones quite quickly, and it has a great user support forum.
It might be a good option to try as it is easy to learn but very powerful and means you could put your ideas into action yourself
Dave
Sent from my LG P920 using Tapatalk
mistermentality said:
I may get told off by the hardcore devs who know eclipse and java much better than I but if you want to write apps yourself but are new to it you can use a windows program called basic4android which lets you program in a visual basic type language that is very easy to learn and it then compiles it to proper apk file (no interpreter but a proper standalone market ready app).
I started using it last year and was able to code all sorts of apps from games to anti theft ones quite quickly, and it has a great user support forum.
It might be a good option to try as it is easy to learn but very powerful and means you could put your ideas into action yourself
Dave
Sent from my LG P920 using Tapatalk
Click to expand...
Click to collapse
Thanks Dave, I appreciate it.
¿kernelpanic? said:
sorry to break this to you bud, but ideas are like a**holes... everybodys got one.
best way to go about it if you really do believe you have a good idea and are driven to bring it to fruition is to learn to program yourself.
here are some resources:
teach yourself programming in ten years:
http://norvig.com/21-days.html
how to ask good questions:
http://catb.org/~esr/faqs/smart-questions.html
wikibooks has material on many programming topics:
http://en.wikibooks.org/wiki/Subject:Computing
.... and if you really want to cop out:
rentacoder.com
good luck on your journey
Click to expand...
Click to collapse
I figured that would be the response I would get haha Thanks for the reply, and I appreciate the links.
Good Luck Finding Someone!
I still need a developer I can talk to so they can tell me whether this kind of app would be possible to create. Is there anyone on here that would be willing to contact me?
Google programming freelance
Google "programming freelance" and you will find lots of freelancing sites, I personally used odesk in the past, I had mixed success, my biggest problem was the heavy Indian accent, some things are just easier to say verbally then in writing, but if I dont understand his accent, this can be a problem

Android development idea

Hello to everyone!
I've been learning to code for a while so to create my own application/software idea but the problem is that I found out that it isn't really my "area". The thing is I still got this awesome idea that I really want to be developed. It's pretty obvious that I'm not just yelling out what the idea specifically is...but... I need someone that:
1- Knows how to develop an app and release to it in "play store".
2- Good all-round(by this I mean can easily jump from one problem to a completely different problem)(I don't need a "programmer or nothing")
3- Well motivated and friendly.
4- This idea obviously needs some funding. I can do that on my own if you don't want to. Without a doubt the profits will be split between us (This will be later accorded when we meet up)
The idea basically is: Develpment of an alternative market. Come on read on... By market I don't mean Aptoid,Snappzmarket where people can steal software...It's a different market.
The idea won't make you a billionare! But it has an incredible amount of potential if done correctly...and that's where I need you.
I currently live in Italy but can travel anywhere in Europe without any problem.
If anyone is interested in this please contact me via PM. I'm relitively new to xda developers but I have been reading loads of great stuff on it so THUMBS UP XDA! I'm not posting my email address for SPAM reasons.

[Q] Want to learn Android Development

Hi All,
I have 4 yrs of experience in IT (Telecom/Networks/Desktop support etc.).
After changing many domains, I have finally figured out that I want learn something in which I can put my ideas and create things according to my vision so I have decided to learn programming and decided to go for Android development.
I have researched and found that I will have to learn somethings in Java before I go to Android so I found a course from CBT nuggets for Java. (cbtnuggets . com/it-training-videos/course/java-programming-for-developers).
Could some one tell me that what topics should I choose to learn for going on a path to learn Android development?
The reason why I asked this question is because I read somewhere that I don't have to learn complete Java (it was like "Don't bother learning things like servlets, Swing etc") but core language so I am not sure what topics should I pick and what I should drop. I literally cannot read books to learn anything so chose to learn in thru video tutorials.
Please help me.
Thanks
AyJ
I would start with figuring out the recent changes (Android L hype!), and how to work with the core UI at dev.android.com.
After that, more advanced tutorials can be found all over the web, including XDA.

Categories

Resources