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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -