[android-developers] Re: Share some of my work - Drag&Drop framework

2011-02-13 Thread Rutton
I tried your stuff and its great. I was suprised how little code for
that is needed.

To the licence: GPLed code can only used by also free stuff. So
the projects using it, have to be also open source. Which prohibits
the use in
closed source projects.

The Apache License would do as well as it fits to the android
ecosystem.
Read here:
http://stackoverflow.com/questions/40100/apache-licence-vs-bsd-vs-mit
and here:
http://www.reddit.com/r/programming/comments/8mflw/hey_reddit_can_you_tell_whats_the_difference/
for some insights.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Share some of my work - Drag&Drop framework

2011-02-14 Thread JAlexoid (Aleksandr Panzin)
In Java CameCasing is also the norm. But methodNames, ClassNames and
fieldNames are CamelCased(See the difference in came casing). Just not
packages. Because packages == directories.

Thnx for BSD'ing the code. LGPL would have been acceptable also for
components.

PS: Since you are the sole developer you can change the license to
whatever you like any time. Just people that got your code under
previous license will have that code under that license that was
effective at the time.

On 14 фев, 09:59, "Oded O."  wrote:
> Sorry for that...
> I'm coming from the .NET world (5+ years of C# development) where
> CamelCasing is the way to go...
> I'm still adjusting, and had no way of knowing that upper-cased namespaces
> can be problematic
>
> BTW, why is this an issue, and on what machines?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Share some of my work - Drag&Drop framework

2011-02-15 Thread ydm
Make it LGPL, so every one, who improves your code, will be obligated
to share the improvements back (and then it's going to be up to you to
accept these changes or not). LGPL allows the use of your code in
proprietary projects too.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Share some of my work - Drag&Drop framework

2011-02-14 Thread Kevin Duffey
This is pretty interesting.. trying to figure what use it would be on a
phone device.. what sort of app may take advantage of this. On a tablet
though, I can see this being very useful, for like mail apps and such. Do
you have any ideas what sort of apps would use this?


On Mon, Feb 14, 2011 at 3:14 PM, JAlexoid (Aleksandr Panzin) <
jalex...@gmail.com> wrote:

> In Java CameCasing is also the norm. But methodNames, ClassNames and
> fieldNames are CamelCased(See the difference in came casing). Just not
> packages. Because packages == directories.
>
> Thnx for BSD'ing the code. LGPL would have been acceptable also for
> components.
>
> PS: Since you are the sole developer you can change the license to
> whatever you like any time. Just people that got your code under
> previous license will have that code under that license that was
> effective at the time.
>
> On 14 фев, 09:59, "Oded O."  wrote:
> > Sorry for that...
> > I'm coming from the .NET world (5+ years of C# development) where
> > CamelCasing is the way to go...
> > I'm still adjusting, and had no way of knowing that upper-cased
> namespaces
> > can be problematic
> >
> > BTW, why is this an issue, and on what machines?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Share some of my work - Drag&Drop framework

2011-02-15 Thread Oded O.
I'll leave that to your imagination.

I needed this functionality in an app that allows the user to "drag" cameras 
(list of camera names) into "tiles", and upon dropping, the live stream 
begins.

But the sky is the limit :-)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en