Howto get started with SW development for Diamond - Windows Mobile Software Development

Hi all,
I must admit that I am completely new in the SW development for this kind of platforms. Therefore, I would like to ask you guys to direct me to a good way to start.
I have an application in mind that i would like to do it myself, and is for a personal application, so nothing to do with what is out... but it will involve the touch screen and it has to deal with a little database.
In other words, it would be like....
The main screen should be 9 squares (similar to a numeric keyboard), and pressing any one of those squares should pop/up a different screen with a list that correspond to that specific square (exactly how the calendar works).
There should be a secondary window to enter data to the list where I shoud associate every entry with an square.
This is basically all...
I have good experience programming C/C++... but not c sharp. So any document, example code, api, that you can provide is very welcome...
Thanks you all in advance...

Related

Permission requested from admins/mods

reposted to Dev&Hack forum Aug 9th, 12:30pm PST
I'm not a developer, and only an intermediate(?) VBA programmer for my own solutions. (Though several of those are quite involved.)
I have a question that I'd like to post on the Developers forum, because I believe it falls in "their" wheelhouse.
I've read and respect the posting guidelines published for each forum and the site generally.
I've done my web search diligence, and have posted inquiry on other sites specific to my device and the particular application(s) involved. No luck.
Am requesting permission/blessing to post the following:
Keystrokes as code?
Specifically Excel Mobile keyboard shortcut Alt-PgUp/Dn
I've created several Keystroke "routines" to minimize stylus use in Excel Mobile. I've mapped to hardware buttons, and they all work great... except Alt-PgUp(and PgDn). In Excel, these key combos will scroll one screen left or right, respectively. Other similarly-coded "routines" work as expected.
I've worked around this for now by recording screentaps in Excel's horizontal scrollbar. Unfortunately, the location of that s/b depends on whether SIP is active. If it is, the vertical co-ordinates of the screentaps become irrelevant and/or potentially destructive to my intended result. I prefer to avoid "position dependent" commands whenever possible for obvious reasons.
I have several other programs at my disposal to effect the Alt-PgUp/Dn shortcut(s).... IF I knew how to define the values(?) of Alt-PgUp/Dn in a script.
(MortScript, PHMkeys, Pen Commander, Spb FullScreenKb, PDA MediaKb)
I've been all over the web, and I think I understand keystroke scan-codes and values... and how they work together. Is there something akin to an ASCII "value" for this key combination? (099/0A1; 073/081; 153/161)?
Any ideas are appreciated. I've no aversion to research or work, but can't figure out what to ask or where to look further.
(I just really need a more direct/reliable functionality to scroll entire screen at a time left/right.)
Thanks in advance if anyone can help.
Dell Axim x51v WM5 (if it matters)
(Please feel free to "re-direct"/re-locate/modify/enlighten etc.)
pro-fit2: your post sounds like one of the very few that truly does merit going in the developer forum Please repost it there.
BTW, the solution to your problem sounds like you could just emulate scrollbar commands, rather then keyboard commands. That's fairly easy to do by posting WM_VSCROLL or directly manipulating the scrollbars in code. With that you can emulate smooth scroll, line scroll and page scroll. I wrote an app that can do that, once upon a time.
V
Scroll bar control, accessing, WM_HSCROLL
Vijay, thank you for permission and input.
Before I go further, I like the sound of your suggestion, but my code background is primarily VBA thru Excel, from which I access some minor(?) "other" things like PrintDialog, or other MS Office apps...
I'm willing to work through the API(?) to access window scrollbar controls, WM_HSCROLL (etc), but I would need a more basic start. If it's easy to generate, I'd love to see some further detail on the approach you described.
Thanks either way,
Pro-Fit
pro-fit2: apologies for being an ass, but could you open a thread in the developers forum, and I'll paste some code in.
I would open it for you, but it's better if it's opened under your member ID.
To get you started, this is a not particularly good article on scrollbar functions in vb.net. It's not VBA, but should give you an idea.
There are two ways to control the scrolling -
method 1: by sending the scrollbar a rough command to scroll up/down/left/right one line or one page. [ WM_VSCROLL with SB_LINEDOWN/SB_PAGEDOWN ]
method 2: by sending specific thumbposition control commands, which will give you fine control over the scrollbar. Frankly, this is probably what you don't need as it requires you to interrogate the scrollbar and then react accordingly. You just need to emulate line up/down I think. Look into SetScrollInfo etc.
Again, apologies for being obtuse, but there's no point filling this thread with redundant info. But start here:
http://windowssdk.msdn.microsoft.com/en-us/library/ms674659(vs.80).aspx
Open the development thread and we'll continue
V

