Muhammad Mudassar

Results 5 comments of Muhammad Mudassar

Simply update the method from `public T getObject(String key, Class classOfT){ String json = getString(key); Object value = new Gson().fromJson(json, classOfT); if (value == null) throw new NullPointerException(); return (T)value;...

yes individual menu items or how to set height of menu items

runOnUiThread(new Runnable() { @Override public void run() { shimmer.stopShimmer(); shimmer.hideShimmer(); } });

remove the below from the manifest for version 3.0.0-beta.4 `` ` `