Nowhere Else to Turn - General Questions and Answers

Hello everyone,
Im very new to this site, just registered a few moments ago. im not a bot, or a troll, so please bare with me if this post is in the incorrect place within the forum, or if some of my questions seem ignorant.... because i am sure they will (haha).
My development background:
0 ... i have none. Lol. In fact, ive barely begun to learn even the basics of source coding. So again, please bare with me on any of my ignorance.
Why I chose XDA forums:
Dealing with various issues on my Android device, i have googled my problems, and often-times found myself here to find the answers. I believe this forum has some of the highest intelligence this genre has to offer. Easily understandable advice put in a way the ignorant like myself can understand, goes a long way to helping others, and i believe i have found that here.
My Current issue:
I am tired of being an employee. I am tired of waking up and going to work to make someone elses dreams come true. At the age of 32 i believe its past the time i make steps to create something I can pass down to my sons. I have also noticed that the world of business has become vastly technological. Apps are needed for everything. So.... i want to know how to make apps. From the very beginning of it all, to the final production stages, and everything in between.
Where do i start?
Can i make one completely from my Android?
Where can i find app blueprints?
Do i need app blueprints?
These are just some examples of questions I have running through my head. I want to be an Andriloid game developer, I believe i could make the next big thing like AngryBirds, but i do not have the mental know-how, on the technological aspect on all of this. If any of you can help me it would be greatly appreciated. I am also open to the idea of a partnership in creating my first app.
Thank you very much for your time everyone.
-M04RT3

Hi there, I'm a relatively recent beginner as well, having churned out only 1 app so far.
In terms of getting started from the ground up, I found the free online tutorial series from TheNewBoston pretty helpful. In particular, you'd want to look at the Java one and the Android Application Development one
Java
https://thenewboston.com/videos.php?cat=31
Android Development (may be using an outdated Android Studio by now, but overall still handy imo)
https://thenewboston.com/videos.php?cat=6
You need to do the Java one first, because you'll be writing Java code to make Android apps.
There are quite a bit of videos, especially for the Android one. You can pick and choose which you need based on the app you have in mind, like if you don't need voice recognition or drawing 3D objects, you can just skip over those.
Good luck!

a_w_li said:
Hi there, I'm a relatively recent beginner as well, having churned out only 1 app so far.
In terms of getting started from the ground up, I found the free online tutorial series from TheNewBoston pretty helpful. In particular, you'd want to look at the Java one and the Android Application Development one
Java
https://thenewboston.com/videos.php?cat=31
Android Development (may be using an outdated Android Studio by now, but overall still handy imo)
https://thenewboston.com/videos.php?cat=6
You need to do the Java one first, because you'll be writing Java code to make Android apps.
There are quite a bit of videos, especially for the Android one. You can pick and choose which you need based on the app you have in mind, like if you don't need voice recognition or drawing 3D objects, you can just skip over those.
Good luck!
Click to expand...
Click to collapse
Brother youre a life saver. These tutorials are awesome for beginners like me. Funny its called "NewBoston" as thats where i live too lol. But again, thanks for this.

Everything starts with Ideation. All mobile app developers follow the design guidelines during the design phase. The best method would be to make your first app relatively simple and to focus on creating something. Next step would be deciding on the wireframe for the app. Choose the IDE (everything needed to develop your apps), programming language and set it. Since you are using Android Studio and Java, you should know the basics of Java. Create and acquire images, build the layout and write the code. Add more functionality specific to your app and do extra polishing by running your app on different devices. Finally, publish your app. Check this article on how to make android app development easy https://www.fingent.com/blog/how-to-make-android-app-development-easy .

Related

How to make an app?

