Has anyone else seen this UI? - Windows Mobile Development and Hacking General

http://pavanpodila.spaces.live.com/blog/cns!9C9E888164859398!480.entry
The enabling UI technology was Windows Presentation Foundation (WPF). With WPF we could rapidly build something that looks a lot like iPhone in a very short time. I was playing the dual role of a Designer + Developer and tools like Blend and Design greatly helped in skinning the app. Below you can see a bunch of screenshots and a short video of accepting a call.
Notification received. You can talk, IM or just ignore.
{
"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"
}
In an audio chat (call)

Contact list
Video of accepting a notification (via Talk)
How was it built?
* Blend and Design were used for creating the skin of the app. The XAML UI was created in Blend and the graphics were developed in Design. I had made a post earlier about how the icons for the app were created in Design.
* The GlassWindow control was used for creating the window chrome.
* Although you cannot see in the screenshots above, the Drag 'n' Drop library was also used
* I missed out using the ElementFlow, but that can be easily added. I only need to find a business case for that
This example only goes to show how powerful WPF can be. With greater tool support from Blend + Design, lot can be achieved in a far lesser time. Now until I get my own iPhone, I will continue to use the WPF version

Didnt know you could get WPF on win mobile, would be nice to see it used to do something other than clone the iPhone though

iPhone is overrated. It was a fad, we dressed our pdas up for a while, but its tiring. I feel for iPhone owners who actually have to deal with it everyday.

If you look on the link you provided in your first post, you'll see a video that shows this is not running on a mobile but on a desktop. WPF is a component of Vista, and the app probably runs in an emulator of some kind (you can see a mouse cursor in the vid).

Related

Palm messaging clone