Home screens for the Dash ?

Is there a decent source for some alternate home screens for the Dash ?
I know there are quite a few home screens for the Q out there, but I find that although many look very nice, they often don't work very well with the Dash. Specifically, they generally do not support a home screen option to jump/click to the Comm Mgr the way that the Tmobile Dash default does. Also many do not properly handled missed calls. And the color palettes end up being suboptimal for the Dash -- e.g. they can render the setup pages for Outlook almost useless.
So how about some Dash-specific home screens ? Otherwise I gather that I can hack my own by snarfing some of the Q images or other images from where-ever and piece together more Dash-appropriate XML from the default Dash home screen.
Try searching the forum, this has been extensively covered.
Dash Home Screens
Here is a link where I found some great home screens.
http://www.kooldezine.com/Q.htm
Thanks for your replies. Indeed I did do a search (even before posting ) but didn't really find what I wanted (perhaps I don't really understand). Mostly what I found were tutorials on how to hack screen files and otherwise pointers to sites with mostly Q screens, which all had the problems mentioned in my OP (i.e. various incompatibilities).
So... I hacked my own... I started with the included Dash default screen, T-MobileDefaultBlue because its the only one I knew that worked the way it was supposed to. I made minor adjustments with two main objectives: 1) I wanted to be able to see the time easily... not some teenie little font, 2) I wanted it to be compatible with most any background image (the default screen doesn't work well with background images at all). I threw in an indicator of voicemails. Here it is, if anyone is interested. It uses a background image "dashhome.jpg" so anyone can easily change the background image. I also made 2 other versions that use a black font and a blue font, in case those colors would be better with certain background images (snowy or sunny scenes). Hope this helps someone:
dashhome.home.xml
dashhome.jpg
dashblack.home.xml
dashblue.home.xml
One more, the version below makes the bottom button bar and other trimmings gray, which may be more neutral...
dashgray.home.xml
BTW, the default dashhome.jpg image, if anyone recognizes it, is of a "vortex" in Sedona, AZ...
You could go to MoDaCo. They've got some nice ones there, but you have to register.
~Cheers~
P.S. The way I have mine, people think it's the iPhone's cousin, .
You've been busy I think if you generalized your searches a bit (if you haven't already) you might find more if you look for 'landscape homescreen' than device specific. A good one to start with: http://www.kolumbus.fi/anders.ruohio/sp.html
With a modest purchase price, SBSH Facade opens a whole other class of homescreens: http://www.sbsh.net/forums/index.php?showforum=57
One that I did a while back for my Dash (for use with Facade), along the lines of 'less is more': http://www.sbsh.net/forums/index.php?showtopic=14372
neurocutie said:
Thanks for your replies. Indeed I did do a search (even before posting ) but didn't really find what I wanted (perhaps I don't really understand). Mostly what I found were tutorials on how to hack screen files and otherwise pointers to sites with mostly Q screens, which all had the problems mentioned in my OP (i.e. various incompatibilities)....
Click to expand...
Click to collapse
chaznet said:
One that I did a while back for my Dash (for use with Facade), along the lines of 'less is more'...
Click to expand...
Click to collapse
One thing I suppose I should make clearer... nearly all of these other home screens do not provide for WiFi status/CommMgr access (the Q screens for obvious reasons since it doesn't have WiFi). But that's one thing that I absolutely need -- I use WiFi on the Dash more than GSM. I guess that's why I had to hack my own...
Yes I know about Facade... perhaps later... I do like the "less is more" aesthetic...

Programatically update today screen image

Hi all,
First a little background into what I'm attempting...
On my PC, I have a self created program which swaps the desktop image to one selected at random from a predetermined directory. There's lots of nifty features, such as image resizing to fit desktop, support for different images on different monitors in a multi monitor setup. etc.
But enough about that, as it's not really windows mobile related. What is related is the fact i'm trying to implement something similar on my Xperia X1.
Obviously I want it so I can have different images for the today screen when it's in landscape and portrait mode - like the built in themes do. I have to admit i'm fairly miffed that this feature isn't supported nativly in a nice easy non-theme related way. it's nigh-on impossible to find an image that looks good in both aspects.
Anyway, I did have something working. A small program which creates a stwater_480_800.bmp and stwater_800_480.bmp by selecting a random image from one of two predetermined directories, and then plonking said images in the windows directory. (Replacing the two bmp images put there by the theme i was using) No resizing of images or anything fancy, just a straight file copy.
This line of code:
SendMessage(HWND_BROADCAST, WM_WININICHANGE, 242, 0)
forces the today screen to update to the lovely new images after the files have been replaced.
All was well until I installed gtrab's excellent pure windows mobile 6.5 update (http://forum.xda-developers.com/showthread.php?t=588882). And although the app still works for the main part, i.e. it picks an image, and changes the background for the today screen, i have encountered a bug.
The image behind the updated start menu doesn't get refreshed - it stays as whatever the image was when the phone was last reset (Think it's specifically a hard reset? i.e. holding power button down the rebooting with sony ericsson logo etc).
Here's the code i'm currently using (Apologies for lack of comments, despite being employed as a vb.net programmer, i'm self taught and not commenting is a bad habit i've never gotten out of.)
Code:
Public Shared Sub SwitchBG()
Randomize()
Dim curdir As New IO.DirectoryInfo(SharedVars.LandscapeDir)
Dim imagefiles As IO.FileInfo() = curdir.GetFiles("*.bmp")
If imagefiles.Length > 0 Then
IO.File.Delete("Windows\stwater_800_480.bmp")
IO.File.Copy(imagefiles(Math.Floor(Rnd() * imagefiles.Length)).FullName, "Windows\stwater_800_480.bmp")
Else
MessageBox.Show("No Landscape Images!", "BGSwitcherPPC", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1)
End If
curdir = New IO.DirectoryInfo(SharedVars.PortraitDir)
imagefiles = curdir.GetFiles("*.bmp")
If imagefiles.Length > 0 Then
IO.File.Delete("Windows\stwater_480_800.bmp")
IO.File.Copy(imagefiles(Math.Floor(Rnd() * imagefiles.Length)).FullName, "Windows\stwater_480_800.bmp")
Else
MessageBox.Show("No Portrait Images!", "BGSwitcherPPC", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1)
End If
SendMessage(HWND_BROADCAST, WM_WININICHANGE, 242, 0)
End Sub
I'd love to know what I have to do to force the start menu image to refresh. I've googled for a while with no joys.
Incidentally, I did discover that i can use .jpgs for the background (makes sense really). Not sure if that will have any bearing, but i'll be changing the code to accept both bmp, jpgs, and probably gifs. Can't see that it will affect my specific problem, but thought it would be worth mentioning.
Once i've got this sorted, i'll be ready to tackle the next stage, which is implementing some form of schedule so i can wake up to a new today screen image every day.
Thanks in advance to anyone with any pointers.
Matt.
Sorry, just realised I should have posted this in the windows specific forum.
Still, any help much appreciated!
Okay, I've managed to do this. Via a hacky work-around.
Basically, I realised after a bit of playing, that if you set a "normal" wallpaper, all it does is create a registry key. But, rather handily, the start menu and lock screens (lock was also affected by this bug) would see this change, and update their pic.
Also, rather handily, if you set the registry to an image that doesn't exist, the image then defaults back to the appropriate stwater
so the workaround is as follows...
Every time i run the switch code, I write an incrementing value to the HKCU\software\windows\today\wall registy value. This can be anything, providing it's not a "real image"
when you next open the start menu, it looks for this "new" image, can't find it, so loads the appropriate stwater image.
I'm gona stick the program in an Xperia forum for some feedback/suggestions.
edit: link to app: http://forum.xda-developers.com/showthread.php?t=594763

