[REQUEST] Windows Mobile C++ Tutorials - Windows Mobile Software Development

Hello all,
I have used the search function around this forum and have been unable to find tutorials as far as C++ coding goes. I know the syntax and structure of a C++ program for a computer, but I would like to know if there are some tutorials to help me out when it comes to phone-programming.
All help is appreciated
Thank you!

A similar post went up about two weeks ago. I replied to it, but I'm not going to type it all in again. It's here :
http://forum.xda-developers.com/showthread.php?t=601741

Thank you so much for the quick and helpful reply
*I guess I gotta work on my searching skills haha*

Related

Windows Phone 7 app development tutorials

Hi guys
Does anyone know any good tutorials for a beginner programmer?
Possibly tutorials where the person makes a full application, explains what they are doing.
If not, maybe other useful resources to help get me started in the world of application development for Windows Phone 7?
Thanks in advance.
http://create.msdn.com

[Q] A tudor anyone?

I have a multitude of questions regarding everything from the basic Android OS to themes to programming. I don't want to get into trouble here in this site because, well, to be honest, I've learned a great deal on here and I feel it's the best Android site on the net. I'd also like to take a minute and thank everyone that has taken the time to work or reply to messages not to mention those that are out there working long hours to bring incredible works to my EVO 4G.
Anyway...might be willing to do some donations for time. If I should go to a chatroom to look for this...a point in the right direction would be great. Any help would be great.
Thank you in advance and thank you for the site.
Thread moved to Q&A​
so what exactly are u asking?
apk-mutli tool is pretty useful as well as dsixdas kitchen linux is also helpful since android is kinda like linux since it is based off of it
Well alot of bits can be edited and worked on .. Using Apktool and notepad+++ Use Gimp to do img edits.. Apktool to decompile things then use notepad+++ to edit xml or smali.. Once done recompile with Apktool .. Sometimes you may need to resign a file if you decompiled it other wise it won't install.. Unless you disable sig check...
Perhaps you should ask some specific questions as the original post is extremely vague. And rename the thread while spelling tutor* correctly may draw more positive attention. ;-) Good luck.
masterp_17us said:
Perhaps you should ask some specific questions as the original post is extremely vague. And rename the thread while spelling tutor* correctly may draw more positive attention. ;-) Good luck.
Click to expand...
Click to collapse
If there is one thing that I see on here more than anything it's misspelled words...leave it to my typing to cause such a stir!
I guess I can't get to specific. Questions range from the structure of Android (OS), to Java, compiling, and so one. I think I need to find someone willing to do some IM time with me. I went to a few rooms and having multiple people in there throwing questions faster than I can type really isn't going to get it. I did have an offer from someone willing to spend that IM time with me. If that doesn't work out, I'll post that I need additional help.
dfr867 said:
I guess I can't get to specific. Questions range from the structure of Android (OS), to Java, compiling, and so one. I think I need to find someone willing to do some IM time with me. I went to a few rooms and having multiple people in there throwing questions faster than I can type really isn't going to get it. I did have an offer from someone willing to spend that IM time with me. If that doesn't work out, I'll post that I need additional help.
Click to expand...
Click to collapse
Hit me up any time on Gtalk [email protected] I'll answer any questions I can.
jamieg71 said:
Hit me up any time on Gtalk [email protected] I'll answer any questions I can.
Click to expand...
Click to collapse
Added you this afternoon....thanks in advance!

Future Developer(Tips & Tricks)

