Here is the list tools and library which which I prefer to use in my application and found them usefull.
1. Android Button Maker ( online tool)
This it the tool by angrytools.com an online app to create drawable buttons.
2. Color picker library
The color picker library by enricocid https://github.com/enricocid/Color-picker-library
It is usefull if you want to add color picker support in your app.
3.HTTP Client ( library )
For most of application connecting to internet I prefer using Asynchronous Http Client by James Smit. As it is very easy to use and save my time writing other plenty of code.
1. Android Button Maker ( online tool)
This it the tool by angrytools.com an online app to create drawable buttons.
2. Color picker library
The color picker library by enricocid https://github.com/enricocid/Color-picker-library
It is usefull if you want to add color picker support in your app.
3.HTTP Client ( library )
For most of application connecting to internet I prefer using Asynchronous Http Client by James Smit. As it is very easy to use and save my time writing other plenty of code.