[SENSE][WM][WIN] Manila & Windows Mobile Developer Interest Poll? - Windows Mobile Software Development

I'm trying to gauge interest in developing manila/sense tabs, I'm looking for:
1. people interested in working on the facebook tab
2. people who want to make other tabs
3. people who are app developers who want to tie into tabs
4. we also need some people comfortable doing window apps
(I think we need help getting started with the Manila Kitchen GUI tools - currently command-line). There is plenty of guys who have worked on the tools and know tons about manila, just need a framework in which to tie into.
Please state if you are expert or beginner or willing to learn.
I think in most areas, support can be given to most to get them started (even if it's not your area of expertise) and will probably prove a good learning experience.
Now, just need to work out how to make this a poll...
OK, you can select more than one option at time:
- Expert can be considered Expert/Intermediate skill, i.e. you've made something and it works quite well.
- Beginner would be someone who has done small tweeks or done simple programs.
Ahh, forgot window app developers, in this case, register your interest (if you are), in the TouchFLO/Manila/SenseUI social group (a great bunch of guys who helped me from knowing nothing about sense):
Project: Manila GUI Kitchen Environment.
http://forum.xda-developers.com/group.php?do=discuss&group=&discussionid=223

Links are not working for me :/

I'd be interested in working on a Phone tab. something that included not only a call history, but some dynamic icons that showed (at the very least):
Missed calls.
Voice mail.
SMS/MMS
Email
It's amazing to me that this was on earlier versions of Manila/TF3D but isn't on the newer versions. This entire concept was supposed to be designed for a pda/PHONE converged device, but the phone side of it has been weakened on every upgrade.

AdamiX said:
Links are not working for me :/
Click to expand...
Click to collapse
I'll ask the group admin about it, perhaps you have to join as a member first...
http://forum.xda-developers.com/group.php?groupid=131
Trident said:
I'd be interested in working on a Phone tab.
Click to expand...
Click to collapse
I can point you in the right direction if you need it, my method for working with manila at the moment, is decompile everything and then use a good search tool to find the kind of code I need. Seems to work quite well and you can find some interesting functions/features, I've also found using the registry is quite handy for experimenting since you can test out calling different apps with different arguments and also jumps to sense pages (which are internal URLs). Also it can give you a view of values which are being used internally.
So far getting interesting results on the poll!
Looks like a good mix of people which is great!
1. Those interested in taking the facebook tab further, I'm just working on a few bits at the moment for it (trying to tie in the last bits of HTC function), but will happily pass it on when people want me to. [I released it much sooner than I planned, but felt mean waiting any longer]
2. Those interested in learning about manila then have a look through my tutorials and that will hopefully get you started (I was a total beginner too when I started them). Please let me know if there are bits missing or bits which don't make sense etc, it's aimed at people who have done a little programming or at least get the general idea. If it's not clear enough then an entry level tutorial would be welcome (I've avoided too much click here, type this type detail because there is too much to explain in one go).
(leave feedback on the tutorial thread)
3. Those interested in developing manila and wm apps for using tabs, I'm hoping to build a "Custom Manila Interface Tab" which will ultimately provide an API type interface for apps. Will probably need a lot of work, so once I've done a basic proof of the concept, which will be very simple and populated via registry keys (i.e. simple list display which can be populated via a normal app) I will then open it up for group development.
4. Those interested in WM app development, hopefully with the new tab it will be easy to get started with some basic ideas and try them out. As the new tab (or it can be used as a sub-page) develops we will need to know what kinds of things we want to display.
i.e. for the facebook tab I can see this being used as a simple way for a external app to list notifications, comments and all kinds of information.
5. Windows application development, let me know if you can get on the group, I really hope that once given a framework a GUI can be put together. The mode9Editor is an excellent example (I think the author is on the group) and the CMD line kitchen is another amazing tool which brought together all the other fantastic tools (again I think most the original authors are there). Given a good start with a solid base, the GUI could become a very powerful tool!
-------
Developing wm is much easier than working with the manila files, and even HTC tend to tie into dlls/exes quite often to do the leg work, but it doesn't appear to be consistent (each module does things slightly differently) so a direct API would be a massive task. So hopefully an interface tab will bridge the gap, it'll probably provide a good point of reference for useful manila functions too. With the addition of a good GUI editor, I'll look forward to having fun making some really amazing apps (no not a fart selector app...).

Great thread meltwater, you may end up being the driving force of a whole new Manila experience

smeddy said:
Great thread meltwater, you may end up being the driving force of a whole new Manila experience
Click to expand...
Click to collapse
No, the guys before me have been that (would have been no hope without the tools), but hopefully we've got some interesting ideas on the table!

