Hamza Khan

Results 13 issues of Hamza Khan

Convert all properties into object using Builder pattern

enhancement
hacktoberfest

I've updated release dependency in Readme to latest available release version 0.d.19

I am unable to build Netwatch outside the activity because the forceful casting of Context into Activity. ``` public static Builder builder(Context context){ return Builder.getInstance((Activity) context); } ``` With Following...