Dedicated .NET CF development forum? - Windows Mobile Development and Hacking General

I spent a few days last week trying to find active forums for .net mobile developers. I ended up finding a few via microsoft's site innovateonwindowsmobile.com, but the best i found only had a couple posts in the last 2 weeks, nothing as active as this community.. i also checked in on codeproject.com and found some stuff there, but a lot of their articles on .net compact framework development are a few years old..
i was wondering if anyone here was familiar with better forums for .net mobile developers, or if xda-developers would be well suited to create a .net specific development forum (or a forum for software development - not mixed in with rom image development, etc.)
i am currently working on an app to replace the standard office mobile's tasks application - and i hope to recruit some beta testers in the coming weeks.
thanks for any helpful suggestions you might have!

What about forums.microsoft.com ?

Rhapsody said:
What about forums.microsoft.com ?
Click to expand...
Click to collapse
thanks for the tip.. and thanks for your pocketscreen app - i didnt know it was written in vb.net

you're welcome

Related

Windows Mobile development with Visual Studio Express?

Hi, I was wondering if anyone has gotten the WM5 SDK to work with Visual Studio Express. I tried using Orca as described here, which allowed me to install it but it doesn't seem to do anything. Does anyone know why they don't work? Is it a technical limitation or just MS trying to sell more software? I'd really like to try some WM5 development but $300 is a lot to shell out to write a Hello World application. Please let me know if you have made any progress getting WM5 to work with the Express editions, thanks!
PC Plus Magazine did a big review of the express versions and said that they "expressly" leave out Mobile development.
Good to practice on, but not for WM5/WM2003 development so far I think. If you're desperate, you can get a free copy of Visual Studio 2005 Beta 2 from many places, and that will let you do pretty much everything, but the emulator is not perfect. This can be downloaded from elsewhere though. So, pretty much full development for free!
V

Visual basic for Android

A new development tool is now available for Android devices: Basic4android.
Basic4android syntax is similar to Visual Basic with support for objects.
Basic4android includes a GUI designer that supports multiple screens and resolutions.
I believe that this tool is much simpler to start with than Eclipse + Java.
Compiled applications are regular APK files, and the performance is similar to Java performance.
You can see more information here: basic4ppc[dot]com
Does it have a tutorial or may some one leave a brief training here?
thanks for finding something like this. I've always wanted to create my own apps and now I can and with this program it looks pretty good.
Does it have a tutorial or may some one leave a brief training here?
Click to expand...
Click to collapse
There are several tutorials in the documentation center.
basic4ppc[dot]com/android/documentation.html
Sorry that I cannot post working links...
Erel said:
There are several tutorials in the documentation center.
basic4ppc[dot]com/android/documentation.html
Sorry that I cannot post working links...
Click to expand...
Click to collapse
Godsend. I've been self-learning Java this week and slowing developing my first two apps using Eclipse. I've got a good grasp of the language but I was always better with vb.
Thanks heaps
I had Basic4PPC for WM Development, then Android came along. I'm glad the author has released Basic4Android as well!
Doug
Looks very promising!! Though I would have liked to see C# instead of visual basic coding. I can't even remember it anymore. It's been so long since I have used visual basic!! Lol. Maybe it's time to study up. I have refused to use have for a number of reasons!
Sent from my Droid using magical powers.
Does anyone have now experiences with that programm? I have an application written in VB for Windows Mobile. I want to change that to Android.
Would be nice to get some information before i buy this tool.
Wow, this looks interesting. Might pick this up
Edit: wow this was an old topic..
Sent from my Nexus S using Tapatalk
I tried it, seems to hard to get it to run any app, has a glitch
I tried it, seems to hard to get it to run any app, has a glitch
Click to expand...
Click to collapse
It shouldn't be difficult. If you like you can post this issue in Basic4android forums. I'm sure that it will be solvable.
I use mostly b4a, it is very simple and there is a lot of help on the forums, and people developing libraries and code classes.
I am learning on android studio now, but I have been happy developing with b4a!

[Q] Reading materials and tutorials for a noob programmer

