So I'm pretty new to android development and I'm going through the tutorials on the android development site and I'm having a problem.
The code that the tutorial says will be in activity_my.xml is in content_my.xml.
So here is my question:
Can someone please refer me to a tutorial site for android studio as well as Java. Text based only please, I unfortuantely have a data cap.
Thank you!
Hi @SighKo,
You don't have to worry about that.Latest Android Studio came this new feature.You can delete that ,if you wanted.
I think ,androidexample.com is beginner friendly.
You can also visit themakeinfo.com for Intermediate tutorials
Also ,check my Github Projects : https://github.com/basil2style
Thank You! Is there any way to not use this new feature without having to install a the old android studio?
Hi, instead of starting a project as a blank activity try an empty activity
Related
Hello everyone, I want to learn how to build Android from source to google (I've already downloaded), but I do not know what to do and where to start, I recommend Quelch lowed or tutorials to get started?
thanks
PS: excuse my English: D
EDIT:
I want to create ROMs
fede DREAM ITA said:
Hello everyone, I want to learn how to build Android from source to google (I've already downloaded), but I do not know what to do and where to start, I recommend Quelch lowed or tutorials to get started?
thanks
PS: excuse my English: D
Click to expand...
Click to collapse
http://developer.android.com/guide/index.html
^^has a lot of good information
help me! please
Yes, I searched the internet a lot on how to cook ROM's but I couldn't find crap... Is there a tutorial somewhere on how to get started on this?
Theres no real tutorial for it....its really you know how to work things through experience,
There are a lot of useful threads on xda, but you have to find them and piece them together.
LFS
What about compiling the information into a HowTo format similar to the first Linux From Scratch book?
Possibly the Gentoo ARM handbook may be of help as well.
Hi there, am a newbie to android for months, and I was thinking to start to mod things in the android rom, I've downloaded some sources from the Github, which those sources are in .java format, can anyone guide me on how to put those edited .java into my android device in order for my mod to work?
Thanks a million...
Kiay
Are you real?
You want to mod things, but you don't know what is done with source code?
I think compiling is one of the first things people learn when programming...
Download Android SDK from the net and suit yourself.
kiay said:
Hi there, am a newbie to android for months, and I was thinking to start to mod things in the android rom, I've downloaded some sources from the Github, which those sources are in .java format, can anyone guide me on how to put those edited .java into my android device in order for my mod to work?
Thanks a million...
Kiay
Click to expand...
Click to collapse
get Eclipse, and the Android SDK, then put your code in eclipse and compile it.
Jack_R1 said:
Are you real?
You want to mod things, but you don't know what is done with source code?
I think compiling is one of the first things people learn when programming...
Download Android SDK from the net and suit yourself.
Click to expand...
Click to collapse
nmesisca said:
get Eclipse, and the Android SDK, then put your code in eclipse and compile it.
Click to expand...
Click to collapse
yes i've downloaded all those needed software, and gone through the Hello Android tutorial on the net, but as i stated above, i've no idea how to put those sources that i edited back into my device, and the sources that i m saying is those where i downloaded from the github, edited, but no idea how to put back in...
You don't put sources back, you compile them to applications and change the ones in your system for the updated ones.
Look up some more tutorials on the net, or go to "generic android development" section in the forum and look there, there are some posts by people that started to learn how to develop on Android.
This thread is about development, for any other guides you should look here
Hey guys, our beloved phone hasn't got so many developers. So we should encourage the users to do something with their free time, let's call it development.(I an one of them too )
So the idea is: if anyone has some knowledge maybe he will want to share with us. For example: I will do some research and if I am lucky, I will find some guides for beginners in development.
After a while we can even make a document with everything that was posted here.
Useful links:
1) http://stackoverflow.com/ //there you go, you can ask everything about development there but don't forget to come here and share what you have found
2) https://github.com/munjeni/android_device_htc_golfu //ICS CM9 sources for our phone thank you munjeni, for your work
Basic things: http://wiki.cyanogenmod.org/index.php?title=Doc:_Building_Basics
You might have heard the word "git", here is a short explication from Cyanogen
How to port
*here is a nice guide for ROMS
Note: You can port from almost any device but you can try devices similar to our device like LG P500, HTC Explorer, Samsung Galaxy Ace,HTC Wildfire S, Samsung Galaxy Gio etc
*here or here is how you can port any theme to any build
!Compiling things on a virtual machine isn't that good.
More things can be found here:
*http://www.vogella.com/articles/Android/article.html
*http://wiki.cyanogenmod.org/index.php?title=Development
Reserved for future guides.
Hunter
Please remember that aircombat has already written some guides for the device. So this'll purely need to be a development based thread.
Hello ! I want be a dev android.
Can someone help me !?
Sup!
If you wanna be a Android Developer you need to do your own search and start from somewhere.
First of all, you need to learn the basics of android program language(Java) and then start to make some little projects.
Programming it's like Math, you have to pratice a lot.
Do it by yourself.
Have a good day!
developer.android.com
Now I'm learning to develop an OCR app. Based on step that I've followed, it's said
"You can start recognition process by starting ScanCard activity with Intent initialized in the following way:"
Then they provide the code, so I have to copy paste the code or what?
Really need your help, people since I know nothing about android studio and developing the mobile app.
Thanks in advance! :crying::crying:
faizahamnddn said:
Now I'm learning to develop an OCR app. Based on step that I've followed, it's said
"You can start recognition process by starting ScanCard activity with Intent initialized in the following way:"
Then they provide the code, so I have to copy paste the code or what?
Really need your help, people since I know nothing about android studio and developing the mobile app.
Thanks in advance! :crying::crying:
Click to expand...
Click to collapse
Hello, and welcome to XDA!
You have to be a bit of more specific, do you need help with the Android SDK or a part of code that you didn't understand?
Calin