[android-developers] [RESOLVED] Use resource from library project in another library project

2016-02-11 Thread Eran Berkovitz
Went away on its own, somehow... On Tuesday, February 9, 2016 at 5:01:09 PM UTC+2, Eran Berkovitz wrote: > > Hi, > > I'm currently splitting my current library project, to 3 projects. > So basically, I want to have *com.my.libA,* *com.my.libB* which both > depend on

[android-developers] Use resource from library project in another library project

2016-02-09 Thread Eran Berkovitz
Hi, I'm currently splitting my current library project, to 3 projects. So basically, I want to have *com.my.libA,* *com.my.libB* which both depend on *com.my.lib_common*. In addition, I want to have *com.my.lib_common* hold resources which will be used by the other two. Finally, there's an

[android-developers] how to get info from a clicked textView?

2012-05-07 Thread Eran
i set up a TagActivity that has 4 tags, each tag sets the content of a large tableView that holds about 15 textViews Im trying to find a way to get the tag info aswell as the textView info as a return String now i can basicly compare all of the 60 ids one by one, but it seems too long. is there

[android-developers] Event handlers - 1. design time, 2. two different and not anonymous

2011-07-25 Thread Eran
Im new to the eclipse(Indigo) and android . I do come from the Visual Studio 2010 and C#. 1. In the VS when i double clicking an event in the designer (like the click of the Button class) the VS2010 create but itself the handler method. how can I do it in the eclipse? 2. the event handler