Excellent results on the poll.
Here is an update of what's currently happening:
1. Facebook Tab
I'm currently continuing development on the tab myself, since it is still providing me with useful knowledge on working with manila. It serves as a good driving force for me to try out more stuff.
[MOD][SENSE2.5TAB] Basic Facebook Tab - Developer Thread
http://forum.xda-developers.com/showthread.php?t=663494
2. Custom Manila Interface Tab
I should be able to start work on this once I've learnt enough from doing the changes on the facebook tab. Currently my understanding of manila isn't quite good enough to tackle this yet, it's a big job particularly when the manila code isn't that easy to work with when there is no api.
The concept here is to make a basic tab where the content can be defined by a normal windows mobile app. This should allow many more tabs to be created, without specialist knowledge of manila code.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Something similar to this, but populated by an external app.
3. Manila/Sense Kitchen GUI
The group still needs someone to help kick off the project with some help in building the basic framework for the application. I really hope that this can be achieved, moving the whole process into a graphical app will really help with dealing with the difficult editing of the manila files particularly when defining the graphical components.
Please feel free to give feedback on what you think about my plans. Also if you want to get started on some simple(ish) stuff, there's bits in my tutorials etc.
Ok, trying to get a working development environment for windows mobile, is quite difficult if you don't have a full copy of Visual Studio. For now I will use a trial version, but after I'll post/link to tutorials on how to do it without Visual Studio and some initial steps for Windows Mobile development.
http://www.codeproject.com/KB/mobile/WiMoSansVS.aspx Is a good starting point...

Hi everyone,
Thanks for filling in the poll. There are plenty on here who would like to know how to get started etc with manila, windows mobile development etc.
Short of writing a "how to" which covers everything, which I don't have time to do at the moment, what do people need/want to know to get them started???
This thread can be a simple Q&A section if people need help with the initial steps...

I would love to help but I have too much going on for now :/

This thread may not get noticed but since I started it to talk about and get developer interests I will post here anyway.
Since I've released the latest version of the facebook tab I have started work on my 2nd Tab Project. (Still developing the facebook tab v2.0 too).
The new tab will work along the same lines as Custom Manila Interface Tab concept but for now I have a specific application in mind. Hopefully we can keep this one open and the basis of the tab can be extended and reused to form other tabs working on the same principles.
So what do I need?
Well I have the very basics of the tab working, so I need some windows mobile developers to assist with creating a supporting app which will feed the data to the tab. They will need to handle xml data and potentially HTTP GET requests (I guess), we can go as fast or as slow with it depending on the developer(s) (I've got some ideas on how to start off slowly just like I did with the facebook tab, so beginners would be able to do it, they just need time and willingness to learn). I might start writing it myself but my time is limited and it would be nice to have this tab open to everyone (unfortunately I get too attached to my code/ideas when I've been working on them too long so want to avoid getting in too deep with that part - that is what happened with the FbTab).
What is it?
Not quite ready to announce what the tab will be but I've carefully chosen a good project.
What now?
PM or post here and I'll get back to you.
I'm not sure yet how this will work, but probably create a google code project so that anyone can contribute. Will create a developer thread for the project and once things are up and running a release thread to handle the releases/support etc.
Ideally, this project will be open as possible and allow new developers to have a go. There is plenty which can be done, by all ranges of skill levels. It would be excellent to have a wiki attached to the project which explains how it is put together etc, would be great to provide a stepping stone for future developers to get working with windows mobile and sense.
Also need suggestions on where to host the project, GoogleCode, CodePlex etc require change management software which I'd like to avoid. Perhaps something like 4shared maybe or dropbox?

wow
wow very good.

New to Winmo developement, but willing to seriously learn
meltwater,
I am new to the Winmo developement, but am taking it up in a serious manner. I am willing to take on new tasks with some support. I have the full version of Visual Studio 2010 and can allocate alot of time currently to any projects that you are looking for. Again, I would need to have some support, or be pointed in the right direction, but am very willing to assist. I will do what research I can and ramp up to begin as soon as possible.
One note..I am currently enrolled in school for programming, part of the cloud of programmers that work with Microsoft through VS 2010, and am working to become more proficiant with the WinMo SDK.
Can I help?

Mxdadevolper said:
meltwater,
I am new to the Winmo developement, but am taking it up in a serious manner. I am willing to take on new tasks with some support. I have the full version of Visual Studio 2010 and can allocate alot of time currently to any projects that you are looking for. Again, I would need to have some support, or be pointed in the right direction, but am very willing to assist. I will do what research I can and ramp up to begin as soon as possible.
One note..I am currently enrolled in school for programming, part of the cloud of programmers that work with Microsoft through VS 2010, and am working to become more proficiant with the WinMo SDK.
Can I help?
Click to expand...
Click to collapse
That sounds perfect, just the sort of thing I'm after.
I'm no where near being expert anyway, as I've mentioned a few times, the facebook tab is my 2nd windows mobile app, the 1st being "hello worlde", however I've learned tons doing it and I think it's not too bad (a lot of it is still unreleased). I have a long background in embedded software though.
One thing, visual studio 2010 is no good for windows mobile development, it only supports windows phone 7 not windows mobile (MS killing WM dev much?). Fortunately you might be able to get a FREE student licence via MS Dreamspark, although sounds like they might be able to provide what you need. The work I am doing is in C#.
I put together a little of the support code for the tab last night and the concept appears to work fine. I'll start up a project thread soon, still trying to work out what is the best place to hold/manage the code, want to avoid change management systems:
I don't want to install extra software to handle it
It creates an extra barrier to people having a try
This means codeplex, sourceforge and gogglecode aren't suitable. At the moment 4shared seems like a good choice (simple online storage area) or DropBox which I also use (which could be easiest).
Opened up the developer thread, project details will come soon.

