[Q] how to tell where user that downloaded your app are from? - General Marketing & SEO

a user click a link on some blog(A's blog, for example), and he/she is navigate to the page below, for example
https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=en
and download this app.
can the developer of this app find out this user is from A's blog?

found it
https://developers.google.com/analytics/devguides/collection/android/v2/campaigns

Related

Is There Any Windows app to decompile APK files ?

Is There Any Windows app to decompile APK files ?
apktool, apkmanager.
I think just renaming the file extension from .apk to .zip will do it for you.
1. Wrong section to post this. There is a Q/A section for a reason
2. Depends on level of modifying you want done
a) Image editing (unzip/rezip)
b) Xml/smali editing (smali/baksmali/apktool/apkmanager)
c) Read "close to original" java code (dex2jar -> jd-gui)
i need to find ads code from a app and remove it
dadyal said:
i need to find ads code from a app and remove it
Click to expand...
Click to collapse
That's not really good for the developer considering quite often its his only source of mobile income and only motivation to keep improving the application.
Anyway, there is already an app that does so called Adfree i believe.
app is of my own website news feed but person who made this put a admob ads on the end of it and i need to repalce it with my own as i am going to upload it to market
ur chance do that almost 0%, forget it, get the original source code
ur questions tell us you are not pro coder, only waste ur time
i need a code example of ad mob ads

[WEB] Liquid Black Rom Website Talk

I just started this thread so that we can talk about the website and keep the rom thread clean.
www.vaki.dk/liquid
Made for Mobile but works on Chrome/FF fine.
- What are you suggestions?
- Bugs found ?
Anything about the site is welcome here.
Website Bugs:
- Download of APK files from android not working (Beeing worked on)
- Adding files to Que not always working (Refresh if nothing happends)
- Chat/Bugs multipost (Beeing worked on)
Like the site, all stuf in one place... (It's a great start).
Still have problems downloading APK files. Read your Guide, but the problem is still there.
Download site: http://www.vaki.dk/liquid/download.asp?file=files/Apps/GoogleDriveBLACK1.1.1.6.apk - SEE ATTACHEMT...
And when I wan't to login, it writes: Password not added.
Sorry,
just read your bugs about APKs
what do u mean "Password not added." ?? do u mean password not correct?
I was logged in before, when I signed up, but now I can't any more.
Ahhh got it, should be fixed now.
it's because the signup has a password field and the login has one too...same name. so it thinks your signing up and not logging in.
Website updated:
- SITE: Menu reconstructed
- SITE: Menu FAQ added
- SITE: Donate moved to own page
- SITE: Latest files added to start page
- SITE: Footer reconstructed for members
- SITE: Profile added
Nice work :thumbup:
Sent from my GT-N7000 using xda app-developers app

[Q] XDA Free apk App for download

Hi guys,
I want to download the "XDA Free App" as an apk file and I found this site http://www.xda-developers.com/xda-android-app/ but that's not what I want. Normaly I downloaded my apps from some developers websites and not from the playstore. Is there a place here on xda-developers.com where I can download the app?
Have a nice day,
Ponder
try googleing "xda free app apk"? what you find might not be legal but its on you to use what you like
why you don't use XDA app from Google play ?, it's free, fast and clean.
hung.ngomanh said:
why you don't use XDA app from Google play ?, it's free, fast and clean.
Click to expand...
Click to collapse
This or download Opera Mobiile and add xda as favorite is fast and easy
Or do you want to download apps as apk? If this you want you can run APK manager it convert any application to apk file so you can install later...
dark_vader said:
Or do you want to download apps as apk? If this you want you can run APK manager it convert any application to apk file so you can install later...
Click to expand...
Click to collapse
Good Morning,
yes that's what I mean. I want to download the xda.apk for a later install.
I use some other apps (e.g. cgeo, vlc, oruxmaps, geocachecalculator, k9mail, osmand) on my u8800 and on all these websites there is an opinion for download the apk directly.
Have a nice day,
Ponder
Ponder Stibbons said:
Good Morning,
yes that's what I mean. I want to download the xda.apk for a later install.
I use some other apps (e.g. cgeo, vlc, oruxmaps, geocachecalculator, k9mail, osmand) on my u8800 and on all these websites there is an opinion for download the apk directly.
Have a nice day,
Ponder
Click to expand...
Click to collapse
Install real apk leecher on your pc, then search and download the apk. This program can download to your pc all the available apps on the market for you phone/region.
Sent from my Huawei U8800

[Q] Centralized db in android app

Hi,
I'm developing an android app.How to use online centralized database in my app.procedures for connecting to it.Thanks in advance
I don't get what you mean completely . If you want to build a WebApp for instance a newsreader you should use WebApp methods . You can start here :
http://developer.android.com/guide/webapps/index.html
Also if you want to use a database in your app like a dictationary you should use a SQlite database . Actually you can use more kinds of db but this kind I think is better. If the second is true this can help you a lot :
http://www.vogella.com/articles/AndroidSQLite/article.html
This is about databases: http://www.vogella.com/articles/AndroidSQLite/article.html
EDIT: Oh I am sorry. I did not see that torpedo mahammadi has already posted this link. (Nevertheless vogella's tutorials are always great. :good
My app is not an online app..I just need the DB to be online..Hw can i achieve that..
nachiappan22 said:
My app is not an online app..I just need the DB to be online..Hw can i achieve that..
Click to expand...
Click to collapse
The app is no online app, but the database is online? What does that mean?
nikwen said:
The app is no online app, but the database is online? What does that mean?
Click to expand...
Click to collapse
He meant that the users data will be stored in an online database and not on users device. So he can access that data anytime.
Sent from my Micromax A116 using xda premium
I have created my Db in phpMyadmin..How can my app be connected with it..any tutorials?
nachiappan22 said:
I have created my Db in phpMyadmin..How can my app be connected with it..any tutorials?
Click to expand...
Click to collapse
It's stupid way to give user direct access to DB
I'm not giving user any access to the db...app doesn't involve any changes to b made by the user.
My thought on this would be to do it this way:
Create a php page to handle http requests that would access your db and give back a response.
Use the app on the phone to send the http request, requesting what ever you have stored in the db and wait for the response.
i have a mdb file..i need to import it into phpmyadmin as an sql db.So i converted that mdb into an sql file using Bullzip.I get the following error.
Error
SQL query:
# Dump File
#
# Database is ported from MS Access
#--------------------------------------------------------
# Program Version 5.1.232
CREATE DATABASE IF NOT EXISTS `movedb` ;
MySQL said: Documentation
#1044 - Access denied for user 'b22_13129197'@'%' to database 'movedb'
Help me to rectify it.
Looks like the user you are using for mysql doesn't have the correct permissions.

Youtube version 6.0.13 URL missing.

Since updating to the latest version of YouTube app the share URL option is missing. I can't find anyway quick way of sharing URL. i can share to other apps and then copy URL but that's long process. Any one know a simple way of sharing URL like before this update?
Share -> copy to clipboard?
LJ1981 said:
Share -> copy to clipboard?
Click to expand...
Click to collapse
No. Before update could share direct via app instead of going through clipboard.

Categories

Resources