Oday Maleh

Results 29 comments of Oday Maleh

I would like to have this feature mainly to be able to onboard new developers more easily by showing them an overview of the classes and how they work together,...

I solved this with the following code: ``` java //Used this treeView previously if (treeView != null) containerView.removeAllViews(); treeView = AndroidTreeView(getActivity(), root); //...etc... containerView.addView(treeView.getView()); ``` works just fine

100% I've chosen to go with another library simply because you distribute it in an awkward way. Good effort anyways though :)

meaning I cannot simply place `compile 'com.faradaj:blur-behind:[LATEST_RELEASE_VERSION]'` in my gradle and run

Using the dependency, the developer hosts it on mavenCentral for example and you just place that line in your build.gradle and the library is ready to use when you Sync...

ahhh so he DID do what you suggested in this issue! I thought that you suggested it and it was forgotten so my above comments are in support to your...

The author of this lib, he did what you suggested by distributing it through JCenter. I thought that he just ignored that. So I was saying 100% that you are...

So what I did was get gradle-1.10 (required for building this) and I ran it on the blur-behind folder (the folder was in my Downloads/ folder) and then went to...