Hi guys, I'm currently a senior Computer Science major about to graduate in the next year, and a half. I've been really interested in Android development, and wanted to inquire from the pro's and how they learnt to create, edit, and make such software. So far I haven't been exposed to many real world applications of programming, but any tips that could be provided would be very appreciated!
Light_21 said:
Hi guys, I'm currently a senior Computer Science major about to graduate in the next year, and a half. I've been really interested in Android development, and wanted to inquire from the pro's and how they learnt to create, edit, and make such software. So far I haven't been exposed to many real world applications of programming, but any tips that could be provided would be very appreciated!
Click to expand...
Click to collapse
Android Developers
Official web site for all Android Developers..
You can dowload all kinds of different tools, and SDK components that are required
For Android programming..
Every step is followed with simple but effective tutorials and explanations..
This is THE page to start with!
Vogella
Lars Vogella is independent Android and Eclipse trainer..
You can find on his site many many different tutorials and examples that will help
you to understand much complex stuff on simple, really simple way!
If you have any problems, or just are just stuck...visit this site, it'll help you!
Stack Overflow
If you have bug in your code, and you don't know where is it, or how to fix it or remove it, ask your question in here, C/P piece of code that doesn't work,
And some one will help you real soon!
There's a lot of users and experts in there, and they're all willing to help you for free..
I hope that i helped you with this..
Cheers and good luck!
dorianborovina said:
Android Developers
Official web site for all Android Developers..
You can dowload all kinds of different tools, and SDK components that are required
For Android programming..
Every step is followed with simple but effective tutorials and explanations..
This is THE page to start with!
Vogella
Lars Vogella is independent Android and Eclipse trainer..
You can find on his site many many different tutorials and examples that will help
you to understand much complex stuff on simple, really simple way!
If you have any problems, or just are just stuck...visit this site, it'll help you!
Stack Overflow
If you have bug in your code, and you don't know where is it, or how to fix it or remove it, ask your question in here, C/P piece of code that doesn't work,
And some one will help you real soon!
There's a lot of users and experts in there, and they're all willing to help you for free..
I hope that i helped you with this..
Cheers and good luck!
Click to expand...
Click to collapse
That Vogella is a fantastic website, never heard, so thanks i will use this now, good way to start learning java and android.
s.d.oconnor said:
That Vogella is a fantastic website, never heard, so thanks i will use this now, good way to start learning java and android.
Click to expand...
Click to collapse
Glad to help!!!
These are awesome links, I've been recently reading Programming Android by Mr. Zigurd Mednieks. So far it's pretty good, and it's builds upon my previous knowledge of Java(which I haven't used in a while).

C# Tutorial

Can anyone suggest me a complete tutorial for c# language for beginners
ragavan_v said:
Can anyone suggest me a complete tutorial for c# language for beginners
Click to expand...
Click to collapse
You should look on youtube, there are plenty of tutorials posted on their for beginners.
ragavan_v said:
Can anyone suggest me a complete tutorial for c# language for beginners
Click to expand...
Click to collapse
You can try this one: http://csharp.net-tutorials.com/
You should spend money to buy a good book. Videos and other Tutorials are usually bad quality and are very common to teach you wrong stuff because they are likely made by people who are "done" learning the language just 3 weeks ago...,
you should write an application from begin to end in order to know what you need.
usually reference codeproject, stackoverflow, msdn
huy8687 said:
you should write an application from begin to end in order to know what you need.
usually reference codeproject, stackoverflow, msdn
Click to expand...
Click to collapse
this is what I did, I learned C# with youtube videos, looking on stackoverflow (really good answers here), and created my first game from start to end And C# is really easy !
(I never had programmers skills before)
Good luck !
Stackoverflow is great is you already know the basics and need help with specific questions or problems.
I read C# in a Nutshell (actually rather big). It is an ok book with lots of references. Haven't read many other books though, so not sure which one to recommend.
The best way (for me) was to follow some online tutorials (my first app - like blogs). This is just the easiest way to get started (and get some practical experience).
Hi,
If you want to learn C#, I recommend you Microsoft Vrtual Academy. It has a lot of tutorial videos of Microsoft Technologies.
Detayl said:
You should look on youtube, there are plenty of tutorials posted on their for beginners.
Click to expand...
Click to collapse
yes there are so many tutorials of C# language on yotube and you can check code pro zone for learning different coding languages

