Javier Vargas

Results 10 comments of Javier Vargas

There is a Sample folder included in the repo but it does not include any tests inside. Just wondering if there are any examples of how to test a project...

I have found the Base.java Sample Activity, I would like to know if I can use this library to configure the WIFI remotely to another android device, similar to ChromeCast....

So I have two different Views ``` public class SearchGridMusicView extends PresentedLinearLayout public class HomeView extends PresentedScrollView ``` And I want to create a base class for both ``` public...

I have read this but I am able to make it work, it would be nice if someone can integrate an example on the sample app. Cheers.

So I have the main toolbar from the activity but some of my views have a custom Toolbar , so I hide the main toolbar and show the custom toolbar,...

I have a search on the toolbar so when its executed it opens a new view displaying the results , but if the Search View is already displayed , then...

Is it possible to know that a view has been Re-inflated from a back press?

@cartierjf I know this is very descriptive but I still have not been able to make this work, Do you have a gist of the full classes where this is...

I believe the reason might be because onDestroy is not called sometimes, I can see a Memory Leak using LeakCanary, when that happens.