meltwater said:
That sounds perfect, just the sort of thing I'm after.
I'm no where near being expert anyway, as I've mentioned a few times, the facebook tab is my 2nd windows mobile app, the 1st being "hello worlde", however I've learned tons doing it and I think it's not too bad (a lot of it is still unreleased). I have a long background in embedded software though.
One thing, visual studio 2010 is no good for windows mobile development, it only supports windows phone 7 not windows mobile (MS killing WM dev much?). Fortunately you might be able to get a FREE student licence via MS Dreamspark, although sounds like they might be able to provide what you need. The work I am doing is in C#.
I put together a little of the support code for the tab last night and the concept appears to work fine. I'll start up a project thread soon, still trying to work out what is the best place to hold/manage the code, want to avoid change management systems:
I don't want to install extra software to handle it
It creates an extra barrier to people having a try
This means codeplex, sourceforge and gogglecode aren't suitable. At the moment 4shared seems like a good choice (simple online storage area) or DropBox which I also use (which could be easiest).
Opened up the developer thread, project details will come soon.
Click to expand...
Click to collapse
Sounds Great!! I'll be looking for the thread and details. I also have been working in C#, so I think that we'll learn alot together.

Count me in... can supplement SenseSDK if needed!
Ed

eboelzner said:
Count me in... can supplement SenseSDK if needed!
Ed
Click to expand...
Click to collapse
Hopefully a lot of the new tab will be within sense itself with a hidden support app to drive it, although later on it will probably use the SDK for configuring and managing things. Although that is only a rough idea at the moment. (will send you some details - will update the dev thread tomorrow and announce the project).
However, the facebook tab v2.0 is attempting to make extensive use of your sense SDK and greenhacks extended controls. I've currently pushed my ability to the limit with the interface though, hopefully when greenhack releases the latest extended controls I can fill in some of the missing holes. Still experimenting with the GUI aspects and possible concepts for how it should work. Will have think about the GUI again, there are a few areas which I've not quite been able to do what I was aiming for, which the Sense SDK might be modded to achieve.
I'm kinda aware though that a lot of the effort to implement the features for the facebook tab v2.0 will already be done by the Xda Facebook app being produced (so eventually we may tie it in to the tab after v2.0). The new project will hopefully help me expand what I can do with sense and allow better integration of apps.

New RSS Tab project is GO GO GO
[MOD][SENSE2.5TAB] RSSTab - Developer Thread
Thread has all the files ready to go, just not sure what people are waiting for...is it that scary?

Really?
meltwater said:
Also need suggestions on where to host the project, GoogleCode, CodePlex etc require change management software which I'd like to avoid. Perhaps something like 4shared maybe or dropbox?
Click to expand...
Click to collapse
Why on earth would you want to avoid Source-code Version Control? SVN, GIT, and even CVS are an absolute God-send to any development group. i can see one or two pro's to avoiding it if you're the only developer on the team, but any more than 1 dev contributing code to a project turns it into a nightmare without a SVC ...

