[android-developers] Authorization Idea

2009-05-29 Thread info+farm
Hello all, I would like to apply authorization on my Android application. Once the user logs in I would like to be able to hide or display the actions/activities according to user's role. For instance; If the user in standard role I do not want to let her to start some activities(also hide the

[android-developers] Re: Extending over Apache License 2.0

2009-05-15 Thread info+farm
About,http://openintents.googlecode.com/files/AboutApp-1.0.0.apk which is a comfortable about screen for all kinds of apps and allows easy handling of stuff like that. or you just build your own about/license screen cheers, zero On May 12, 10:41 am, info+farm bilgiciftl...@gmail.com wrote

[android-developers] Errors on Windows 7

2009-05-15 Thread info+farm
Dear all, I installed the brand new Windows 7 RC Ultimate and tried to run Android tools on it. Unfortunately, tools(aapt, emulator ...) do not work on the new OS. aapt.exe give Error; Problem signature: Problem Event Name: APPCRASH Application Name: aapt.exe Application Version:

[android-developers] Extending over Apache License 2.0

2009-05-12 Thread info+farm
Dear all, I am going to create an application via improving an existing code which has Apache License 2.0. In the license, it is implied that I need to attach Notice and License files for the previous code while distributing my new application. Where is the best place to put these files, before

[android-developers] Netbook with Android

2009-04-23 Thread info+farm
in the future. Which netbook brand/model will be the best suited(no driver headaches- sdcard, camera...) for upcoming Android OS for netbooks? I am reading a lot of rumors on the net, but I cannot find a baseline. Any idea will be appreciated... Regards, info+farm

[android-developers] Re: PendingIntent problem

2009-03-26 Thread info+farm
the PendingIntent starts. Is it possible to get information from the API builders, what will be the purpose of the requestCode parameter on PendingIntent creation in the future? The reason is I want to be able to sure that my code won't stuck at that time of API change. Regards, info+farm On Mar 25, 5

[android-developers] Re: PendingIntent problem

2009-03-24 Thread info+farm
/547048aa824e9e46/1bc5784756209062?lnk=gstq=PendingIntent#1bc5784756209062 But both of them could not find the answer to the problem. I am afraid PendingIntent has different Intent initialization(start ()), from the normal startActivity(). I am a little bit confused, Regards, info+farm On Mar 23

[android-developers] Re: PendingIntent problem

2009-03-23 Thread info+farm
Dear all, Am I the only one who is having this problem? Actually, I am going to find a workaround for this problem, but I would like to know what I am doing wrong. Any help would be appreciated. Regards, info+farm info+farm wrote: Hello all, I have more than one notification

[android-developers] PendingIntent problem

2009-03-22 Thread info+farm
) { e.printStackTrace(); } 1 is received in first call but in the second call 1 is received again rather than 2. I think I am missing something on the life cycle of the PendingIntent, any help/idea would be appreciated. info+farm