joelelangovan1985 / Android-RecyclerView-code-generator

Code generation tool: A web app that generates entire RecyclerView implementation code as per your row layout

Home Page:http://getrecyclerview.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note for Kotlin coders - As of now, this tool only generates code in Java. For Kotlin, you can use the Java to Kotlin converter.

Introduction about this tool
This is a web app that takes your RecyclerView row item XML layout code as input and generates native Android RecyclerView Adapter and model/POJO class code along with the implementation code.

The web app is hosted here for anyone to use - http://getrecyclerview.herokuapp.com/
See the tutorial on how to use it - https://www.youtube.com/watch?v=1tTX_VKPg4o


How to use the source code to build your own clone ?
Just grab the code from here and paste it on your server that supports PHP. Thats it. The project doesn't use any database.

Screenshots

Screenshot 1


Screenshot 2


Screenshot 3


License for using this.

About

Code generation tool: A web app that generates entire RecyclerView implementation code as per your row layout

http://getrecyclerview.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 48.8%Language:PHP 35.6%Language:CSS 14.8%Language:Hack 0.8%