phalacee said:
Why on earth would you want to avoid Source-code Version Control? SVN, GIT, and even CVS are an absolute God-send to any development group. i can see one or two pro's to avoiding it if you're the only developer on the team, but any more than 1 dev contributing code to a project turns it into a nightmare without a SVC ...
Click to expand...
Click to collapse
Well can't that be handled by a decent web-based on which does it on the server side?
I know you are totally right, version control is very important (I've used many on a professional basis), but do I really need to force all the developers (and myself) to install full SVN programs?
I was hoping there would be a web based version control system which allows you to check in/out files purely using a web browser.
Any suggestions would be appreciated...I've only used closed corporate solutions before so new to open-source.

CVS idea
Guys,
Can we use CodeBeamer for something like this? From what I'm reading this might allow us the versioning control. It could be downloaded for free for up to 6 users.
Any thoughts?
Here's the link for the version that I was thinking of.
http://www.intland.com/products/cb-mr/overview.html

Related

[DEV] XDA FaceBook App for WinMo

Hello
​
We are at the very beginning stage of development of new FaceBook app for WinMo.
If any developer/graphic designer wants to join, please feel free to do so
Please reffer to this google code project site:
http://code.google.com/p/xda-winmo-facebook/
To join the group, PM xda member: joe_coolish
Donations:
Promised Fullfilled
sinoo - $10 + $10
thekrautdog - $5
PS: The poll is from the old post. You can still vote on whether you want a new FB app.
Follow updates on Twitter! Use the #xdafb hashtag to spread the word!
Here is an article on what kinds of feedback we're looking for when helping test the public beta: http://forum.xda-developers.com/showthread.php?p=9227274
[UPDATED 12/7/10]
BETA 4.1!
**update** If you were caught in the infinite automatic-update, things should be fixed now. Also, I forgot to disable the Compose button in the inbox. It will crash the app if clicked on. Hopefully by friday I can have another version that has this part working
Photo Albums! Pictures can now be viewed in XDAFacebook.
Big pictures will open up in the default browser for the time being. Once I make a good photo viewer, I'll replace that.
Also, the settings menu has a whole section dedicated to photos. Feel free to play with the settings, but numerical values == 0 or <0 will cause the app to crash! There is no safty net for this!
There is a number for concurrent image downloads. This number should be between 6-10. Any more can cause slow down, and less and the effect seems non-existant. I've gone as high as 25 and felt pretty good about it. But I haven't dared push it to the limit!
New albums had a few bugs so I held back on this release. It will be coming soon!
Older Posts! Feel free to browse the older posts I've successfully gone about a days worth of posts back w/o any lag.
Searchable Friends List! I added a search box at the top of the friends search list
Memory Management! Special Thanks goes out to Corwin9S. He helped me look at the memory usage. I reduced the CPU cycles by ~30%. It still takes up about 3-6 mbs of RAM. This is caused by Form Allocations, DLL imports, etc. Most of the space is just allocated space that I can't get rid of. I will try to find more ways to make the RAM usage go down, but from what I've been told by some people at MSFT, this numer isn't uncommon or bad. CPU cycles are what count and that's what I'm trying to optimize
GUI fixes! I finished the drop-downs, so they look a little more professional. I also added the numerical counters. There are still more that can be done on them, so I will continue improving their apperance and performance.
Rollup of bug fixes
And finally SPEED!! This version should be the fastest yet. Rendering times are super quick and load times seem to be back to where they belong.
Instructions for Localization:
Please create a blank language file (instructions are above) and edit ONLY the text in between the quote marks "". The quotes need to remain!
Verify that your text doesn't fly off the screen. Anywhere that the text is too long for the graphic, try shortening the word or pick a different one (if that's possible) if not, let me know (via picture) and I'll make the necessary changes.
Once you have a translated file, save it as <Language>.txt and upload it to your device. Place it in the same directory where you got the Blank.txt.
Please share your translations!
ALSO! Since the app will be transforming and new features will be being added, the translation process will be ongoing.
If you click "Create Blank Language File" and you already had an alternate translation loaded and working, the Blank.txt will only have the new strings in english, so you will only need to translate the changes.
Unfortunately, after a couple of hours searching the web and looking at platform SDKs, I have learned that poking is not supported by the Graph or REST APIs (what I use to interact with facebook). I've been looking, and I might be able to hack something that might work, or I could have the option to support Pokes via SMS. I need your feedback. Which option (or both) sounds the best? Does anyone even Poke anymore?!
Wall posting is very basic at the moment. I will be making an advanced text editor that has more options for posting links, privacy settings, etc.
I also changed the road map a little. Let me know if that works for everyone!
Hope everyone likes the new updates!
I also wanted to make a road map of releases leading up to the final release of Version 1.0:
BETA 4.X
This beta release will focus on posting data to Facebook and making sure everything works well.
This beta release will also include newer GUI pieces, such as Inbox!
BETA 5.X
This beta release will focus on Chat!
BETA 6.X
This beta release will focus on App Completeness! Or making sure all the functionality of a full Mobile Client have been implemented
RC 1
This release candidate will focus on Bullet-Proofing! All minor bugs should be worked out
RC 2
This release candidate will only happen if major bugs are discovered in RC 1
Release 1.0
Hopefully all is well!
That is the road map I have planned. I don't anticipate Beta 3 to be out very long (unless there are major bugs). I want to get to beta 4.X as soon as possible. I also might mix and match But that is the proposed roadmap to Release 1.0!
Devices that this beta has been tested on:
HD2 WVGA
BUGS!!!
Authorization should be working, but using the new URL is a lot cleaner (I think). Go here to authorize directly. Once you see the browser transfered to "Success" then try the application again
Friend names that are really long hang off the edge.
I've fixed this bug for the next release, long names will be clipped with Ellipsis
And the status of this beta is:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ENJOY!
Skinning instructions
Design instructions:
Download screenshots.zip
modifiy images in favorite image editor (that supports .psd and layers)
post concept image in thread/send us the .psd file
(OPTIONAL) Make skin with concept
Skin the XDAFacebook app instructions:
Download zip file
extract all images and place them in the \Program Files\XDAFacebook\Resources folder
launch application
enjoy!
Ok, instructions on how to skin the app are as follows:
Find the image that you want to replace.
Create new image and give it the specific name.
Special "tags" at the end of the name give the image special features.
copy the images to the \Program Files\XDAFacebook\Resources directory
list of tags:
_alpha this will take the first pixel of the image and make it the images "Alpha Channel". Make sure that the image is solid in that color and that there are no artifacts!
_trans_### where ### is a number (ie 200, 100, 10. Not 001). This number represents the total opacity for the image. The higher the number, the more opaque. Range 255-0.
_trans_png. This only works with 24 bit PNG files!!!! This is also very resource intensive, so make this a last option. This will preserve the images alpha channel. It is the only way to make partial transparencies.
List of files: This list will increase and until final release is up for change!
header 480x50
house 50x50
XFPanelHome 480x552
alphabar 50x648
the dimensions are based on 800x480 res screen. If someone wants to experiment and give me dimensions for other resolutions, please do so!
If you have any questions about where these images are, let me know and I'll tell you
Good luck and send me the zip with your skins and I'll post the best ones here
One more expecting a decente facebook app
At this time I just use opera or skyfire cose the MS app is realy useless for me ....
Happy to see someone here. The worst in official facebook app is there is no event for video or apps.
This would be great. I'm really missing a good Facebook app on my lovely HD2.
+1 for a new Facebook app!
+1
im mortified when Blackberry users asked me about FB applications for WM
+1
Any word on developement?
+1 too
+1
new FB application for WM
New apps FB
+1
the current ms FB not worth to use
I could be a waste of time because the microsoft is developing the app too. If they manage to make the app more usable than the coding of the "new" app was useless.
Guys
Didn't you read my post?
I am not the one developing the app. I am not a developer at all.
I jsut wrote appubator an email asking them to make a new FB app for WinMo (since there was a possibility like this). They have not replied ever since though Maybe they did not like the idea.
Maybe we could something to convince them do do the app OR!
Try to make our own application. This place is crowded with talented and awesome coders and graphics so I think we can definitely put something together. What do you people think?
I am graphic myself - If there are coders who decide to do go for it, I would like to help with visage of the app and the overall design and UI.
Who's in the NewFB_Boat? Any coders?
Introduction to development
Hi,
I've start research on the net and found this.
http://developers.facebook.com/docs/guides/mobile/
Actually there is no SDK for Windows Mobile provide by Facebook only for iphone and android.
But there is a lot of explication about how facebook work.
http://developers.facebook.com/docs/api
So the first thing is to wrote ourself a SDK we can use as a library for our program.
I'm going to search if we can exploit official Facebook library instead.
Dude, you are genius
I wonder why FB guys dont include WinMo...maybe they do not find winmo very profitable?
Maybe somone with good marketing knowledge could shed some light on FB management to make understand why WinMo FB app would be great lol
I ve download everything need to start development. Tomorow i ll take a look at this and post some comment.
i have a funny feeling the only reason they show the APIs for Iphone and Android is because the SDKs are open source.
but i would love a fully functional facebook app that would let me do everything, without the limitations of sense or the WM facebook app
Sopis said:
Guys
Didn't you read my post?
I am not the one developing the app. I am not a developer at all.
I jsut wrote appubator an email asking them to make a new FB app for WinMo (since there was a possibility like this). They have not replied ever since though Maybe they did not like the idea.
Maybe we could something to convince them do do the app OR!
Try to make our own application. This place is crowded with talented and awesome coders and graphics so I think we can definitely put something together. What do you people think?
I am graphic myself - If there are coders who decide to do go for it, I would like to help with visage of the app and the overall design and UI.
Who's in the NewFB_Boat? Any coders?
Click to expand...
Click to collapse
Hi;
I'm one of the founders of appubator.
I really appreciate your interest in our company. Sorry about not responding to your e-mail. We haven't see it come through - which address did you send it to?
We've been following this thread for a while. In short, a deep, detailed app like FB isn't something that we would do. First of all, we likely couldn't charge for it. If we did, its likely that FB or Microsoft would do one better than us and then we're out the time and money to develop it.
We're more about developing many apps (perhaps 100/year), that are smaller and easier to code, and selling them on multiple smartphone platforms.
If you have any ideas for apps you'd like to see - please visit the site at www.appubator.com. Register and submit your ideas. We're reviewing them more quickly and should be able to get back to you pretty quickly with a go/no-go.
Hello igolfchip
I am glad you have responded.
I have sent my APP idea to this address: [email protected] as it was written in the article about your company.
I fully understand you. Well, at least I gave it a shot
I have only one note though - If MS (or FB) would do a better app than you would, why they still havent made it yet?
Hopefully, we will be able to do something.
@Fredz - glad to hear that This all seems it is moving somewhere

