Monday 28 September 2015

Useful Online Links For Android Development :- )


What is Android Color Generator?

It is a free online tool which helps you to create colors.xml. A color name and value are defined in colors.xml which will be used in Android applications to apply colors to Views.
With the help of this tool, you can generate colors.xml with upto 50 colors at a time.

Online Link   :    Click here

==========================================================



What is Android Layout Finder ?

The Android Layout Finder helps you create the code that ties your Android UI and Java code together.
It's real easy! Just paste your Android XML layout code in the first text field, pick the views that you need, and your code is automatically generated for you.

Online Link   :     Click here

==========================================================

No comments:

Post a Comment

How to do text writing animation?  In Android Development we do not have the option to use any other custom font in our default Tex...