Goodbye findViewById
As an Android Developer, you must be familiar with "findViewById".
TextView txtView = (TextView)findViewById(R.id.name);
And the pain of writing this line for every single items in XML.
But, from now you don't have to do this because in this blog we...
ashn.hashnode.dev3 min read