Hamdi Wanis

Results 4 comments of Hamdi Wanis

Hello, you can use animationData property on the option object instead of path :)

Got it thanks for your response

That will be great to have as in previous app i needed to position an element fixed at the bottom of the screen with the content under it scroll normally,...

That worked for me hope it helps :) in the manifest file: ``` ``` in MyBroadcast BroadcastReceiver: ``` @Override public void onReceive(Context context, Intent intent) { if (!isAppForground(context)) { Intent...