PDA

View Full Version : Developing a simple Touch Scroll Program Launcher


lordbein
13th January 2009, 10:35 AM
Hello,

I want to develop a simple touch scroll program launcher in C# like seen on TF3D under show all programs. So basically it should work like the KList source found in this forum and should point to the startmenu / programs directory. For each KItem there should be extracted/drawn the icon of the *.lnk or *.exe and the name of the programs. On tapping the KItem the selected program should be executed.
The launcher/Kitems should have a background image.

I thought before I will start developing (start project would be the KList project) I ask you if there is maybe a similar project in development where I could start out?

Thanks in advance,
lordbein

Mr_Gee
13th January 2009, 10:41 AM
something like this :
http://forum.xda-developers.com/showthread.php?t=437773

But you should really adhere to the forum rules and post this question in the general questions thread...

lordbein
13th January 2009, 11:35 AM
thx for your reply. I will make my question in the General Q. thread. By the way the link to this thread is something that could be compared to what I am looking for. Is there some source code available for this project?