2

Are there libraries for android custom views? Re-usable components?

I did not found much on that topic. Just see everybody creates his own custom components, drawables and so on. Especially things like a homescreen-like viewswitcher and things like that, which reoccur often would be nice to have in a library.

Macarse
  • 91,829
  • 44
  • 175
  • 230
ludwigm
  • 3,363
  • 3
  • 28
  • 36

2 Answers2

3

You should check:

  1. What Android 3rd-party libraries are there?
  2. Android: how can i improve the look of an app?
Community
  • 1
  • 1
Macarse
  • 91,829
  • 44
  • 175
  • 230
2

You can put them into an Android Library Project. Here how to use them in Eclipse.

bigstones
  • 15,087
  • 7
  • 65
  • 82
  • thanks for your input. But maybe i have to clarify. I don't want to write a library myself. I want to find and use such libraries – ludwigm Mar 26 '11 at 13:50