android manifest application elements -


i'm trying use google analytic in android application , face problem , solved other question in stackoverflow

goolge analytics - tracker object activity

this problem solved using manifest element calling class activity in android:name

<application android:name=".googleanalytic"... </application> 

now want call class valley appcontroller in android:name follow tutorial in website android json parsing using volley

<application android:name=".volleyjson.app.appcontroller"... </application> 

my question how call both class in manifest

 <application android:name=".volleyjson.app.appcontroller" + ".googleanalytic" </application> 

you can specify 1 value in android:name think have initializing google analytics

multiple application android:name tags in manifest


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -