Hello. I am 12-13 and want to become a programmer. But I have no idea where to start. I think Android SDK maybe, but I don't know. Anyone want to give me some tips on starting to?
Any help will be appreciated. Thank you.
XDA3K said:
Hello. I am 12-13 and want to become a programmer. But I have no idea where to start. I think Android SDK maybe, but I don't know. Anyone want to give me some tips on starting to?
Any help will be appreciated. Thank you.
Click to expand...
Click to collapse
Start off by doing a lot of reading. Do a lot of reaserch and see what appeals to you. Take it from there
XDA3K said:
Hello. I am 12-13 and want to become a programmer. But I have no idea where to start. I think Android SDK maybe, but I don't know. Anyone want to give me some tips on starting to?
Any help will be appreciated. Thank you.
Click to expand...
Click to collapse
Depends on which language you want to learn as there are many, if you want to learn regarding android I say start with java, you can get lots of information from the net.
Related
Hi everybody!
I would like to know what programs I need to create my own ROM . I searched everywhere and I could not find concrete answers. Could you help me with that?.
Regards!
If everyone have this tool to make their own preferred ROM, then what for those X10 developers are trying their best to make good ROM now??
Slowly man, making a ROM is not easy, knowledge is what all about
Nothing comes easy.
Yes, I know. But I want to start my own ROM to learn about this Andriod's world. I'm a java developer and I undestand that nothing comes easy.
HeroeMode said:
Yes, I know. But I want to start my own ROM to learn about this Andriod's world. I'm a java developer and I undestand that nothing comes easy.
Click to expand...
Click to collapse
I don't think that you can create a ROM with a program. You could maybe start porting ROMs from other devices with THIS guide
Ok! Do you like the word "modify"? Well, yes. I want to modify a ROM, but the thread send me, it's a good start.
The subject says most of it.
I would like to start learning how to compile ROMs but I don't know where to start. I figured the biggest Android developer site might yield some useful input from the more experienced developers.
Thanks in advance for your help.
FW
Flippity Widget said:
The subject says most of it.
I would like to start learning how to compile ROMs but I don't know where to start. I figured the biggest Android developer site might yield some useful input from the more experienced developers.
Thanks in advance for your help.
FW
Click to expand...
Click to collapse
Compile JB on Ubuntu
Compile ICS on Ubuntu
Compile GB on Ubuntu
Thank you for the information.
Hello, my name is Chris and i am 15 years old. I love android and technology in general and i would like to get into android ROM development. If someone with experience wants to teach me the basics of Android ROM development i would appreciate it very much. Any interested can leave comment. Thank you.
ChrisMitsis said:
Hello, my name is Chris and i am 15 years old. I love android and technology in general and i would like to get into android ROM development. If someone with experience wants to teach me the basics of Android ROM development i would appreciate it very much. Any interested can leave comment. Thank you.
Click to expand...
Click to collapse
Hi Chris my name is Andrew and i might be able to give you some basic info and guidelines. First i would suggest using a ROM kitchen for basic ROM modding. I would recommend using Dsixda's ROM kitchen http://forum.xda-developers.com/showthread.php?t=633246 .When you feel confident that you can get on tothe more complex stuff you can check my tutorial about compiling from source code http://forum.xda-developers.com/showthread.php?t=1667551 .After you get over that then the Internet should become your mentor in advanced source code editing (most of the time anyway but you shouldn't feel shy about asking something if unclear)
Hi, I am new here on xda, and this is my first thread so I wish that I am on the right section of the forum for this question. If not please explain me where else to move it. Thanks in advance.
So, I don't work as an engineer or somethink affiliated with this matter, moreover I have degrees in completely different fields from IT. But, the software development is a big hobby of mine from some years.
As for now I can program in C+, Python, little of Java, and I am spending these months of quarantine studying cybersecurity and system administration (lots of linux commands, trying dozens of linux distribution/BSD, trying some pentesting on a Metaesploitable I set up on a VM, etc...).
And here comes my problem which I address to you: I want now to start develop on android, trying to descover things etc..., one example above others I have an LG V30 with android Pie 9.0 for which there is no root procedure yet unless you downgrade to android Oreo, so how do I work on my smartphone directories? I do I develop on a Android phone? and what skills are required of me, in terms of programming languages, cybersecurity knowledge etc?
I thank in advance who will take their time to help me.
https://buildapks.github.io/docsBuildAPKs/
Thank you. Really helpful, but I need something more specific, this is for building apk, I want to admin my phone directories, like gaining root privilege (not with prebuild app and procedure) and modify things like the firmware.
Andromeda_ said:
Thank you. Really helpful, but I need something more specific, this is for building apk, I want to admin my phone directories, like gaining root privilege (not with prebuild app and procedure) and modify things like the firmware.
Click to expand...
Click to collapse
Typically Android users steer / manage Android by means of ADB ( read: Android Debug Bridge ) . Hence become familiar with ADB.
Thank you so much, that's was exactly the insight I was looking for .
Is there anywhere where I can start with ADB? Like a section here on XDA, Github or somewhere else? Youtuve Video guide (serious and professional ones)?
Andromeda_ said:
Thank you so much, that's was exactly the insight I was looking for .
Is there anywhere where I can start with ADB? Like a section here on XDA, Github or somewhere else? Youtuve Video guide (serious and professional ones)?
Click to expand...
Click to collapse
I think you're smart enough to do the search yourself.
I'm not gonna waste my time: sorry for this.
Can anyone please provide a proper, elaborate guide for compiling roms for miatoll tree? Have time in lockdown and eager to learn the process.
The guides on google are way too generic or backdated. I guess it'll help many people like me if some DEVS took the time to write a guide which shall in turn, in my opinion promote more development.
Come on,some devs got to give something... I know I'm not the only one looking for this.....
ghostranger047 said:
Can anyone please provide a proper, elaborate guide for compiling roms for miatoll tree? Have time in lockdown and eager to learn the process.
The guides on google are way too generic or backdated. I guess it'll help many people like me if some DEVS took the time to write a guide which shall in turn, in my opinion promote more development.
Click to expand...
Click to collapse
Do you think following a "guide for compiling roms" enough to compile roms after roms... it's not so easy. I'm not developer, only was curious to try to build roms for my phone. All information you can find on the internet, just need to search.
If you really want to start and learn, first step is to prepare your PC to android build, ex.:
https://back2basics.io/2020/05/creating-a-android-aosp-build-machine-on-ubuntu-20-04/
vlouis said:
Do you think following a "guide for compiling roms" enough to compile roms after roms... it's not so easy. I'm not developer, only was curious to try to build roms for my phone. All information you can find on the internet, just need to search.
If you really want to start and learn, first step is to prepare your PC to android build, ex.:
https://back2basics.io/2020/05/creating-a-android-aosp-build-machine-on-ubuntu-20-04/
Click to expand...
Click to collapse
Who said anything about being easy. Never mind i was waiting for some comments...
ghostranger047 said:
Who said anything about being easy. Never mind i was waiting for some comments...
Click to expand...
Click to collapse
Ok, sorry for disturbing you... I let you waiting for comments... Don't search for answers... just wait...