Android :: Ads In Apps - Successfully Generate A Larger Revenue?
Mar 15, 2010
I wanted to start a discussion about displaying ads on apps.
1. What agencies do you recommended?
2. Displaying ads from agency A on activity A and display ads from agency B on activity B. Is that a good idea using two ad agencies in one app?
3. How are you optimizing to make more money when publishing ads on your app?
View 1 Replies
Sep 17, 2010
With over 100 apps on my phone, how would one go about saving a list incase you have to hard reset or whatever? I could write it down, but wow, I have probably about 150. Any way to export a list or something?
View 4 Replies
View Related
Dec 4, 2009
Is there any way to generate a list of all the apps installed on your phone that I can save/print? I'd like to create the list in the even that I need to reset the phone at some point (and also 'cause I'm a bit OCD about backing all kinds of stuff up). I've reset my phone four times (due to returns for HW issues) and have never had the google backup process actually restore my apps for me (and yes, backup is turned on in Settings). So anyone know of an automated process or marketplace app to do this?
View 3 Replies
View Related
Nov 3, 2010
In an existing Android project I've encountered the following piece of code (where I inserted the debugging litter) code...
with not a trace of the messages from the Runnable. So appearantly the Runnable doesn't run(), although img.post() returns true. Pulling the ImageView in onCreate() and declaring it final doesn't help.
I'm clueless. Simply setting the bitmap directly, while blocking the UI thread, does fix things, but I want to get things right. Does anybody understand what's going on here?
(ps. this was all observed on an Android 1.6 phone and android-3 sdk)
View 2 Replies
View Related
Feb 10, 2009
I'm trying to implement my own ActivityGroup to mimic TabActivity (without tabs) but I'm having trouble "closing" activities.My ActivityGroup has a ViewFlipper, each housing a separate activity's window.When I attempt to switch "activities" I call ViewFlipper.setDisplayedChild() on the view of choice.However, when I scroll up and down in the view of choice, the OTHER non-visible activities' views are responding to these actions, so it seems like I'm not successfully "switching" the activity fully.When I use a TabActivity to run this code, this doesn't happen; when I scroll up and down in one activity, I don't see any event firing from any of the other activities. I'm wondering what does TabActivity do to handle these activities as separate, individual entities?
View 9 Replies
View Related
Aug 30, 2010
In my application I am sending data to server if I had not pressed back button when data is sending to server then data is successfully saved on server and new screen (one created in layout folder) is displayed which says data is stored. But at the time of sending data if i pressed back button then also data successfully saved on server but I can't see that new screen that data is stored on server. How to handle this situation?
View 5 Replies
View Related
Feb 24, 2009
I download android's codes and build it for simulator. The simulator can be launched successfully, but it always popup "SORRY! Application Messaging (in process com.android.Message)...", or similar popup information. Do u know how to resolve it? By the way, how can I integrate it with eclipse? When I use eclipse, it reports many errors as following:
Description Resource Path Location Type Project 'android' is missing required library:
'out/target/common/obj/ JAVA_LIBRARIES/framework_intermediates/classes-compiled.jar' android Build path Build Path Problem Project 'android' is missing required library:
'out/target/common/obj/ JAVA_LIBRARIES/framework_intermediates/classes.jar' android
Build path Build Path Problem Project 'android' is missing required library:
'out/target/common/obj/ JAVA_LIBRARIES/framework_intermediates/javalib.jar' android
Build path Build Path Problem Project 'android' is missing required source folder: 'development/ tools/activitycreator/src' android
Build path Build Path Problem Project 'android' is missing required source folder: 'out/target/ common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java' android
Build path Build Path Problem Project 'android' is missing required source folder:
'out/target/ common/obj/JAVA_LIBRARIES/framework_intermediates/src/im/java' android
Build path Build Path Problem Project 'android' is missing required source folder:
'out/target/ common/obj/JAVA_LIBRARIES/framework_intermediates/src/location/ java' android
Build path Build Path Problem Project 'android' is missing required source folder:
'out/target/ common/obj/JAVA_LIBRARIES/framework_intermediates/src/media/java' android
Build path Build Path Problem Project 'android' is missing required source folder:
'out/target/ common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony/ java' android
Build path Build Path Problem Project 'android' is missing required source folder:
'out/target/ common/obj/JAVA_LIBRARIES/framework_intermediates/src/wifi/java' android
Build path Build Path Problem
View 5 Replies
View Related
Oct 11, 2010
I spent a full day to get my Android SDK sources in my setup and compiled it successfully by doing the File System for x86 and also the SDK, everything was fine but when I tried to use it in my environment (Eclipse) and tried to compile my application (which is working fine on Froyo 2.2), I'm seeing some errors, which seems that I did not get the entire SDK with all the base packages included.
Steps to reproduce:
# repo sync to android sources. # make # make sdk # make Eclipse to point to the new SDK, generated at: .../out/host/ linux-x86/sdk/android-sdk_eng.david_linux-x86/ # generate a new AVD # launch it and run the application
If I'm missing something else.
View 5 Replies
View Related
Apr 14, 2010
Need to know this so that i could send DTMF and that is going to be my second question!
View 1 Replies
View Related
Mar 8, 2010
I am trying to add an account to E-mail database ,Below is the way i'm trying ...code...
This code compiles successfully but account will not be created.
View 1 Replies
View Related
Sep 10, 2009
In Android , Native code is written as follows.
JNIEXPORT void JNICALL Java_com_android_Test_show(JNIEnv *env, jobject obj) {
printf("THIS IS TEST");
}
View 7 Replies
View Related
Mar 18, 2010
I have setup for Android development with 1.5 SDK on Mac O.S X - Eclipse 3.5. I want to upgrade the SDK, so as i followed to choose Window->Android SDK and AVD Manager from Eclipse. But it throws error as follows: XML verification failed forhttps://dl-ssl.google.com/android/repository/repository.xml.Error: cvc-elt.1: Cannot find the declaration of element 'sdk:sdk- repository'. Failed to fetch URL I tried "http" instead of https, but still getting the same error. I don't know why such crap error comes. If i see Android website, http://developer.android .com /intl/zh-CN/sdk/index.html its confusing.Could someone guide me easily to update Android SDK to 2.x or later without uninstalling my current setup environment.
View 1 Replies
View Related
May 23, 2010
I found Chrometophone here: http://code.google.com/p/chrometophone/.
I'm trying to setup this project in Android 2.2 Emulator, but i can't setup a Google Account in Emulator, so i can't Resister Device. anybody run this project in emulator successfully? Any instructions?
View 2 Replies
View Related
Nov 13, 2010
I am developing an android application and i am using fbconnect android for connect face book,It is working fine for login and post comment in facebook's wall,but i want to display successful message, when i posted commented in facebook wall.How to do for that.
View 1 Replies
View Related
Oct 6, 2009
It has come to my attention that Android can only deal with asset files that are around 1M or so. My problem is that i'm creating an app that requires access to 5 csv files. The largest of the files is 130M. I want to be able to package these text files with my app. Is there anyway around this? My app needs to be able to run without Internet access so storing these files on a server is not an option.
View 10 Replies
View Related
Aug 23, 2010
Brand new to android, and loving it. But with the release of the Audible app and various music files, I'm going to fill my little 2GB card soon.
How would I go about switching to a larger capacity card? I'm not worried about data files, I know I can copy all of that stuff off the card, but what about any apps or app settings that might be stored on the card? If I simply copy the entire contents of the card to a new one, will everything "work" when I start the phone up? I confess I don't really know much about the android guts, but I'm willing to learn!
Phone specs:
1.) Model Number: Samsung Intercept SPH-M910
2.) Firmware Version: 2.1-update1
3.) Baseband Version: S:M910.05 S.DF27
4.) Kernel Version 2.6.29
5.) Build Number Samsung ECLAIR.DF27
6.) Carrier - Sprint
7.) US
View 3 Replies
View Related
May 4, 2010
Any apps that will make everything larger on the screen in Android?
I have found something that makes the fonts bigger but what about the rest of the stuff including icons, address book and so on?
I need to be able to see the stuff on the screen.
IF I have a choice, should I go android or windows and why should I chose one over the other?
View 18 Replies
View Related
Dec 29, 2009
I ran into this with the blackberry I had. I love the full size pictures that the Iphone offers when someone calls. Is there an app that will do this for the droid?
View 3 Replies
View Related
Nov 26, 2010
I've done a NAND backup, and I downloaded the full pay version of titanium backup and have frozen the bloatware and backed up everything on TB as well. so, now wondering how to do the fun stuff.
1. Should I try a new rom? If so which one is a good place to start for a noob? I am just looking mainly for something cool, clean, hopefully increase speed, eliminate lag, and has some cool stuff built in so I dont have to figure out how to do that stuff myself.Also I would want a ROM that still allows 4g etc.. and all the good stock stuff
2. Now that I am rooted, how do I backup things to the SD card? Previously I used the appstosd app from the market, shoudl I just keep using that? Anything that I should NOT transfer to SD, or can I just move everythign that it allows me to?
View 4 Replies
View Related
Jul 20, 2010
I am invoking the default SMS activity by using the following code-
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("sms:")); intent.putExtra("sms_body", "SMSText"); startActivityForResult(intent, 11); //Here 11 is my request code
The SMS activity gets opened in emulator (5554), i type the number 5556 (device number of my second emulator) and click on "Send"
The SMS is received in second emulator(5556) successfully. I click back on 5554 (my SMS generating emulator )and come back to my application. I notice that the onActivityResult method is getting called successfully as desired.
When i check for the result code i get it as RESULT_CANCELED ( 0 ) instead of RESULT_OK (-1). The data is also coming as null.
View 3 Replies
View Related
Mar 1, 2010
I'm trying to copy a series of small bitmaps into a larger one, arranging them side by side without any gaps or overlap in their pixels. For example, if I have 3 square bitmaps, I'd like to copy them into one long and thin rectangle. I know how to do the opposite, namely creating a small bitmap out of a larger one, but not this way around. What's the right command? I want to do this to be able to reuse some code I wrote for handling animation with a single bitmap.)
View 1 Replies
View Related
Nov 11, 2010
Is there an app or widget that can be used to make a larger button? I'd prefer a 2x2 size that I can use to direct dial while driving rather than having to fiddle with the small 1x1 size, but anything bigger than the standard would be fine.
I've only found apps that make smaller buttons and one that makes me select subsequent options before I can actually call. I just want a large single press widget.
View 4 Replies
View Related
May 1, 2010
Is there a way to make the fonts larger? I have searched and I cannot find it.
View 2 Replies
View Related
Jul 15, 2013
i have a htc desire x... followed d following steps for rooting it....
1. Unlocked d bootloader (followed instructions on htcdev)
2.Flashed twrp recovery using d All-in-one-kit-for-Htc-Desire-X
3.booted in d recovery...installed d superuser manually included in d All-in-one-kit-for-htc-desire-x as the perm root wasnt working..
but d device isnt rooted...moreover d app superuser su says "cant find d su binary" i want to install a custom rom badly..
View 9 Replies
View Related
Nov 6, 2010
I have an application that works fine with smaller images (say 1024x768 or so) but when you rotate the phone into a different orientation (say landscape to portrait) mode with a larger image on the screen, and then call ImageView.setImageUri() it goes into the BitmapFactory.class and never returns.So the app eventually times out. Never throws an exception, just never returns. Has anyone else seen this? Sounds like a bug in the Android code more than something I am doing since it works fine for smaller images.
View 3 Replies
View Related
Jun 10, 2010
I rooted the phone, and I know that for sure. But when I go to Manage Applications and click on something like the NASCAR app, there is still no uninstall button.How do I uninstall?
View 9 Replies
View Related
Apr 8, 2010
I'm a bit of a wanna be geek here so forgive me if this is obvious. I just followed the sticky instructions for going from 1.5 to 2.1 root on the Eris. I'm not confident that I did it correctly though. I am wondering if by accident I just simply upgraded my operating system to 2.1 instead. Is there any way I can tell by looking at the "about phone" information if my phone was for sure successfully rooted or not?
View 11 Replies
View Related
Jun 10, 2010
Hey guys is there any way to hear a confirmation tone after an email has been successfully sent?
View 4 Replies
View Related
May 8, 2010
Has anybody successfully made the switch from googlemail to gmail in the UK. I stupidly made the switch but my hero wouldn't play so I had to go back to googlemail.
I am considering trying again as I am about to change to a different rom but does anybody know if the market is clever enough to spot that @googlemail and @gmail are the same address or will I lose my paid apps?
View 6 Replies
View Related
Jun 16, 2010
I just purchased lock bot pro and am having some trouble figuring out how to use it.
I chose the froyo default which worked fine, but when I tried to customize the background, it won't change...how can I successfully use this app?
The answer is probably obvious =P
Sent from my ADR6300 using Tapatalk
View 14 Replies
View Related