I recently got a Cingular 8525 and really want the threaded features that the Palm application seems to provide. I've looked around a little bit and found nothing compelling for free or for sale. Everything I've seen so far is bloated (.NET), buggy, or ugly. No offense intended.
I'm proficient in C++ and have written some PPC 2003 applications in the past so I'm going to roll my own program in my free time.
These may not all be possible but my goals for the first release are:
Plays nice with Pocket Outlook (messages and their state (new, read appear in both places)
Integration with Notifications (display message and launch application in the usual manner upon receipt of a message)
Integration with Contacts application
Proof of concept design (SMS only, minimalist interface)
I'll then post it and the source code and see what additions and visual enhancements poeple want most.
First:
All I've seen of the Palm application are some screenshots on engadget. Would someone with the Palm application be willing to send me a series of detailed screen shots showcasing their favorite UI features?
I can tell when a UI is done well and when an application looks good, but I'm no good at coming up with stuff myself.
I only ask about UI features now to help me architect things in a way to make help me more easily implement features people want later.​
Second:
Are any developers out there able to point me in the right direction for the Pocket Outlook and Contacts integration stuff? I'm currently reading a ton of documentation searching for this and a pointer might speed things up considerably.​
Finally:
If there's already an open project doing the same thing I'd rather improve that than make my own. Does anyone know of one?​
the official palm messaging app has been extracted and ppl have been working on getting it to play nice with most wm5 devices. check out:
http://www.ppcgeeks.com/palm-threaded-sms-program-for-wm5-beta-4-update-11-21-t978.html
This is where all the action's going on. you can get a copy of the app by PM ing the ppl there. It works very well with the TyTN and interfaces very nicely.
anyone have any more screenshots of the palm messager? I'ld like to see it before i take the plunger
Take the plunger, lol...
Found these on another site. Remember tho, Palm has asked us not to distribute the app. Please respect their authority
{
"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"
}
http://gadgetsonthego.net/2006/10/palms-threaded-sms-app-for-all.html
V

Complete iPhone-like UI on a JavaME phone

Thought you guys might be interested in this.
{
"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"
}
Work in progress. Video URL: http://www.youtube.com/watch?v=k0MqPMMBUqQ
The application mockup is done in JavaME. The UI engine powering all the animation is from UK's Tricastmedia - TWUIK
Not enough? Lots' more videos showing prolished GUI created with TWUIK here -> TWUIK UI midlet demos. See Nokia Widsets and Yahoo! GO UI mockup developed using TWUIK.
Wow...that GUI looks nice. Very interesting. Does anyone think something similair can be created for the java machine on our PPCs?
where do u download it
that looks pretty cool... as ive read you not going to be publishing this? am i correct? would really like to try it out on my TyTN
If they're not gonna release that, then why show it off?
On J2ME? But why? A bigger memory hog?
I dont think this can be used on a pocket pc, since it's not java oriented.
S60 will work.
J2ME to make it work with most MObile (ppc included)
hamoda-t: notice that you need a touchscreen, which not all mobiles have, in fact only few do.
I don't remember Nokia being tactile? (but I don't follow Nokia scene development).
And Windows Mobile has a built in Java virtual machine....
Hi,
Tricastmedia has WM5/6 compatibility for TWUIK, so... It can run without problems since TWUIK is cross platform, using Java or native PPC code or any other supported platform. Read @ Tricastmedia page.
Regards,
Taguapire.
Please share...
mobiko said:
Thought you guys might be interested in this.
Work in progress. Video URL: http://www.youtube.com/watch?v=k0MqPMMBUqQ
The application mockup is done in JavaME. The UI engine powering all the animation is from UK's Tricastmedia - TWUIK
Not enough? Lots' more videos showing prolished GUI created with TWUIK here -> TWUIK UI midlet demos. See Nokia Widsets and Yahoo! GO UI mockup developed using TWUIK.
Click to expand...
Click to collapse
mobiko,
Is there any posibility that you can share this application with us??
SubliMobi RSS Reader
Have you tried SubliMobi RSS Reader (http://www.sublimobi.com) ? It
works on my mobile and it's free.

Testers needed for WMOptimizer v0.0.0.1

Hi all, this is my first time to write a post here, I need some testers for the application I am developing - WMOptimizer, it's basically a tweaking application for Windows Mobile. I know there's already some tweaking applications like XperiaTweak, Tweak2k2, and DiamondTweak for WinMo tweaking purposes, but I intended to make WMOptimizer finger friendly and visually appealing. Maybe this two enhancements are optional to most users out there, as functionalities are most important of all, but I want to test my ability of using .NET Compact Framework to make an application that is generally acceptable by the public.
I'm a international student studying in Australia Queensland University of Technology, the reason why I'm developing this application is because I want to try and sharpen my own programming skill and if possible add this into my port folio/resume, as an international student from Malaysia, a strong resume is very important, I hope to use this opportunity to strengthen my resume.
I've opened a wordpress blog for this application, http://wmoptimizer.wordpress.com/, I will post the most recent updates of this application there.
WMOptimizer v0.0.0.1 can be downloaded at my Skydrive here, please leave a comment here about the application.
It's developed in WVGA resolution, because I only have one WinMo device, Xperia X1, so it's my only option, please try the application using other WinMo devices and let me know the results and what you think about this application, thank you so so so much!
You can contact me via leaving a comment on wmoptimizer.wordpress.com or email me [email protected]
{
"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"
}
i tried it seems to be very promising however in present state not very useful .
When more features are added, I'm willing to try it out. I don't think it will be ground-breaking, as for instance Schap's Advanced Config can do this already, and so much more..
Keep going on your good work mate! Seems very promising !
promising but not that useful considering the lack of features. your next version should have the majaority of whats in advanced config 3.3

[APP] qSudoku - Beta Testers Needed!!!

{
"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"
}
Hi, I'm a student in Queensland University of Technology at Australia. I'm developing a Sudoku game for Windows Mobile 6 Professional with WVGA resolution, I have a SE Xperia X1 but I need your help!!!
This is my second attempt in developing Windows Mobile application, last time it was a big failure, but this time I've put a lot of effort in this application in order to make it very graphical appealing, use-able, and powerful, y'know this is very hard in WinMo platform, either it will crash or it will take too much memory/processes to run it.
I've used smallest amount of custom build controls to make this happen in qSudoku, I want to make it user friendly, finger friendly, apply the concept of "a screen full of content", and graphically appealing. So far I've only tested it myself and I want to know what do you guys think
Please go to Faculty Of Geek for more information about this application (or me )
Email ([email protected]) to me if you want to provide feedback or just anything
(Download links at the bottom)
Current features:
Four levels to choose from (easy, medium, hard, insane!).
Load and save.
Multiple numbers in one square.
Clear all numbers in one square at once.
Check numbers in all square. (that's where the red 'x' appears )
Hint
Show solution
Check answer (the 'All Done!' button)
It's full screen
In this version.....
Only 6 puzzles available.
No settings available.
New Game and Load Game buttons will take few seconds to respond (which is obviously not good).
Will expire on 15 May, 2009
Has no icon and sounds :-(
In future versions.....
Will improve memory management
Will provide option to turn off full screen
Will make the application more responsive
Will support more screen resolution
Will support non-touch screen device
Will make the hint not so 'obvious' (you'll know why once you play it
Downloads:
WCGA device with .NET Compact Framework 2.0
WVGA device with .NET Compact Framework 3.5
Here's some screenshot:

Any developers need a designer?

Since many Android apps lack any visual awesomeness, I am willing to help most developers create themes or concept designs of their apps in Photoshop.
Some of my work.
Please PM me or post here!
Here is a mock up I made for a supposed Twitter application:
{
"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"
}
Can you draw sprites for games?
Well, I am not actually good at character design, I meant like UI/GUI designs for twitter, social, messaging, home replacements and that kind of applications
*Edit - although I may be able to, I have a Wacom tablet for a reason... lol. I just haven't tried yet.
Do you charge? if so how much?
Depends on how much work you need done. And it might be free if theres only a little bit of work and I get the app free. Sounds fair enough?
If you have any questions, discuss pricing, amount of work, deadline with me on my IM...
AIM - [email protected]
MSN - [email protected]
Yahoo - [email protected] (email here too)
If you need estimates tell me how much work.
*Not really in it for the money I will earn, but for the development of Android itself.*
Basic estimates:
*Couple of pieces of GUI for the app* -Free, but I want the Application free.
*Whole concept, design, and creation of the entire interface* - $25-45 based on complexity
*Icon(s)* - Free for basic icon, but want App. Many icons, around $10-50 based on amount and complexity
*Concepts* - $15-25
*Everything GUI (Icons, themes, styles, interface)* - $60-100
Will you do it for iPhone apps too?
dr1337 said:
Will you do it for iPhone apps too?
Click to expand...
Click to collapse
Sure. I have a spare 3G laying around... why not? I hope you mean iPhone app "GUI" not coding them as i have no idea how to code at all.
Lets talk about it if you are interested.

Categories

Resources