Share My Creation ToDo list

Here is a very simple ToDo list program I use to remind me simple tasks and buying lists.
It's designed for 480/800 screens.
Bug reports and suggestions are welcome.

The program needs following libraries:
- AHLocale
- Dialogs
- IME
- RandomAccessFile

You find the list of all libraries here.

Best regards.

EDIT: 2012.07.20
Updated to version 1.2
Removed some bugs
Added multilanguage english, français deutsch
 

Attachments

  • ToDoList_1.png
    ToDoList_1.png
    42.7 KB · Views: 12,103
  • ToDoList_2.png
    ToDoList_2.png
    38.2 KB · Views: 1,219
  • ToDoListV1_2.zip
    40.1 KB · Views: 1,382
Last edited:

JoanRPM

Active Member
Licensed User
Longtime User
Thank you Klaus.
Always goes well to have examples of code.
I will study.
Greetings.
 

Ida

Member
Licensed User
Longtime User
Danke Klaus,
sieht schön aus.
Den Code habe ich ausgedruckt, um zu üben ...
Habe auch das Programm auf mein SGS bekommen.
Nach Drücken der rechten Hardware-Taste (Back) wird das Programm aber immer beendet, auch wenn ich auf "Nein" gehe.
Im Setup habe ich nichts verändert, also beides angekreuzt.
Kann man das etwas machen?

Nach langer Zeit mal wieder
Ida
 

Ida

Member
Licensed User
Longtime User
Danke

Hallo Klaus,
vielen Dank für die Änderung - und andere Änderungen wohl auch oder?
Danke auch für Deine Begrüßung "in der Android-Welt".
Nach langer Zeit will ich es mal wieder versuchen.
Gruß von Ida
 

gulliver

Member
Licensed User
Longtime User
Hello Klaus.
I downloaded long ago your program.
Now I was looking at it.
Well done, I have to study it carefully.
Thank you for sharing.
If you want, I can give you the Italian translation file.
 

Beja

Expert
Licensed User
Longtime User
Dear Klaus,
Thanks so much for sharing your creations. we will definitely benefit from the project and the code.
After unzipping it and tried to run it, I found a few object names redded out!
AHLocale
FileDialog
InputDialog
and of course their aliases also were in red and therefore could not run it.
am I missing a lib or something?
Also didn't find the APK file..

Thanks again.
Beja
 

klaus

Expert
Licensed User
Longtime User
The program needs following libraries:
- AHLocale
- Dialogs
- IME
- RandomAccessFile

You find the list of all libraries here.

I manly compile in Debug mode so the apk file is the ToDoList_DEBUG_apk and don't always recompile in Release mode.
As I provide the whole code every licenced user can recompile it (with the needed libraries).

Best regards.
 

gulliver

Member
Licensed User
Longtime User
Italian translation

Here is the translated file and thanks again Klaus :sign0188:
 

Attachments

  • todolist_it.txt
    481 bytes · Views: 399

bsnqt

Active Member
Licensed User
Longtime User
klaus

That's really great! Thanks so much for sharing this. I can study thru the codes you shared as well and btw it is one of the most user-friendly task apps I've ever seen and used

(I used to use the app named "Task+")

Once again thanks!!!
 

FRM

Member
hey
I want to run your code but i can not seem to find the additional libraries. It says not found and error
 
Top