Is there a project management app on Android?

I'm unfortunately going to have to post this in a few places because I don't know where it's going to get the most exposure, but I'll start here because I have a Desire.
I need an app to manage the various projects that I have going on. In some ways, you can think of it as a todo application which has subtasks, projects/groups, action lists, sorting via time till due/time taken/project/importance etc.
If you have the time, check out this site where there guy goes through a number of options and criteria for a good GTD (getting things done) application.
I've tested:
OpenLoops
Astrid
Goals Todo
For starters, Astrid cannot sort by tag/project and non have sub-tasks.
I'm really hoping there is a project management app out there and someone can help me.
http://www.appbrain.com/app/com.ssi.gtasksbeta
mouth said:
http://www.appbrain.com/app/com.ssi.gtasksbeta
Click to expand...
Click to collapse
i use it also...
Is this purely an offline GTasks? (I couldn't really see much in the way of features.) If it is, GTasks is quite a basic todo manager, let alone project manager.
Projects feature for Astrid is currently in development. Don't expect it all that soon though.
-------------------------------------
Sent from my HTC Desire
Someone suggested Got To Do + Toodledo. Seems to have much going for it. Testing it out now.
ActionComplete?
Cleargrey said:
I'm unfortunately going to have to post this in a few places because I don't know where it's going to get the most exposure, but I'll start here because I have a Desire.
I need an app to manage the various projects that I have going on. In some ways, you can think of it as a todo application which has subtasks, projects/groups, action lists, sorting via time till due/time taken/project/importance etc.
If you have the time, check out this site where there guy goes through a number of options and criteria for a good GTD (getting things done) application.
I've tested:
OpenLoops
Astrid
Goals Todo
For starters, Astrid cannot sort by tag/project and non have sub-tasks.
I'm really hoping there is a project management app out there and someone can help me.
Click to expand...
Click to collapse
Have you tested 'action complete'
Their website: http://actioncomplete.com/android
Review of it: http://www.androidtapp.com/actioncomplete/
It's free and was built around GTD system afaik. It allows for sorting and projects with 'actions' and 'waits' within them. Good luck
You might want to try Thymer.
It's online and I believe it's not free but they have a beta running for Android.
I'm also looking for something similar. My only real requirement is sub-tasks though.
Got To Do seems nice, but to get sub tasks you have to pay for a pro license for ToodleDo, after you pay for the app itself. I'm sure its not expensive, but still...
Action Complete doesn't seem to have sub tasks.
I've also checked out Astrid and OpenLoops.
I thought the whole idea of GTD was to break a task down into smaller sub-tasks so you can "get things done".
I think I was actually using ToodleDo on my iPhone, but I don't recall having to pay to get sub tasks. Perhaps that is new.
Any methodologies in mind? Any back end software like MS Project Server or open source PM apps / servers in mind? I.e. how far down the rabbit hole do you want to go?
cosmicharade said:
Any methodologies in mind? Any back end software like MS Project Server or open source PM apps / servers in mind? I.e. how far down the rabbit hole do you want to go?
Click to expand...
Click to collapse
How far? Currently I don't need to intergrate with any MS software (or similar) though if it was offered and useful I wouldn't say no.
What I would like to have as a high priority are:
1. Ability to manage different projects (obviously).
2. Ability to plan projects - form project trees, some may have tasks, some may have notes, some may have links etc.
3. An online/desktop backup/sync. Simply because I hate the thought of all my information being in one place.
4. A UI that is easy to assess what is going on and what is coming up.
There are obviously other things required but it's difficult to list everything which is why I attached that site that pretty much lists most of them.
@Powder79, I just looked at Thymer. It looks a bit too basic but thanks for the suggestion.
Currently I'm trying out Toodledoo + Got To Do. It seems to have most but it really does suck for giving your tasks/actions a quick look to see the state (active/waiting/reference/etc). It just has date due and overdue.
If you imagine a bastard love child of Astrid (Android), Goals ToDo (Android), Toodledoo (online), Projekt (Symbian) and Mindmanager (desktop) then you will have my perfect project manager application.
Oh, and a desktop widget for easy viewing.
I don't ask for much obviously.
Project manager
Me too is looking for a good project manager.
Yet haven't found one that handles Values/Visions.
Values/vision is like a direction, it can't be completed. There should be mesure of how well one is living the value/vision.
And projects/goals to hold the direction.
And tasks to complete project. Yet, have only seen project at best.
Need, with overview:
Value1>Projects>Tasks
Value2>Projects>Tasks
Value3>Projects>Tasks
and so..
Sorry to bump up an old thread but anyone interested in a simple project management / to do list tool might like to take a look at my app: Organisa Lite. Its on Android Market currently. It offers some features I think some people might find useful - such as updating the android calendar with chosen dates and organising notes in a hierarchical manner. The user interface is unique too: you can minimise and maximise projects and sub-notes as required and manage everything from the one screen.
I'd like to make Organisa Lite completely free and add a Pro version with much more advanced features but I need some initial confirmation and support that it is what people want in the way of paid downloads.
Mobile Project Manager (MPM)
Have youbtried MPM (Mobile Project Manager)? It has unlimited subtasks, predecessor tasks, and allows importing and exporting to/from project management desktop software. Search MPM in the market.
try MPM
Try MPM if you haven't already
Project Management App on Android
I have been a user of Project Management App, "Project Planning Pro" on iOS for long. This award winning app has helped me significantly in my Project management needs.
However, the app is now available on Android platform & I have given it a try. It works like a breeze. Its a totally worthy app to have.
Best of Luck:good::good:
Cleargrey said:
I'm unfortunately going to have to post this in a few places because I don't know where it's going to get the most exposure, but I'll start here because I have a Desire.
I need an app to manage the various projects that I have going on. In some ways, you can think of it as a todo application which has subtasks, projects/groups, action lists, sorting via time till due/time taken/project/importance etc.
If you have the time, check out this site where there guy goes through a number of options and criteria for a good GTD (getting things done) application.
I've tested:
OpenLoops
Astrid
Goals Todo
For starters, Astrid cannot sort by tag/project and non have sub-tasks.
I'm really hoping there is a project management app out there and someone can help me.
Click to expand...
Click to collapse
Did you gave a try to "Project Planning Pro"
It meets all your requirements. Give it a try..

[DEV] [REQ] C++, rewrite existing code

First I would like to thank the whole forum (with few exceptions that I'd like to not mention here) for the past 2,5 years, which have been very educating for me regarding Windows Mobile as a system. During that whole time I have searched for the perfect simple-to-use, lightweight app for storing and retrieving a grocery list, yet unfortunately I have had to come to the conclusion that it does not exist to this date. There are some existing apps but these are either not simple to use or do not accomplish the simple task at all, or they are too heavy (requiring additionally the .NET framework to be installed for example, etc.).
The idea for the simple software is that one has a changeable groups and items of groceries, from which they can select the already saved ones needed at that shopping day (e.g. during a discussion with girlfriend), and later when in shop they can just check the ones they have already put into basket. I would like to see the person who will argue that it does not easily beat archaic mode of storing information, a.k.a. paper and pen.
I have found an app which, with some relatively small amount of effort can be rewritten to accomplish that task, this software is iContact AE. As far as I understand, there is judicially no problem using the source code from iContact AE as long as following the license restrictions (correct me please if I am wrong). Why AE? Just a selection based on the fact that AE has the most appealing interface and most settings. Of course, this could be a point of discussion, but so far it seems like the best choice.
CAB - http://icontactae.codeplex.com/releases/view/28951
Source - http://icontactae.codeplex.com/SourceControl/list/changesets
I created a possible, chronological tasklist in order to get from iContact AE to the shopping app, whatever it will be called (name suggestions also welcome in due time). Also, I already have a pretty clear vision about
Discuss the usability and feasibility of the selected software / it's source code and it's alternatives (as far as I remember there was the original iContact and some other derivate version).
[*]Create, discuss and review static prototypes of the interface (basically screenshots of each view).
[*]List the requirements to be implemented (or removed).
[*]Code in / remove code according the list from previous task.
[*]Create skin and graphics.
[*]Clean up rest of code, remove unnecessary parts of it (to make it more light).
[*]Test and review changes.
I can either take lead, perform or participate actively in the tasks that are listed green. I only need a competent C++ coder who can help and thinks this is a great idea.
The changes needed to the existing source code do not seem to be much at first glance, but of course as I cannot code in C++, I could be wrong. I just looked at the parts of code where to change the tabs and queries to storage files.
So there, got it off my chest. Any C++ gurus missing a simple, convenient grocery app?
OK, I will put this in another way. I will personally contribute $50 (via PayPal or if EU country, via transfer) to the coder - provided that the end result is according to the requirements, which we will agree forehand. If anyone wants to join in with contribution, You are more than welcome.
aiiro said:
OK, I will put this in another way. I will personally contribute $50 (via PayPal or if EU country, via transfer) to the coder - provided that the end result is according to the requirements, which we will agree forehand. If anyone wants to join in with contribution, You are more than welcome.
Click to expand...
Click to collapse
If I had money I to would offer some.
It's no wunder WinMo is falling behind no one wants to create apps even when offered a straight cash deal.
Amen to that. I was actually reading this and took a good hour of researching to see just how hard it might be and how time-consuming it might be. I would have loved to take this on...but alas, It would split me way too much. I am already working on my FFP_LS Pro 2.5 Improvements (Major Major improvements...I am practically re-writing the app), I am starting work on a game I plan to release (Its a rather popular game I have yet to find for WIndows Mobile), and I already volunteered to work on the Boggle Clone for WinMo ... so I am already pretty split as it is. heh...if I find free time, and nobody has taken this on, I will probably come back and make this my next project
Sorry though...I do hope some developer comes around to assist!
Thanks for Your support. I thought that I don't need to subscribe to my own threads in order to get a notification if a new post is made, but I was wrong. I certainly didn't get one for Your post. So, sorry for the late reply. I will subscribe to my own thread now

My First App, Need Serious Help :/

Hey guys, like the title says, I'm attempting to create an app, but with little success at this point.
What I want to do, didn't sound all that complicated in my head. I want to make an episode guide for a TV show I like. Nothing too fancy, but I do want it to look WP7-authentic.
First off, I don't know or really understanding coding in the slightest. I was hoping to be able to design most of the app through the on-screen WP7 display, which it seems I can do a lot on.
From what I've gathered, here's what I'd like to do:
Use the "Pivots" as the different story arcs or "seasons"
Within each pivot, Episode # and Title
But I'd also like to go one further and have each episode be clickable, which would take the user to a page containing info about the respective episode. Synopsis, International Titles, Airdate, etc.
It's a big project, I just need a little help getting it going.
Thanks!
dbG33K
what you're describing can be done one of two ways.
1. just display images after images
2. input text into the program
from what im gathering, it should be fairly easy for you to do as this is the sort of beginner stuff in most windows phone 7 programming books. id suggest you look into programming because even the slightest pivots and transitions require code.
now if you were on android or webos, thats different. they have full on graphics based programming thats a simple matter of drag and drop and choose function.
Download Expression Blend. You can do pretty much everything without having to write any code. It includes a "Pivot" template which has a pivot all ready for you, then you just add PivotItems using your mouse. Then you can use the Sample Data feature to mock up how your episode data will look.
The only thing you would have to write code for would be to pull the episode information from a datasource. Bind it to your controls and Expression will have the rest done for you.
http://www.microsoft.com/expression/windowsphone/
Sample Data:
http://expression.microsoft.com/en-us/ee426896.aspx
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
xanderkaiber said:
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
Click to expand...
Click to collapse
What he said
I'd be willing to help you out as well. I'm in the process of writing a feed reader to help me make the move WP7 from WPF/Silverlight. The idea I have for the UI is similar to yours and the feed reader (at least in the basic form) will be open source so I've no problem sharing my code...
I appreciate your willingness to help me out, but it's actually a series that has been over for quite a while.
Hey guys, I've gotten much further on my app and have become a little more well-acquainted with coding in the form of using Expression Blend 4. That said, I do have a few questions:
1. After making a few pages, I decided to make a sort of Welcome page for my app. How do I tell it to show that page first instead of "MainPage.xaml"?
2. On that welcome page, I would like to make a button that pulls up the user's E-mail and have it have my e-mail as the recipient.
Thanks a bunch!
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
barryallott said:
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
Click to expand...
Click to collapse
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
dbG33K said:
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
Click to expand...
Click to collapse
Download this:
http://www.innovativetechguy.com/?p=13
Make sure your emulator is set to 100% size and uncheck the "Show Device" checkbox in the tool. That will give you the necessary 480x800 sized .png
There's a fair lot you can do using the designer panel, but you will definitely need C# code for what happens 'behind the curtains'. Things like pulling the episodes from the internet and such.
I definitely recommend these tutorials:
Windows Phone 7 Development for Absolute Beginners.
It builds up slowly, but definitely gives you the foundation you need to put together basic applications.
Hey guys I found this thread and after reading it I feel I have a lot in common with dbG33K's tasks & questions. I feel I have a lot to offer WP7 apps as I learn more! I started out in January learning and studying as an absolute beginner (even did the 5 day course online). After a lot of studying, I felt confident enough to write my first BIG app.
I'm pretty good at the xaml part and getting real familiar with c# as I go along. Also, I think I have all the pieces I need, just need help putting it all together. I'm using an API for the data source (i have all the dlls and resources in place even all the c# methods for the API).
I have the UI all put together, now working on the c#. I'm just unsure on the binding part. I know my listboxes and other controls should be binded to a method in c#, but what calls that method? When the page loads that listbox, textblock, etc? Also, what kind of coding is generally used inside the {} of the methods that pulls info from the datasource?
As I have learned a lot aver the past couple of months, I find that I've learned it from examples I've found online, but I'm drawing a blank on this one. Any help would be great!
Thanks!
Do any of you can tellme how can I save text from the text box??
Sent from my LG-C900 using XDA Windows Phone 7 App

xdandroid project follower

**updated program link, please uninstall old one and install this one, thanks**
hey guys, due to the events of the last week i havnt been able to do as much and be as far on this project as i would like, but id like to introduce a new project that will hopefully help out the dev team from xdandroid
the main goal of this apk is to follow the events of the porting android to htc winmo devices all wrapped up in an easy little web app, right now it has links to the xdandroid chat logs, the main page, and the downloads sections (downloads pages were used to create an rss feed that should update on its own when new files come out, hopefully in the future we can get a true rss feed for all the downloads to make this easier for me lol)
bear with me, its rough, but hopefully it can be used to assist and (eventually, alerts are a little ways off, but eventually) notify xdandroid users which version of the files in the bundle they are running and when a new download is available
please leave me some feedback, wishlists, etc etc so i can work to make this app better and hopefully someday have it included in the build itself!
please download and try it out http://www.mediafire.com/?l6quw1bj46mkxnm
**i'm not affiliated with the devs at xdandroid, just a broke guy that likes their work and wants to help out, if you like xdandroid too, be sure to donate to them as they do this for basically free and could use either your time or your money**
just because i love open source, heres everything you need to modify this to your hearts desire
main page http://pastebin.com/p7cTvQyv
system button
http://pastebin.com/4xS6fYNe
initrd button
http://pastebin.com/1hB1p8yM
rootfs button
http://pastebin.com/E6hcT2Q6
i used phonegap build, if you havnt heard about it and want a quick and easy way to make cross platform (blackberry, webos, symbian, android, soon to be winmo, and meego) apps give it a try
its amazing what a little tiny bit of javascript can do lol
Never mind, installed fine.
Thank you for this.
hmmm strange, sorry about that
you may know this already, cant hurt to repeat it if you do but also make sure that you have settings>applications>unknown sources turned on too
edit- good glad to hear it worked for you thank you for trying it out ronricoviper, any feedback you may have feel free to let me know
---
hello deafcyclist
yes at the moment (because i havnt had time to really work on this in the past week) it is simply a collection of rss feeds to inform the user of updates to the project, and will most likely stay that way for now, except for the future goal of a way to load the program and have it tell you if your files are out of date(coming later) and maybe an alert system better than just simple rss feeds(also coming later)
as far as the permissions go, its not actually using any resource but your browser, its a simple web based app, so the only thing it should be using is data, its just the way phonegap compiles the application
i like your idea of a log reader/sender, ill look into that when i get a little more spare time as i am bogged down currently with school work and life in general lol, shouldnt be too hard to accomplish
at the moment this is purely a "proof of concept" app, its main use will probably just be so the devs can say "check the app" when people ask them for help (most of the time on the chat logs you see devs spending alot of their time helping people to get the most current files, i figure instead they can point them to my app so they can spend more of their time working on more of the goodies coming our way in the main project)
i very much appreciate your reply and you made me remember about something that was missing from the project
**original post edited to point to the newer file, which includes the rss feeds instead of pointing to the different file download websites upon clicking the buttons (full page websites are not a very easy read on small screens, but the zImage website stays the same until i find some good way to make a feed out of it)

Categories

Resources