[DEVELOPMENT] CycBubbles [Stage 1: Gathering Ideas]

A Small Story to serve as an introductory:
So a while back, when I got my brilliant Excalibur, I started developing small applications. Some of you may recall the, now long dead , thread I had called CycloneApps [By Request]. I started with C#, and did some ok things [in my opinion] and they helped serve as a learning block for bigger and better developments. I have gone from CMail.exe, the command-line replacement to tmail.exe, all the way to FFP_LockScreen [Fake FingerPrint LockScreen], which unfortunately was aimed at Touch-Screen phone users as a project I undertook as I showed interest on a thread in the Software Development sub-forum. I got my original inspirations and 'drive' to develop from this here community, the Excalibur owners or supporters, and I thought it be best that I now fulfill a request made by Ookba, the great Chef who has brought our phones new life.
See, shortly after I started taking requests, Ookba suggested I re-make SMSBubbles to be more functional with the ROM. At the time, with the speeds of the .NET CF, it seemed impossible to really do. But I come back to you all now with the knowledge of C++ So as a token of my appreciation to all Excalibur owners, I want to develop CycBubbles, an SMSBubbles remake with features YOU want!
--------------------------------------------------------------------------
Having said all of that, I ask now that if anyone has any interest in such a program becoming available to the Excalibur, they reply to this thread with Ideas concerning one of the following:
Soft-Keys: What should the LEFT soft-key and RIGHT soft-key do [ and under what circumstances] ?
Look and Feel: Do you like the SMSBubbles 'bubble', or do you want something different? [Realize that more complex designs = slower speed]
Rules: How about some filter-rules about when the bubble should or should NOT appear.
Positioning: Do we all like the bubble at the bottom of the screen? Maybe we can make it more PPC-Like if it were in the Center, or from the TOP.
Extra Functions: What kind of extras would you like? (i.e. Should I utilize the 0 - 9 keys on the keyboard to do something?)
Once I get the ideas from YOU guys/girls, on what YOU want this program to do, I can start developing
Please consider
if you want to see this program really flourish
Reserved for later use
Rules would be awesome. How about setting bubbles only for certain contacts? Would the .cab install work for other ROM's besides ookba's?
I would most definitely aim to make the program ROM INdependent.
Thank You for the feedback
it would be interesting to make the left and right soft keys customizable...
and as for the location/look of the bubbles, that to would be nice to customize and to relocate wherever the user feels. top, bottom, left, right, center...
the rules sounds good, and maybe apply an ignore feature to certain annoying contacts lol. like a black list on contacts that the bubbles won't show up for.<-- pretty much what Frostmoon said. lol
pretty much make it user customizable friendly.
nice to see you around these parts again.
Due to the rather disheartening amount of feedback on this thread, I will most likely not develop this in the near future .
I am currently consumed with finishing up my next version of Fake FingerPrint LockScreen for Touch-Screen phones, but that should be over in about a week.
I have been pondering re-starting development on my Horizon Home-Screen, if any of you remember that (if not, you can search it). My further knowledge of C++ will most definitely assist me in making this HomeScreen I had dreamed of making a while back when I only knew C#.
So I suppose be on the lookout for any news on that, and check here occassionally to see if I post back. For now, I am going to leave this on Stage 1 (Gathering Ideas), NOT DISCONTINUED, because I do hope to have the time to come back to this soon and give back to the community that started me off
Cyclonezephyrxz7 said:
Due to the rather disheartening amount of feedback on this thread, I will most likely not develop this in the near future .
Click to expand...
Click to collapse
Yeah it's a real shame as the idea was requested by users yet response so small, no longer have an Excalibur but think that the development of a SMS bubble app with more configurable options would be welcomed by many smartphone users and not just Excalibur, maybe worth thinking as a project for D&H rather than just Excalibur users.
>sms bubble duration
>marque of sms
>if recived multiple sms we shuld b able to select the one to view....
>customizable soft buttons becoz diffrent user wants different settings..
>user created themes
> rules is another great idea... coz somtimes service provider sends lots of annoing sms + others
>hide the vip sms.. and it requires password to view the sms( it can b a seperate function to lock the sms bubble with password)
>photo of the sender... if it is from the saved contact...
> a floating bubble would b great the flows from up-down or vice versa.... until the user press a button..
somecuitears said:
>sms bubble duration
>marque of sms
>if recived multiple sms we shuld b able to select the one to view....
>customizable soft buttons becoz diffrent user wants different settings..
>user created themes
> rules is another great idea... coz somtimes service provider sends lots of annoing sms + others
>hide the vip sms.. and it requires password to view the sms( it can b a seperate function to lock the sms bubble with password)
>photo of the sender... if it is from the saved contact...
> a floating bubble would b great the flows from up-down or vice versa.... until the user press a button..
Click to expand...
Click to collapse
good ideas!
stylez said:
Yeah it's a real shame as the idea was requested by users yet response so small, no longer have an Excalibur but think that the development of a SMS bubble app with more configurable options would be welcomed by many smartphone users and not just Excalibur, maybe worth thinking as a project for D&H rather than just Excalibur users.
Click to expand...
Click to collapse
yes, it is a shame. i was really looking forward to this.
best of luck with you home screen development, will check in on that time to time.
somecuitears said:
>sms bubble duration
>marque of sms
>if recived multiple sms we shuld b able to select the one to view....
>customizable soft buttons becoz diffrent user wants different settings..
>user created themes
> rules is another great idea... coz somtimes service provider sends lots of annoing sms + others
>hide the vip sms.. and it requires password to view the sms( it can b a seperate function to lock the sms bubble with password)
>photo of the sender... if it is from the saved contact...
> a floating bubble would b great the flows from up-down or vice versa.... until the user press a button..
Click to expand...
Click to collapse
As stated above, good ideas!
@Cyclonezephyrxz7 - This can be a good start don't you think?. Thanks for your work dude, I hope to see this project rolling out
@Mr.Clown (and all others too)
Yes, it did serve as a sort of inspiration to start up. Thank You to those who did contribute ideas thus-far. I have not started up a thread yet, but http://forum.xda-developers.com/showpost.php?p=7166724&postcount=39
Expect something soon (Within a month maybe?)
Also, I am now officially a co-founder, and primary developer for Chicken-Egg Solutions. This will become my main venue for application development and requests, as well as web-design, computer repair, and problem solutions (Most of these will be taken care of by my friend, the other Co-Founder). The website will be up soon (www.chicken-eggsolutions.com), check back every so often
Hi Cyclone,
We met in another thread. But I would like to raise my function request here for your consideration.
I am looking for a delivery note management function that allows my to keep track of my sms receiver. I would like to know who, by name, have received my sms and at what time. I don't know if such function is appropriate for the software you are developing. If so, please consider to add this function into it. If not, appreciate if you can point me to the right direction.
So are you requesting, as opposed to the normal Delivery Requests that Windows Offers, to make a type of 'Delivery Notification' that gets stored in some XML-like file for future reference?
It will be great if the software can list out the receiver name and date/time of the delivery notification. It will ever greater if it can match the sms/delivery notification with the acknowledgement send out by the receiver after receiving my sms.
If it only output an XML, user will have to figure out how to display it on a mobile phone.
how about an option of reading the incoming sms....like in nokia mobiles
Like Text-To-Speech?
Cyclonezephyrxz7 said:
Like Text-To-Speech?
Click to expand...
Click to collapse
ya... how about that.. i think it shuld be customizable soft button or a different button..
I will see. I feel that that may increase the size of the app distinctly, and also distinctly reduce the speed. Although I could probably figure a way to not let it be affected.
Anywho, Thank you, ALL, so much for these ideas. I suppose that I will start attempting to make this once I am fully done with my FFP_LS pro (Which, by the way, works on Excaliburs! and other non-touch-screen phones ) and when I get my internet back fully.
Cyclonezephyrxz7 said:
I will see. I feel that that may increase the size of the app distinctly, and also distinctly reduce the speed. Although I could probably figure a way to not let it be affected.
Anywho, Thank you, ALL, so much for these ideas. I suppose that I will start attempting to make this once I am fully done with my FFP_LS pro (Which, by the way, works on Excaliburs! and other non-touch-screen phones ) and when I get my internet back fully.
Click to expand...
Click to collapse
Thanks for your work and for sharing it, we will wait then
Revised Idea, and then some
Okay, so this post contains a little meat to it
1) I want to let people know about FFP_LockScreen Pro 2.0, now available on my website( www.chicken-eggsolutions.com ). My partner and I do app development as well as web design/development. FFP_LS Pro 2.0 is fully based on C++, has many customizable components, and best of all it is (what I consider to be) a pretty legitimate replacement lock for our phones. I have made this version (and all future versions) compliant with our lovely Excaliburs. Instead of having to press the screen, trick people with a "slight of hand" by putting your finger on-screen while pressing the space-bar with your knuckle (thats how it works for me) and it will start scanning. Trust me, it mystified half my family already haha. Anywho, it is shareware, so there is a free NON-EXPIRING trial. THe trial has its limiatations however. Also, another feature that is in this for our lovely Exca's that is currently NOT available to TOuch-Screen phones is true replacement (sorta) of the default lock. By using specific API commands, I was able to get it to run when we initiate the default lock! Cocky as it may sound, I feel this lockscreen beats S2U2 in 3 ways: (1) Tests have shown it to boot faster, (2) it actually replaces the default lock, and doesn't use some timeout trick, and (3) is actually blocks other windows [unlike S2U2 which can be overridden by pressing the TaskManager key or Messaging Key (on my phone at least)]. So yeah, personally I recommend it, but I made it. I will extend the same challenge here as I did on the Development forums: If you can make an interesting skin for the program, you can win a free license (3$ value)
2) So recently I have become extremely pissed off with tmail.exe. When I have actual 'conversation - length' messages, it is slow and just overall frustrating! So I thought, "Hey, I am already starting CycBubbles...why not make it a whole 'suite' type thing". So I am considering making my own Messaging Client EXE. It would be a major switch, as it would eliminate CE MAPI for the most part (it would keep messages stored there, but its main access would be via XML). Then as an extension to this I can h ave CycBubbles. Generally, I find, SMSBubbles works...and it is reliant on CE Mapi, so I can make one reliant on XML, not CE MAPI, that works comfortably with my own client. What do you think of that idea? This would obviously require a lot more time. But if it is what I imagine I can do, it will be faster and better
So I guess that is it really... If i remember anything else I wanted to say, I will post back again!

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

Categories

Resources