Language Support & Plugins (SecondToday) - Touch HD General

hi
i was wondering if i could add other languages ... e.g. i got songs with korean a) titles. how do i get the hd to display them properly?
b) i am looking for certain plugins, which i can use with secondtoday, expecially for appointments, tasks, emails

Related

Actual tasks on today screen.

What program do I need to use that will enable me to have tasks on the today screen with a new line for each one ? All you get with the built in is no of active tasks ie 1 active task.
I would like something like
take dog for a walk.
remember to buy dog to take for a walk
watch some tv
etc...
Is there just a little today plugin you can get rather than one of those whole packages that does loads of stuff ?
spb diary will allow this, but it also extensively changes your diary contacts and notes features.
alternatively, i use calendar entries for this, tick them as private, show calendar for all upcoming events.
TaskPlus should do the job..I havn't tested it out on WM2005 but don't see any reason for it not to work.
You can get it here http://freewareppc.com/utilities/taskplus.shtml

[Req] TF3D Game tab

First sorry for my english,
I would like to request a new tab for touchflo 3d. I think that it's easy. It's a tab similar to the original Program tab, where you define shortcuts to the apps, but I want to use this "second" program tab, just to put games shortcuts, so I can use a joystick icon to represent the tab on the slide bar.
I also have intresting for the Rss feeds tab, but already exist a thread for this request.
thanks, and again sorry for the english
personally i have no idea about how to do this but i do have some kind if alternative, seeing that you want the games organized well in tf3d.
there is a method to add folders to the application tab.
i dont remember how but if you are interested i can post it here if i find it (i need it myself too)
it's a alternative, but I really want a tab just for the games shortcuts, so we could have a joystick icon on the slide bar.
I know that I can use the program tab just to put games, but I want both of them, programs, and games tab
danilovac said:
it's a alternative, but I really want a tab just for the games shortcuts, so we could have a joystick icon on the slide bar.
I know that I can use the program tab just to put games, but I want both of them, programs, and games tab
Click to expand...
Click to collapse
I dont know if im worng or not, but...
Copying, renaming the manila file for programs tabs, and addiing like other new tabs like calendar and comm manager, it's possible to have more "programs tabs" for: Multimedia, Games, Other Stuffs...?
Maybe the masters will help u dude
no one has idea how to do this? I think that is simple, should be something like duplicate the program tab, and rename it to games...
I would also like to have a seperate game tab.
Great idea!
Yes, ofcourse you can go to programs and then games.
But this new feature should make things easier and more fun!
Great idea, hopefully someone can creat this?

[REQ] A-Z list and Auto update for Manilla Audiomanager

Hey Guys,
I might as well just ask: Is there a way to add a A to Z listing (like the contacts) on the Music Tab in TouchFlo3D? Also, is there a way to add an option to the library menu to "update music library"? Now you'll have to manually delete the file in Application Data\HTC\Audiomanager_eng\.
I hope this isn't asked too much before, but it really could help my HD's 500+ music library...
yes, it s good idea
i have a problem to use audiomanager
i prefer the first version (htc touch)

[WM6.5] There is a way for remove favorite from titanium?

i don't use this thing, because there are only links to web page
there is a way for remove Favorites from 6.5 today?
another thing: there is a way for set others titanium plug in (ex. 1st SMS, 2nd phone calls, 3d calendar etc etc) ?
djsolidsnake86 said:
i don't use this thing, because there are only links to web page
there is a way for remove Favorites from 6.5 today?
another thing: there is a way for set others titanium plug in (ex. 1st SMS, 2nd phone calls, 3d calendar etc etc) ?
Click to expand...
Click to collapse
You should use the search feature. There are plunty of post describing how to edit the registry for this, plus there are 2 app's that do it in a GUI interface for people who don't want to mess with the registry.
That being said, search for Showaco's "CHome Editor".
try to look for titanium customizer app.. it allows you to edit your titanium panels...
http://forum.xda-developers.com/showthread.php?t=512121 (An unfortunately closed thread about many 6.5 plugins etc)
http://forum.xda-developers.com/showthread.php?t=506951 (CHome Editor - so you can enable or disable plugins including favorites..)

[Q] learning app for kids - what language should I learn to developed it ?

Hello programmers
I would like to do learning app for kids
the app will include :
1- registration -> to show the score that he got from quizzes and also display hes friends score (like a competition between friends)
1.1 - registration can using facebook , twitter so he can invite his friends to the game and play with them.
2- voice -> to say the name of the items (numbers, alphabets, animals, foods ... etc)
3- some animations -> for the quizzes answers (correct or incorrect) and going to next quiz. Also for menu
4- moving items by user -> to move the items (answer) to the correct picture
what languages should I learn to do this app?
I know Java , also I have create some basic apps for android from android tutorials like note , Calc and many basics app
but the design is regular android design
so for my app it needs other design for kids and it need be more colorful (including with any event user make)
I'm good designer using photoshop but I don't know how to get the sizes for the android layout and items sizes
also for registration : do I need to make database using sqllite ?or I have to create database online "mysql" for example ? or if i do registration via facebook only so I'll get the database from facebook ? (I haven't try to do facebook apps before)
as I said before the registration is only to display the score between user and his friends
for moving items (answers) to the correct pictures . is it the same way when I do it using JFrame in java ? so I just need to do an object then control it wit MouseMotionListener then mouseDragged and mouseMoved . what are the names for the events, interface listener and functions in android
about the "Voice": is there a website that I can download the sound for most of Items (numbers, alphabets, animals, foods) for free ? or should I create it by myself ?
also is it better to create many sound files? Or using Text-To-Speech (TTS) ?
I know how to play a sound file in my program
but if you suggesting using TTS can you please give me a link to learn how to use it
my question again .. what exactly should I learn to do this app with the details the I gave above ?
what I mean is don't please tell me you should learn for example Java tell me what I have to learn in java for android
such as what are the names for the events, interface listener and functions in android for MouseMotionListener - mouseDragged and mouseMoved
thanks
For graphics check Google's design guidelines. You can set any image as the background of a view. So being good at Photoshop is great.
I think that you will need to use Sqlite databases. You cannot handle other ones in Android (Ok. Maybe with some libs)
However, sometimes it can be done with files, too. That would mean maybe encrypted text files.
Use Android DPI Calculator to get the translation from pixels to dip for all screen resolution. You just input a width and/or height in pixels and it gives you the translation and even tells you if you'll get half pixels
For the APIs codebase, I guess the documentation is the the best place to look if you already know java : http://developer.android.com/guide/components/index.html
Here is a good tutorial on how to achieve "drag n' drop" : http://www.vogella.com/articles/AndroidDragAndDrop/article.html

Categories

Resources