Well, I've started learning Java and I read somewhere that Java is used to program apps for Android. Now, I'm not looking to make complex games and apps, more like a "database" app to store data and maybe some form of note taking application to start off with. Can you guys recommend reading material, tutorials and programs to further my eduction? I've hit a bit of a rough spot so far.
Android has a notepad tutorial you can start there for free lol
http://developer.android.com/resources/tutorials/notepad/index.html
And when I started most people said "Hello, Android" was the best for beginners.
You can also check www.apress.com they have a decent array for books for android,java...etc Any of those books can be purchased from them directly or from amazon.com
FreeTheWorld said:
Android has a notepad tutorial you can start there for free lol
http://developer.android.com/resources/tutorials/notepad/index.html
And when I started most people said "Hello, Android" was the best for beginners.
You can also check www.apress.com they have a decent array for books for android,java...etc Any of those books can be purchased from them directly or from amazon.com
Click to expand...
Click to collapse
The Apress books are very helpful with the examples in code. It helped me a lot and it still does. I've got Beginning Android 2. I didn't read the book from a to z, I just started trying stuff and search a lot on the internet, there are a lot of examples out there.
my favorite eclipse/java learning tips
i spent 25+ years developing on mainframes, then windows pcs, and now phones! what a ride!
my biggest hurdle was transforming my development thinking style from linear (fortran-77, Macro-32, pascal, assembler...) to the object-oriented mode. Classes, instantiation, "this", blew me away for awhile....ok, still does sometimes...
I programmed for the windows mobile phone for 2 years and wrote most of the stuff in lua. You can see some of the windows mobile clocks i designed here:
http://cid-cac4c4d76bc3616d.photos.live.com/browse.aspx/Windows%20Mobile%20Phone%20Development
here are the books and web sites that have helped me the most:
"Hello, Android", The Pragmatic Programmers, Ed Burnette, ISBN: 978-1-93435-656-2
"Beginning Android Application Development", Wrox, Wei-Meng Lee, ISBN: 978-1-118-01711-1
here are several great web sites:
http://developer.android.com/sdk/index.html
http://developer.android.com/guide/topics/graphics/2d-graphics.html
http://developer.android.com/reference/android/widget/package-summary.html
http://developer.android.com/resources/browser.html?tag=article
and a website with lots of examples:
http://www.java2s.com/Open-Source/Android/CatalogAndroid.htm
I hope those help.
mncessna said:
i spent 25+ years developing on mainframes, then windows pcs, and now phones! what a ride!
my biggest hurdle was transforming my development thinking style from linear (fortran-77, Macro-32, pascal, assembler...) to the object-oriented mode. Classes, instantiation, "this", blew me away for awhile....ok, still does sometimes...
I programmed for the windows mobile phone for 2 years and wrote most of the stuff in lua. You can see some of the windows mobile clocks i designed here:
http://cid-cac4c4d76bc3616d.photos.live.com/browse.aspx/Windows Mobile Phone Development
here are the books and web sites that have helped me the most:
"Hello, Android", The Pragmatic Programmers, Ed Burnette, ISBN: 978-1-93435-656-2
"Beginning Android Application Development", Wrox, Wei-Meng Lee, ISBN: 978-1-118-01711-1
here are several great web sites:
http://developer.android.com/sdk/index.html
http://developer.android.com/guide/topics/graphics/2d-graphics.html
http://developer.android.com/reference/android/widget/package-summary.html
http://developer.android.com/resources/browser.html?tag=article
and a website with lots of examples:
http://www.java2s.com/Open-Source/Android/CatalogAndroid.htm
I hope those help.
Click to expand...
Click to collapse
Thanks a million. I will definitely be buying those books, and thanks for the extra links!
Sent from my HTC Vision using XDA App
mncessna said:
i spent 25+ years developing on mainframes, then windows pcs, and now phones! what a ride!
my biggest hurdle was transforming my development thinking style from linear (fortran-77, Macro-32, pascal, assembler...) to the object-oriented mode. Classes, instantiation, "this", blew me away for awhile....ok, still does sometimes...
I programmed for the windows mobile phone for 2 years and wrote most of the stuff in lua. You can see some of the windows mobile clocks i designed here:
http://cid-cac4c4d76bc3616d.photos.live.com/browse.aspx/Windows Mobile Phone Development
here are the books and web sites that have helped me the most:
"Hello, Android", The Pragmatic Programmers, Ed Burnette, ISBN: 978-1-93435-656-2
"Beginning Android Application Development", Wrox, Wei-Meng Lee, ISBN: 978-1-118-01711-1
here are several great web sites:
http://developer.android.com/sdk/index.html
http://developer.android.com/guide/topics/graphics/2d-graphics.html
http://developer.android.com/reference/android/widget/package-summary.html
http://developer.android.com/resources/browser.html?tag=article
and a website with lots of examples:
http://www.java2s.com/Open-Source/Android/CatalogAndroid.htm
I hope those help.
Click to expand...
Click to collapse
Cool work by the way
Sent from my HTC Vision using XDA App
Thanks a million guys ,you've all been extremely helpful!
Sent from my HTC Vision using XDA App
Guys, is it better to study java first or go straight to android codes?
Sent from my SGH-T959 using XDA App
iynfynity said:
Guys, is it better to study java first or go straight to android codes?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
I'd not wrote any code in java before I've started building apps for android. Only experience with VHDL, TCL, Makefiles and the basis of C++ and visual basic.
I think it is good to know the basis of Java and OOP but not necessary to be a java pro before you can start with android.
I've learned most from just start with simple android examples an try to understand what they do. If you have a question look on the internet and if you can't find the answer, just ask the question. There are a lot people willing to help.
I usually use the stackoverflow website (http://stackoverflow.com) to post my questions and looking for answers. When you'll be deep in development, these guys will be useful

Planning to learn coding games for android - need help

I would love to create an android game. So I am planning to start learning it.
I have coded an application already and I think I know the basics. So now I want to get into game programming which is too complex if I heard it right.
I would like my fellow developers who have experience in coding games to give me some links and tutorials which will come handy for newbie like me.
Thanks in advance!
obscurant1st said:
I would love to create an android game. So I am planning to start learning it.
I have coded an application already and I think I know the basics. So now I want to get into game programming which is too complex if I heard it right.
I would like my fellow developers who have experience in coding games to give me some links and tutorials which will come handy for newbie like me.
Thanks in advance!
Click to expand...
Click to collapse
I think the best way to learn any new area of software development is to get stuck into a project. I've been working in various embedded and real-time environments for years but a couple of years ago myself and a couple of mates decided to try to make a game. At the time we wanted to learn C# so we dived into the XNA framework & made something that ran on Windows & XBox. It was never released, but I learned a lot of new stuff. Started with their tutorials and went from there. I can't help with links and so on for Android but don't be put off by the idea that games are too complex - the first software job I ever did was on a full size submarine simulator for the Navy & that really was complicated!
I think that this is a very good piece of advice: http://www.raywenderlich.com/12065/how-to-create-a-simple-android-game
It helped me very much.
Coding games has become very easy these days thanks to the superb engines but some do come at a premium price
Sent from my GT-S5302 using Tapatalk 2
Hit Thanx Button if i helped you!
sak-venom1997 said:
Coding games has become very easy these days thanks to the superb engines but some do come at a premium price
Sent from my GT-S5302 using Tapatalk 2
Hit Thanx Button if i helped you!
Click to expand...
Click to collapse
I agree. But Andengine is free and very good. Look at the link I gave above.
I used Unity3D for my class project before. It's very nice and easy to use. You should check it out
there is a great guide on xda: link.
ciao99 said:
there is a great guide on xda: link.
Click to expand...
Click to collapse
Thanks I have started learning!
Also another great resource is the new Boston. You can see them here and select Java Game Development. http://thenewboston.org/tutorials.php
You can also learn regular Java and Android development on that Site!
Sent from my Nexus 4 using Tapatalk 2
When I started to learn android game developing I found some very useful tutorials at: obviam.net. Look for the series 'Getting started in android development with libgdx'.
This series uses the framework libGDX, which enables you to write your game once and easily port it to many different platforms.
FĂ­ghter02 said:
When I started to learn android game developing I found some very useful tutorials at: obviam.net. Look for the series 'Getting started in android development with libgdx'.
This series uses the framework libGDX, which enables you to write your game once and easily port it to many different platforms.
Click to expand...
Click to collapse
I totally support this. I created my first Android game (Rock Ninja) with no previous game development experience thanks to the awesome Libgdx framework/community.
Yeah, LibGDX great thing and very easy to learn on GoogleCode's wiki page by simply reading topics one by one. Of course if you are familiar with java first
I'm also member of libGDX community, even helped to fix some bugs in particle editor. But after deeper look at this engine, you find some problems in deployment on other platforms. So, I'm looking at the Unity 3d now, besides it became free for android and iOS version.
Widesteppe said:
I'm also member of libGDX community, even helped to fix some bugs in particle editor. But after deeper look at this engine, you find some problems in deployment on other platforms. So, I'm looking at the Unity 3d now, besides it became free for android and iOS version.
Click to expand...
Click to collapse
True, iOS is still work in progress with Libgdx. Good news is that the new RoboVM backend(that will replace Monotouch/Xamarin) is looking really promising and a first app has already been successfully published to the Appstore.
I have a decent stash of books on mobile development. I would start with either monogame, libGDX(provided you know openGL), AndEngine, Unity3D, or use cross platform tools that turn HTML5/CSS3/Javascript into native code. Give me a PM if you need anything, best of luck :good:
Monkey_King said:
I have a decent stash of books on mobile development. I would start with either monogame, libGDX(provided you know openGL), AndEngine, Unity3D, or use cross platform tools that turn HTML5/CSS3/Javascript into native code. Give me a PM if you need anything, best of luck :good:
Click to expand...
Click to collapse
You don't need any knowledge of OpenGL for Libgdx, everything is abstracted out for you.
ob1cat said:
You don't need any knowledge of OpenGL for Libgdx, everything is abstracted out for you.
Click to expand...
Click to collapse
Isn't the GLSL used in LibGDX?
Monkey_King said:
Isn't the GLSL used in LibGDX?
Click to expand...
Click to collapse
Internally yes, but it's abstracted by the framework for you not to need to worry about it.

Open whatsapp for bada os

Hi, I search some developer to create a unofficial whatsapp client for bada.
An unofficial client it's yet created by Taglal for Meego and BlackBerry 10.
The source code is available on GitHub
https://github.com/tgalal
How many developers are available?
Best regards
No developer available?
It's been tried by some Devs before but no success...
Taxidriver05 said:
It's been tried by some Devs before but no success...
Click to expand...
Click to collapse
Why don't try another time? I think it's possible, but it's a big work, so i need a team for develop this app, nobody available for help me?
I also tried a year ago. It's useless...
rebus007 said:
Why don't try another time? I think it's possible, but it's a big work, so i need a team for develop this app, nobody available for help me?
Click to expand...
Click to collapse
I also tried a year ago. It's useless...
shaiws said:
I also tried a year ago. It's useless...
Click to expand...
Click to collapse
You are available to retry the development of the app?
Sent from my Z10 using xda premium
rebus007 said:
You are available to retry the development of the app?
Sent from my Z10 using xda premium
Click to expand...
Click to collapse
I think it would be better to wait for the developers to fix the audio problem on Android, and then it will be possible to use only this operating system.
Anyway, I can try to help occasionally if needed.
I think it would be better to wait for the developers to fix the audio problem on Android...
Click to expand...
Click to collapse
As you can see, at the moment absolute silence... about Android.
I also tried a year ago. It's useless...
Click to expand...
Click to collapse
What exactly you have tried?
Can you post your progress please.
Best Regards
adfree said:
As you can see, at the moment absolute silence... about Android.
Click to expand...
Click to collapse
Actually there is little progress, two days ago. You can see it here:
https://github.com/Rebell/android_device_samsung_wave/commits/jellybean
adfree said:
What exactly you have tried?
Can you post your progress please.
Best Regards
Click to expand...
Click to collapse
I tried to work on it last year, but I got stuck pretty early in the process. And therefore I have no documentation or something useful.
To convert the unofficial version from Nokia N9 (Wazzup) its necessary to know three main things:
C++ (for Bada and N9), Python and QML (only for N9).
So in my opinion, if developers are available, then it's better try to help in the development of Android,
which will provide a "ultimate" solution (and that is already in advanced development processes) than a solution for a specific application.
shaiws said:
Actually there is little progress, two days ago. You can see it here:
https://github.com/Rebell/android_device_samsung_wave/commits/jellybean
I tried to work on it last year, but I got stuck pretty early in the process. And therefore I have no documentation or something useful.
To convert the unofficial version from Nokia N9 (Wazzup) its necessary to know three main things:
C++ (for Bada and N9), Python and QML (only for N9).
So in my opinion, if developers are available, then it's better try to help in the development of Android,
which will provide a "ultimate" solution (and that is already in advanced development processes) than a solution for a specific application.
Click to expand...
Click to collapse
android porting is only for wave 1 and 2, so, all other bada phones? Wave 3, Wave M, Wave Y, Wave Lite Pro and all user that have a wave 1 and 2 but they dosen't know badadroid project?
Maybe later also for Tizen or what ever... usefull.
And why not increase skills and learn more...
Android Porting is different kind of Developing...
Best Regards
adfree said:
Maybe later also for Tizen or what ever... usefull.
And why not increase skills and learn more...
Android Porting is different kind of Developing...
Best Regards
Click to expand...
Click to collapse
As I said, I can try to help in the development (of course if there will be more developers on).
shaiws said:
As I said, I can try to help in the development (of course if there will be more developers on).
Click to expand...
Click to collapse
and I'm offering to help but do not know programming at all, I could do some tests :crying:
Currently, no testers are needed, but developers...
hello guys! finally a bit of time to devote to the project:
1 - this is the library that will be used to interface with the server whatsapp (python) https://github.com/tgalal/yowsup
2 - I found something to go with bada (C + +) and python together , now I will study the situation better but I think there may be useful https://pypi.python.org/pypi/python-bada-push
3 - The guide for push notifications on bada 2.0 http://developer.bada.com/article/push-messaging-guide
for now only this ... Now I will start working on the project, any ideas and help are welcome, once I get something of a minimal working I will upload everything on github.
Best Regards
rebus007 said:
hello guys! finally a bit of time to devote to the project:
1 - this is the library that will be used to interface with the server whatsapp (python) https://github.com/tgalal/yowsup
2 - I found something to go with bada (C + +) and python together , now I will study the situation better but I think there may be useful https://pypi.python.org/pypi/python-bada-push
3 - The guide for push notifications on bada 2.0 http://developer.bada.com/article/push-messaging-guide
for now only this ... Now I will start working on the project, any ideas and help are welcome, once I get something of a minimal working I will upload everything on github.
Best Regards
Click to expand...
Click to collapse
Great, Thanks!
You can download the source code of the Wazzapp (C++ for Nokia n9), and see how it connects with a library of Python.
Actually, I downloaded Qt Creator, but I could not run the code.
rebus007 said:
hello guys! finally a bit of time to devote to the project:
1 - this is the library that will be used to interface with the server whatsapp (python) https://github.com/tgalal/yowsup
2 - I found something to go with bada (C + +) and python together , now I will study the situation better but I think there may be useful https://pypi.python.org/pypi/python-bada-push
3 - The guide for push notifications on bada 2.0 http://developer.bada.com/article/push-messaging-guide
for now only this ... Now I will start working on the project, any ideas and help are welcome, once I get something of a minimal working I will upload everything on github.
Best Regards
Click to expand...
Click to collapse
Great,
hope u will success on this project.
rebus007 said:
hello guys! finally a bit of time to devote to the project:
1 - this is the library that will be used to interface with the server whatsapp (python) https://github.com/tgalal/yowsup
2 - I found something to go with bada (C + +) and python together , now I will study the situation better but I think there may be useful https://pypi.python.org/pypi/python-bada-push
3 - The guide for push notifications on bada 2.0 http://developer.bada.com/article/push-messaging-guide
for now only this ... Now I will start working on the project, any ideas and help are welcome, once I get something of a minimal working I will upload everything on github.
Best Regards
Click to expand...
Click to collapse
eagerly waiting, thanks for your work.
i can try to help you out
---------- Post added at 11:13 PM ---------- Previous post was at 11:05 PM ----------
do you plan to make it .jar based, since lower wave models mostly run on java?
you will find man developers for java
krittin98 said:
i can try to help you out
---------- Post added at 11:13 PM ---------- Previous post was at 11:05 PM ----------
do you plan to make it .jar based, since lower wave models mostly run on java?
you will find man developers for java
Click to expand...
Click to collapse
.jar not poosible , whattsapp can't support it.
try to make it bada base

Categories

Resources