Re: [android-developers] Backup file

2010-08-09 Thread Arthur Neves
Ok, this is the thing that I wanna make sure,... so I have to make one screen for it, right? On Mon, Aug 9, 2010 at 5:16 PM, Mark Murphy wrote: > On Mon, Aug 9, 2010 at 5:11 PM, Arthur Neves wrote: > > No, I did not reject, I just reject the idea to send the backup file to a &

Re: [android-developers] Backup file

2010-08-09 Thread Arthur Neves
:02 PM, Mark Murphy wrote: > On Mon, Aug 9, 2010 at 4:54 PM, Arthur Neves wrote: > > yeap, cool, that`s a good solution, but in Blackberry, I don`t have to > add a > > screen in my app to do the backup/restore managements, the user do this > by > > the software(Desktop M

Re: [android-developers] Backup file

2010-08-09 Thread Arthur Neves
/restore. Is there anything similar for android? On Mon, Aug 9, 2010 at 4:49 PM, TreKing wrote: > On Mon, Aug 9, 2010 at 3:44 PM, Arthur Neves wrote: > >> Before he lose, there is a way that he can do a backup of the databases >> from my app? > > > Just co

Re: [android-developers] Backup file

2010-08-09 Thread Arthur Neves
, TreKing wrote: > On Mon, Aug 9, 2010 at 2:55 PM, Arthur Neves wrote: > >> I have a issue about the backup part. >> > > What is "the backup part"? > > >> I wanna do a backup of my application, however I don`t wanna send for >> google`s server(andr

[android-developers] Backup file

2010-08-09 Thread Arthur Neves
Hi everyone, I have a issue about the backup part. I wanna do a backup of my application, however I don`t wanna send for google`s server(android service) I just want to push my data into a file and export this file, can I do this today? Thanks -- You received this message because you are subscr

[android-developers] Calendar Widget

2010-07-27 Thread Arthur Neves
Hi everyone, In my application I need to create a new Calendar, this calendar will be totally different from Google Calendar or the Calendar from the phone, I mean, I must do a calendar that will be used just by my application. Should I create a new Widget and than add it into my app? Or is there