Posts

Showing posts from May, 2017

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