TinyList for Android

Hello everyone!

I’v just released my very first app made with Corona.
It is a simple To-Do list app that hopefully will make your life a little bit simplier, i know it will for me.

  • Simple touch to check/uncheck task.

  • Slide to the left to delete task

  • Slide to the right to edit task

  • Slide to the right until the pen appears then down

  • Pinch to close list

  • Pinch outwards to create a new item between two items.

Other functions:
  • Sort list alphabetically

  • Sort list by completion

  • Clear list

  • Search for lists/tasks

  • Share list via email or textmessage.

I hope you like it!

A video of the app in action ( simulator )

:

http://www.youtube.com/watch?v=KEqmIXmKoEY

…and to Google PLAY page:

https://play.google.com/store/apps/details?id=com.marceloblanco.tinylist

/ Marcelo Blanco

[import]uid: 103182 topic_id: 24978 reply_id: 324978[/import]

Congratulations on your first Corona made app!

This looks really nice, loving the colors and layout :slight_smile: [import]uid: 52491 topic_id: 24978 reply_id: 101478[/import]

Hey @Marcelo,

COngrats!

If it is your first I can say you`re very advanced already! :slight_smile:
Cheers,
Success!
Rodrigo. [import]uid: 89165 topic_id: 24978 reply_id: 101501[/import]

great stuff! did you do the backend with sql lite? [import]uid: 90610 topic_id: 24978 reply_id: 101509[/import]

@peach Thanks! It feels great!

@RSCdev Thank you! Well, its not the first thing i’v coded =), but definitly my first app coded in corona/lua.

@ Thanks! Yes, i’v used sqlLite for saving all the data.

[import]uid: 103182 topic_id: 24978 reply_id: 101566[/import]

I would like to launch this app for Kindle Fire as well, but since i’m not living in the US, i’m not able to buy one myself.

If someone owns a Kindle Fire, are you interested in testing this app for me? I’ll send you an apkfile, so you don’t have to buy it of course.

[import]uid: 103182 topic_id: 24978 reply_id: 101583[/import]

@marcelo: thanks! and did you use the tableView widget? i love your controls and interaction design. how did you do the slide?

thanks! [import]uid: 90610 topic_id: 24978 reply_id: 102675[/import]

@dingo : Nope, i haven’t used any widgets for this app. hm sorry, i am not sure what you are referring to as “slide”? [import]uid: 103182 topic_id: 24978 reply_id: 102703[/import]

oh cool, awesome :slight_smile:

i thought you would have used the widget library. i am not sure if i am going to use it either. nevermind the slide question, it’s all clear now :slight_smile:

congrats again! [import]uid: 90610 topic_id: 24978 reply_id: 102706[/import]

ok cool =)
What are you planning on building?

I have never used any widgets in corona, since i think they will just limit for what you can do.
I always make my own “widgets”, it may take longer, but its definitely worth it.

I’m not even using the regular transition class since it doesn’t even have a pause or resume function. So i have created my own =)

[import]uid: 103182 topic_id: 24978 reply_id: 102708[/import]

well, I did the same with the transitions :).

actually i am planning a similar app to yours… it works the same, thats why i am interested :). but dont worry, its not about the same content :wink:

…i think you got some nice stuff there, and i guess i need to do it by myself too :smiley: [import]uid: 90610 topic_id: 24978 reply_id: 102711[/import]