Posts

Showing posts with the label tool

Android Layout Finder - Open Source Tool

Hello, If you are android developer, you are familiar with findViewById() & findFragmentById() . Sometimes you will have so many views in your xml & you require almost all views in Java & do findViewById for each of views, which is very tedious task. for e.g. You have 20 views in xml & you need to declare 20 variables & findViews for all 20 .. Isn't it very tedious to write all same lines again and again? Your answer will surely be YES. Don't worry because we have one open source tool In which we just need to pass our xml file & tool will generate all views declaration & initialise for you, Isn't it quite exciting.. let's give one try. Android Layout Finder ! "Android Layout Finder" is open-source and licensed under the GNU (General Public Licence). If you want some change for your use & also if it can help others then, the source code can be found on GitHub. Check this out. http://www.github.com/jesperborgs...

Create shapes online - Android Shapes Generator

Here, is the small online tool, which will help in creating drawable online. we just need to give background, border, border radius & some other details & this tool will provide you code for that.. Name of the tool is : Android Shapes Generator This small, Designer will help you save time and effort when designing interfaces for Android programs. Using visual tools to adjust the appearance and color. Then generate the xml code and use in your projects. In the future they are going to add collection of templates and themes. It's so easy, try it out. here, is the link : http://shapes.softartstudio.com/ This tool willl make your life easy and will save your time.... you can change code according your requirement... hurrryyyyyyyyyyyyyyy....................... Time is Money, so save it ;) Go for it...........