Learning ROM Development - Where to even begin??

So I’ve been a member here since the Droid X days and I’ve learned a lot over the years with each device I’ve had but I never really looked into creating ROMs (I always wanted to learn but never got to it).
I know it’s going to be a learning process that takes some time but I’m looking for help on where I should start. Before anyone posts a whole bunch of random looks I’ll say right now that I am a complete beginner when it comes to this stuff. I’ve looked at a bunch on threads and it’s so overwhelming being completely new so I don’t know what’s relevant and what’s not.
From the research I’ve done today I learned about a program called Android Kitchen which from my understanding was used to create and compile ROMs. From what I found it looks like the original dev stopped updating it back in 2013. In the ChefCentral>Android forum it looks like someone else took over and maintains it for Linux. I also came across a variant there called “Assayyed_Kitchen”. Is this the same program just made by someone else? I don’t know you tell me? lol
I also plan to learn some Java in the coming months and Android App development. I don’t have a huge interest in making apps right now but who knows maybe I will down the road. I just figured learning Java can only help with learning to make ROMs? Do I even need to know any of it for this kind of stuff?
So basically I’m looking for some guidance on where to start as a complete beginner in learning ROM development. Even someone taking the time to type out a few basic steps explains what the whole process even involves from start to finish would help a lot. For example..
1. Download source
2. Open in this program and blah blah
3. Do your magic and customize this and that
4. Do some more magic and pack it back up and flash
Just understanding the steps would make a huge difference because then I know what to research and what to learn. Hoping this thread gets some good info in it and maybe at some point I can create a complete noob friendly guide in the OP to help others like me who don’t know where to begin. To anyone that takes the time to reply and help out.. THANK YOU!
aholeinthewor1d said:
So I’ve been a member here since the Droid X days and I’ve learned a lot over the years with each device I’ve had but I never really looked into creating ROMs (I always wanted to learn but never got to it).
I know it’s going to be a learning process that takes some time but I’m looking for help on where I should start. Before anyone posts a whole bunch of random looks I’ll say right now that I am a complete beginner when it comes to this stuff. I’ve looked at a bunch on threads and it’s so overwhelming being completely new so I don’t know what’s relevant and what’s not.
From the research I’ve done today I learned about a program called Android Kitchen which from my understanding was used to create and compile ROMs. From what I found it looks like the original dev stopped updating it back in 2013. In the ChefCentral>Android forum it looks like someone else took over and maintains it for Linux. I also came across a variant there called “Assayyed_Kitchen”. Is this the same program just made by someone else? I don’t know you tell me? lol
I also plan to learn some Java in the coming months and Android App development. I don’t have a huge interest in making apps right now but who knows maybe I will down the road. I just figured learning Java can only help with learning to make ROMs? Do I even need to know any of it for this kind of stuff?
So basically I’m looking for some guidance on where to start as a complete beginner in learning ROM development. Even someone taking the time to type out a few basic steps explains what the whole process even involves from start to finish would help a lot. For example..
1. Download source
2. Open in this program and blah blah
3. Do your magic and customize this and that
4. Do some more magic and pack it back up and flash
Just understanding the steps would make a huge difference because then I know what to research and what to learn. Hoping this thread gets some good info in it and maybe at some point I can create a complete noob friendly guide in the OP to help others like me who don’t know where to begin. To anyone that takes the time to reply and help out.. THANK YOU!
Click to expand...
Click to collapse
Here is my blog on the topic. I've also got some interesting* Android Security Research on there that acts as a good Segway into reverse engineering, etc.
The one I am linking is for 6.0.x, and I'll be updating it to 7.x soon, though, the only real difference is the branch you checkout (you should understand what this means after reading my guide), and you'll need to install OpenJDK8 instead of the linked 7 (as 7.x requires this).
http://odste.blogspot.com/2016/04/guide-to-compiling-android-on-ubuntu.html

Categories

Resources