Showing posts with label Symbian Programming. Show all posts
Showing posts with label Symbian Programming. Show all posts

Sunday, May 3, 2009

Smartphoneware Best TaskMan V2.03 S60 V3

Running applications and tasks control, ability to substitute built-in system task
manager or work along with it, 'Windows Alt-Tab' style task switcher, a unique way to access favorite applications (Quickstart), running processes control, and many more advanced
functions to explore.
Best TaskMan shows comprehensible information about programs and processes running on the device. Unlike built-in task switcher it tells you exactly what programs are running on your smartphone and it gives you answers to the obvious ensuing questions, such as where these programs reside, memory they consume and what capabilities do they use.
In addition to that you can switch between running applications, close unneeded ones, launch your favorite applications fast (quickstart) or go deeply with enhanced process viewer and installed applications list.
If you really want to know what's behind of the screen of your device and want to control it then Best TaskMan is the application for you.
Features include:
Task list and task switcher
Memory View
Quick start functionality
Integration to the system and customizable activation
Overview and control running applications
Ability to exclude applications from tasks list
Ability to close or kill an application
Customizable 'close all' command
Detailed information about each running application
Overview and control running processes
Ability to close or kill a process
Overview of the list with installed applications
This view shows the information about running applications. You can see what applications are running currently, switch to the needed application, get information about any running application, close some application or all applications at once. You may also see the amount of memory available at the end of the list.
This view shows brief and detailed information about your device memory, phone disk and memory card
This view allows you to increase the productivity usage of your smartphone. You can place here all most used applications and access them very fast when you need them.
You can start an application directly from this view but there is also Quick start launcher - a unique and very fast way to start favorite applications.
TaskMan's Task Switcher is an alternative way to cycle applications (that requires much less key presses to switch between applications). TaskSwitcher has the same look and feel as "Alt-Tab on Windows".
Taskman is wide screen friendly,
you can see on this screen how task switcher works on Nokia E90



Top Blogs

IF YOU LIKE SHARK MOBILE SERVICE THEN BE COME WITH US AS A FOLLOWERS.
(JUST CLICK & SIGN IN : Follow this blog )

Tuesday, April 7, 2009

Simple DirectMedia Layer Adaptation for S60

S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But S60 SDL does more than makes porting easy: S60 multimedia applications can be implemented without any knowledge of Symbian C++ native API and a developer can use SDL and standard C, C++ interfaces. The SDL development supports both Nokia OpenC and Symbian stdlib (ESTLIB) C implementations.
With S60 SDL it is possible to port applications to S60 without a single code change. But S60 SDL has a special S60 API that makes integration to mobile platform easier. As in practice S60 devices usually has a small screen and limited input posibilities, CSDL interface helps to do adaptation without changes to the original code base. However I want to address that CSDL interface is not needed when application desing is considered to support multiplatform. SInvanders is a space invanders game that should work on any platform that has SDL implemented.
The S60 SDL supports OpenGL ES development. Its possible to create SDL Surface for OpenGL ES content and manage that with SDL's platform independent OpenGL API. In S60 devices that dont have hardware accelerated OpenGL, a software rendered is used automatically.
S60 programming without Symbian!
Earlier versions had some problems using S60 SDK GCCE compiler, but they should be fixed now!. However if you have any problems, please let me know.

DOWNLOAD





Top Blogs

IF YOU LIKE SHARK MOBILE SERVICE THEN BE COME WITH US AS A FOLLOWERS.
(JUST CLICK & SIGN IN : Follow this blog )