Android Layout Finder – A useful online tool

Android developers have to write a lot of findViewbyId() codes in their java classes, which is often boring, this can be avoided by either use of  annotation based library (dependency injection frameworks) like Android Annotations, RoboGuice (which the Official document of Android suggests to avoid ) or use Android Layout Finder (an online tool).

Android Layout Finder tool can automate process of writing findViewById() code and thereby we can have JAVA code automated way and can save our valuable time.You just have to paste XML layout code and it gives you JAVA code with findViewById and click listeners.

Give it a try 🙂

 
Dost Muhammad Shah

Dost Muhammad Shah

Dost Muhammad specializing in Embedded Design, Firmware development, PCB designing , testing and prototyping. He enjoys sharing his experience with others .Get in touch with Dost on Twitter or via Contact form

 

One thought on “Android Layout Finder – A useful online tool

Leave a Reply to android APKCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.