How to add Google Analytic on android apps ? - General Marketing & SEO

Hello all, I have an android app and i want to add Google analytic in it. Can anyone help me to get that ?

You defiantly should read this : https://developers.google.com/analytics/devguides/collection/android/v4/
Straightforward tutorial.

Yes, adding google analytics is very easy by following the above steps.

Related

Twitter for Android - reusing Facebook to create a better experience

Hi Guys,
After using Facebook for Android and getting used to the ability to authenticate myself with a single method, I was very disappointed to find out that Twitter does not have something official and as easy to use.
So I decided to create one. I like the design of the Facebook library so I decided to use Twitter4J alongside with some Facebook code to create a similar authentication process. See attached image to get a feeling.
Links
You can download the library from google code: http://code.google.com/p/twitterforandroid/
In addition you can read my blog post about it: http://couchpotatoapps.wordpress.com/2011/05/03/twitter-for-android/
New updated version
Hey Guys,
Made some changes to the library:
1. Does not require Oauth anymore.
2. Helper functions for easy posting.
Download from google code.
Read full info on my blog

[Q] Android Services List

This is the question to developers:
Can some one post list of all android services list with detail explanation, such as what can be disable or enable for different running model. As well as what Particular Samsung application can be safely removed from system. Similar to Linux list as for example this one
http://allhuda.blogspot.com/2008/01/comprehensive-linux-system-services.html
Thank you
Hi, This is a bit outdated but a very good general guide.
http://www.market4android.com/stock-android-2-1-apps-list
Hope it helps.
Enjoy your SGS.

Any SDK that helps to share APP on social media?

Hi guys,
I think it's very important to share app on social media in order to attract more attention and gain fast growth.
Has anyone used any SDK to realize this function? can you recommend me some good SDK to use?
Thanks!!
What are you trying to do? It seems like you're making it harder than it has to be.
Check my Share Intent guide in my signature. I would just use those to share a certain bit of text promoting your app, at which point the user can select what app/platform to share to.

[Q] Application using Backend Services

Hello,
I'm new here and just starting to dabble with Android app development.
I've installed android studio and began playing around with it making a few Activities just to try it out and begin building my knowledge. I want to make an app where users will need to authenticate then pull data from a server (via an API). I followed this guide (google how-to-build-mobile-app-with-app-engine-backend-tutorial to find, can't post link) to add the app engine backend to it, but I couldn't finish it because I couldn't find the RegisterActivity so I decided to take a break and come ask here.
I'm very new to this, trying to warm up to the Android activities/layouts/things so I'd appreciate it if someone could link me some tutorials or guides on setting up a backend that will be able to interact with my app to perform things like registering, logging in and fetching data? Instagram would be a good example (I'm not making a photo sharing app but the functionality in terms of signing in then fetching your photos from the feed is a similar idea of what I want to do).
I have solid knowledge in web development languages and Java but am still trying to grasp this all.
Thanks for any and all help!
Daniel

Android: Unlock application's additional features with Facebook share or tweet

I have a free application published on Google Play. I want to add some new features and ask users to 'pay' for them with Facebook shares or tweets.
Scenario:
1. User updates application
2. New features are available in settings but they are not active
3. To activate feature user has to share information about my application on FB or on Tweeter
4. Only if sharing was successful feature will be available to the user.
For me it seems like a good idea to spread information about application in social media... however I can't find any 'out of the box' solution (library or code). Is there any?
Has anybody tried this approach and was it successful?
Also I'm trying to find out if this method is compliant with Google Play policy. I've read play.google.com/about/developer-content-policy.html with great care but I didn't find any clues. Has anyone got any policy violations emails from Google after implementing this method?
Maybe you can find something in the Facebook API.
have ebinks
What do you use to code? There's tons of assets for Unity that'd do what you're trying to do.
Clem_Superhippo said:
What do you use to code? There's tons of assets for Unity that'd do what you're trying to do.
Click to expand...
Click to collapse
I'm not using Unity but develop my app in 'pure' Android SDK.
Just found this library: http://www.codeproject.com/Tips/457153/How-to-integrate-Facebook-Twitter-Linkedin-in-Andr
It looks promising so I'll give it a try.
You mean reward users for posting on Facebook or any social share, sure I dont think its that hard,
just everytime a user presses on the Share button add some coins to him ingame, you can also make
alot of money if you reward useres for watching a video ad in your game like a Vungle ad.

Resources