I'm putting my theming project aside for now and get onto creating an app that I've always wanted to create that I do not see ANYWHERE in the market, forums, android websites, etc.
I've been reading and reading and reading different threads, instructions, etc. But no clue where to start. I've been reading on App Inventor but realized that it is very limited and I have my high doubts that App Inventor will not be able to achieve what I have in mind to make.
I've got the latest SDK and AVD Manager, JDK, Java, and have been using my emulator to test edited APKs. I'm pretty sure I'll be using my emulator to see how my app progress is coming along and see possible FCs and other issues and correct them as well as adding more to the app to make it even better.
But right now I'm stuck at where to begin here. Right when I was about to create this thread, I was making the name of the Title of this thread and was given threads relating to my title name and saw one thread that was sort of mentioning what I'm asking here.
I read the link provided in that thread ( http://developer.android.com/guide/topics/fundamentals.html ) and got some clues but just not enough to get me started here. I just need that push to get me going and eventually push it out to the market and make some money as a side project and learn from that and possibly make more useful apps. I cannot disclose my ideas here because then someone else (who has experience making apps) could take those ideas from me and go make it.
Is anyone willing to work with me here to get me started? I've helped countless people so it would be nice for a change for someone to help me out here.
There are so much Android development books on the market that I suggest to start with one of them. It's the best way to get some knowledge of the design principles used by the Android development framework.
Another method is to start with some examples found on the web. Just search for Android examples or something like that and you get tons of links
Another method is just to create something, get stuck and try to search for a solution (the most pragmatic method )
Yeah I know. That's why I'm constantly researching. I'm seeing some similarities between Java coding and building scripts in IRC (which I used to do, nothing big, just really small stuff). But my main problem is knowing what exactly are the main tools I need. I've had Eclipse for awhile but never used it. It has a lot of stuff in it and I get lost after a couple executions.
I'm just anxious to get started somewhere and get the momentum rolling for starters.
Could someone point me to a good book/ebook ? There are many out there but I'm sure that are some better than others...
If any french-speaker knows one in Voltaire's language, I'm in too. But English is fine...
DannyBiker said:
Could someone point me to a good book/ebook ? There are many out there but I'm sure that are some better than others...
If any french-speaker knows one in Voltaire's language, I'm in too. But English is fine...
Click to expand...
Click to collapse
Yeah, a good book (english) would be great. Can anyone recommend one?
You don't have to buy books but they do contain a lot more info in one book and would be better to have than trying to scour the internet and pull a bunch of infos together and try to put it together to understand step by step on how to get started and everything else.
Here's a link to a lot of android development books:
http://www.amazon.com/s/ref=nb_sb_s...pment&sprefix=android+application+development
Here's a link to some more info to getting started that is also useful:
http://developer.android.com/guide/basics/what-is-android.html
You may also need to get a Java coding book to help you put codes together properly and understand what each coding does, and tweaking them to work better.
Here's the link to Java coding for Android stuff for beginners:
http://www.amazon.com/s/ref=nb_sb_s...x=java+for+dummies&rh=n:283155,k:android+java
I just bought 2 books for Android application development and looking around for a good Java coding for beginners.
mdonova33 said:
Yeah, a good book (english) would be great. Can anyone recommend one?
Click to expand...
Click to collapse
professional android 2 application development by Reto Meier: http://www.wrox.com/WileyCDA/WroxTi...ication-Development.productCd-0470565527.html
Or, the Busy Coder's guide to android development by Mark L Murphy: http://commonsware.com/Android/
Last one is more written in a "let's get dirty" style. Really like that
TheSwaggeR said:
...
I just bought 2 books for Android application development and looking around for a good Java coding for beginners.
Click to expand...
Click to collapse
I think any java book will do, as long as it covers the principles of object oriented design and the data structures used by Java. You don't need any info about GUI programming in Java because that's all covered by the Android application framework.
The best Java books are the ones written by James Gosling et al, the designers of Java. But that may also be over the top for Android application development. Just some basic Java will do to get you started. The algorithms needed for basic apps aren't that complex.
App Inventor is a great tool to develop your android app. It simplifies the development and the editor is very intuitive.
Check out my blog on App Inventor and AppToMarket and a Workshop
http://Amerkashi.Wordpress.com

[Q] How to make an Android app?

Hello people
I've wanted to make a Android app for a while now but I don't know where to start.
Can someone give me some pointers on where to start.
If it involves coding then be warmed I'm a complete novice at that.
No coding method: search Google for Android app inventor.
Coding and better method: Android apps use JAVA. Take some basic online courses, then learn the Android sdk. (functions that are specific to android)
Option b is better, and if you have a little patience it won't be too hard.
Sent from my ADR6400L using Tapatalk
alex ainsley said:
Hello people
I've wanted to make a Android app for a while now but I don't know where to start.
Can someone give me some pointers on where to start.
If it involves coding then be warmed I'm a complete novice at that.
Click to expand...
Click to collapse
If you want to get somewhere forget the app inventor and invest some time.
Start by using google on terms like "android tutorial" "android hello world".
Download eclipse and the android sdk (google has all the info and tutorial on how to do that).
The sdk has ALOT of very good example apps. From 3D drawing to system infos and interface layouts.
AAAAAAAAAAAAAAAHHHHHHHHHHHHHHHH Google app inventor is doing my head in.
if anyone is reading this on a scale from 1 to 10 how hard/complicated is making a app using coding?
Depends entirely on what you want the app to do unfortunately. If you can give some basic ideas of what you want it to do it will be easier to say how hard it will be.
well all id like my first app to do is when it starts up to show a picture with text then link you to a web page.
Nothing hard
Thats not too difficult, you could patch work something out of existing tutorials/example.
But its always relative saying how difficult something is.
It depends on the person...
Well sorry that's not helping much. I'm still at a loss on what to do.
Basically all you need to do is copy and paste the code from some tutorial examples, or you could even use the app inventor as you need barely any code to do this, for example:
http://developer.android.com/guide/topics/graphics/index.html
http://developer.android.com/guide/webapps/webview.html
Putting it all together and making it into an application shouldn't take you more than half an hour once you have gone through the starter tutorials to understand how and what it is you are using.
Ok I'll try that.
Click Here is the link for a LIVE remote workshop / presentation
-Cheers
omg
i really wanna learn, so i went to purchase course and
DescriptionsAmount
Diploma in Java Programming.Diploma in Java Programming.
$1,695.00Item price: $1,695.00
$1,695
are you serious??
Well if you are really determined to learn it, you can manage doing it on your own too, with the help of free online resources. Search for a tutorial series on youtube. Here's one I had found useful when I was learning:
http://www.youtube.com/watch?v=Hl-zzrqQoSE
You should also buy a good book on Java programming and read it. That would help a lot too.
read android developers guide
You can check android developers official site it has lot of tutorials and resources.
You can go to next university library and borrow any Android book. It will not include the latest version of OS, but it will have lot of fundamental information in one place, written by one person. Tutorails often show you how to solve single problem only.
Thank you
Also great video
You're Welcome! Yes it is a great video. That guy really does explain it nicely.
Is App Inventor still working?
Look also at cornboyz tutorial on youtube. Same guy, slightly different tuts

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.

Starting to develop

Hello, xdaDevelopers (Is it like that? Or XDADevelopers, or XdaDevelopers, well, doesn't matter, you can leave your opinion about that here, too.)!
I can see this is kinda a common thing around here, but, I really need the basics for programming, with a final goal of being able to make code for Android (from APKs to ROMs and such).
I just need people to point out good sources of learning, with a learning curve, please, that would be a great bonus in understanding what the heck I'm learning, from the basic of basic, to the goal here intended.
Maybe this is a bit too ambitious, but I pretend to be a professional programmer in the future, but I still have a kinda long way to college (3 years), and I wish I could start sooner that, it could even make my college life even simpler.
Well, I hope you leave your enlightenment in this thread. Thank you very much for any opinion given here.
*bump* Sorry. It was already in the second page. I just didn't want it to fall into oblivion.
Well your going to have to stsrt learnibg java if you want to make apps. Read some books. Also take a look at thenewboston channel on youtube.
Im learning myself. You just need to start and don't give up
Sent from my Galaxy SII
I'm also posting (lazy way of subscribing to this post). I knew java, although it was long ago. I'd need a refresh on everything. And then, knowing java is not the only thing you need, as you also need to know how to develop for android itself. Up to date, which book would you guys consider the most easy to follow to learn easily to program?
Thank you!
Yes. I'm asking for links or books (preferably e-books) that could have all that information. I just hope I can become a great XDA developer.
Griffrez said:
I just need people to point out good sources of learning
Click to expand...
Click to collapse
+1 to this. i would also like to get into learning how to develop for android.
google has a lot of info on their developers page, it's probably one of the better places to start.
i don't know many other good websites or books though. anyone have suggestions?
If you want to develop Application on Android. You will need...
1.JDK (Java Development Kit), which includes the JRE. ( I use Java SE 7 )
2.Eclipse with the Android Development ( I use Eclipse Classic 3.7.1 )
3.Android Development tools ADT Plugin for Eclipse
( I use android-sdk_r13-windows.zip )
more detail http://androidcontrol.blogspot.com/2011/10/android-development.html
java for the user interface "pretty" part of the apps, but the real heavy-lifting guts of the app (where the real magic happens) will normally be written in c
Tech_Boy said:
Well your going to have to stsrt learnibg java if you want to make apps. Read some books. Also take a look at thenewboston channel on youtube.
Im learning myself. You just need to start and don't give up
Sent from my Galaxy SII
Click to expand...
Click to collapse
I'm watching these. These are great. Starting with Java Development.

Fresh To App Development. Looking For Advice And Opinions

I have just started looking around and researching a bit on what exactly goes into app development and since I am an Android lover, clearly looking to develop Android apps. I am typically pretty good at picking this stuff up, but would like some advice and opinions on where to start. I've looked up some stuff and installed Eclipse along with AndroidSDK because that seemed like a popular choice (sound about right?). I'm not 100% certain on what I'd be developing to begin with, something basic to start would seem logical, and then move on to more advanced projects. Any suggestions? I'm willing to put the work in, but where to start? Some of the how to's I've seen are somewhat dated, even if only a year old I'm looking to start with current firmware. As far as frameworks go, are they typically a better idea to start with or should I build something myself from scratch if I'm really looking to get into this? Also, feel free to redirect me if this would fit in better under a different topic but I think it works here. Any other dev programs I should look into installing? I'm running Windows 8 and think most if not all programs should run correctly on it. Any help/advice is greatly appreciated, thanks in advance.
p
Don't have any programing skill please advice me more on apps and more to use
First you have to learn Java then it will be easier for you to choose what you have to do!
Sent from my V8110 using XDA Premium App
OP, you've got the right attitude so with a bit of effort in digging up answers to the basic questions you'll soon figure out what you need to do. There's no need to learn Java before creating an Android project, learning both concurrently is fine, although you'll be faced with two (kinda vertical) learning curves, but it is most definitely possible.
You've got the right software for a start, but I wouldn't worry about guides being out of date - using APIs from the older SDK versions is fine. It's hard to recommend a path without knowing your goals, but starting out depends on how much coding experience you have, and your goals. For instance, making a Hello World app in an Android activity that prints out text might be a start, then figuring out how to specify the UI (add buttons for interactivity etc), separation of concerns, et al. Or if you're interested in games, start out by drawing rectangles on screen, moving them, creating Pong.
If you're making vanilla Android apps i'd stay away from frameworks initially until you figure out the raw basics - but this probably doesn't apply for games, in which case you probably wanna pick up LibGDX or something and read a ton of blog and StackOverflow posts until you get something on the screen.
Half the trick is figuring out how to Google the right questions - if you're finding decent StackOverflow answers, you're on the right track.
Imnice777 said:
I have just started looking around and researching a bit on what exactly goes into app development and since I am an Android lover, clearly looking to develop Android apps. I am typically pretty good at picking this stuff up, but would like some advice and opinions on where to start. I've looked up some stuff and installed Eclipse along with AndroidSDK because that seemed like a popular choice (sound about right?). I'm not 100% certain on what I'd be developing to begin with, something basic to start would seem logical, and then move on to more advanced projects. Any suggestions? I'm willing to put the work in, but where to start? Some of the how to's I've seen are somewhat dated, even if only a year old I'm looking to start with current firmware. As far as frameworks go, are they typically a better idea to start with or should I build something myself from scratch if I'm really looking to get into this? Also, feel free to redirect me if this would fit in better under a different topic but I think it works here. Any other dev programs I should look into installing? I'm running Windows 8 and think most if not all programs should run correctly on it. Any help/advice is greatly appreciated, thanks in advance.
Click to expand...
Click to collapse
Good to know that you're interested in Android Development.
Since you say that you have No programming experience..I suggest you go like this ...
Start with a simple basic language, like C (to know how programming generally happens)
Move on to an Object Oriented Programming Language,like C++ (to know about the concepts of Objects,Methods etc)
Start with the basics of Java
Head on to https://developer.android.com/ and read about Android App Dev Basics
Download the Android SDK from http://developer.android.com/sdk/index.html and install it
Choose your favorite IDE, Eclipse or Android Studio
Start with a basic app
And Experiment !!! ANd Enjoy !! :fingers-crossed: :fingers-crossed:
I wish you All The Best !! :good: :good: :laugh:
I hope to see your first app soon ! :fingers-crossed:
I have been using teamtreehouse.com and it has been amazing. Its a paid service but for only $25 a month it has been worth it. It not only shows you from 0 skills to launched app. It also has the business side and other programs. I highly recommend it at least for 1 month so you can get started.
Sent from my SAMSUNG-SGH-I467 using XDA Premium 4 mobile app
I recommend you to start learning Java and not learning C/C++. Java is easy-to-learn language and you don't have to know anything about object programming, you can program in Java without that too (but please only for learning).
It won't take long time until you understand methods and so on and you can start with object oriented programing.
Imnice777 said:
I have just started looking around and researching a bit on what exactly goes into app development and since I am an Android lover, clearly looking to develop Android apps. I am typically pretty good at picking this stuff up, but would like some advice and opinions on where to start. I've looked up some stuff and installed Eclipse along with AndroidSDK because that seemed like a popular choice (sound about right?). I'm not 100% certain on what I'd be developing to begin with, something basic to start would seem logical, and then move on to more advanced projects. Any suggestions? I'm willing to put the work in, but where to start? Some of the how to's I've seen are somewhat dated, even if only a year old I'm looking to start with current firmware. As far as frameworks go, are they typically a better idea to start with or should I build something myself from scratch if I'm really looking to get into this? Also, feel free to redirect me if this would fit in better under a different topic but I think it works here. Any other dev programs I should look into installing? I'm running Windows 8 and think most if not all programs should run correctly on it. Any help/advice is greatly appreciated, thanks in advance.
Click to expand...
Click to collapse
Participates in following communities as well, from there you can extract some ideas to work on
https://sellanapp.com/
http://www.newappidea.com/
niranjan94 said:
Good to know that you're interested in Android Development.
Since you say that you have No programming experience..I suggest you go like this ...
Start with a simple basic language, like C (to know how programming generally happens)
Move on to an Object Oriented Programming Language,like C++ (to know about the concepts of Objects,Methods etc)
Start with the basics of Java
Head on to https://developer.android.com/ and read about Android App Dev Basics
Download the Android SDK from http://developer.android.com/sdk/index.html and install it
Choose your favorite IDE, Eclipse or Android Studio
Start with a basic app
And Experiment !!! ANd Enjoy !! :fingers-crossed: :fingers-crossed:
I wish you All The Best !! :good: :good: :laugh:
I hope to see your first app soon ! :fingers-crossed:
Click to expand...
Click to collapse
Umm I think C might be a bit advanced for this guy to start off with I would say what i say to anyone wanting to get into programming is start off with python then move on to something like C# with .NET and then move to java or go straight from python to java, Java was my first language everything you said was right but i don't think throwing this guy in the deep end is a good way to get him excited about programming.
Failed to load JNI shared library
I've programmed some with Java and recently started app development with Eclipse. I ran into trouble with "git". I thought I'd blown the environment setup, so I removed Eclipse and installed the "bundle" as suggested in a Jan 2014 thread. When I tried to start Eclipse, the subject message popped up, along with "C:\Users\Anne\AndroidDev\adt-bundle-windows-x86_64-20140321\eclipse\jre\bin\client\jvm.dll"
Is this a problem with PATH or ? I'm running Windows 7 - 64bit.
Thanks.

Categories

Resources