Thursday 30 April 2015

Android Layout Finder & Code Generator

Hello Friends,

Today i found one tool which 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.
No more typing out all those nearly identical findViewById() and findFragmentById() calls in your activities or fragments whenever you change your Android layouts.

This is very helpful tool which reduces your efforts of initializing each views and declaring click events ,adapters,Viewholders etc. 

Check out Link HERE

Enjoy !!! 

No comments:

Post a Comment