[android-developers] Re: Android app project

2018-04-28 Thread Tara-Android Developer
> > hi, > I am working as android developer in India. Really very much interested to work upon your project. You can use android sdk tool to build android app. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

[android-developers] Re: Android app which interacts with BLE devices not working on Chromebook #AndroidAppsOnChromeOS

2017-02-28 Thread Kath Deas
Hi I have a similar scenario. The app works on tablets and on the Asus Flip "onServicesDiscovered" is not being called ... I'm wondering about posting a question in the chromebook developer forum ... On Wednesday, February 1, 2017 at 4:44:53 AM UTC, mad...@gunakar.com wrote: > > I have an

[android-developers] Re: Android App Developers - 15 minute phone survey $50 Amazon Gift Card

2016-02-11 Thread keycodegreen
Hi all, I am one of the guys doing the phone surveys... we're still looking for more people to participate, so that we can gather your thoughts and feedback about a product aimed at people who develop and sell Android Applications. If you're interested and think you might be able to provide a

[android-developers] Re: Android App Developers - 15 minute phone survey $50 Amazon Gift Card

2016-01-21 Thread melody
We are recruiting Android app creators and sellers to participate in a 15-minute live phone survey. It’s all about a fresh, new, exciting product that helps you make more sales! You will receive a *$50 Amazon Gift Card* as a thank you after you've completed the scheduled phone survey.

[android-developers] Re: Android App Developers - 15 minute phone survey $50 Amazon Gift Card

2016-01-19 Thread melody
Thanks for the participants that have signed up so far. We are still looking for more developers. On Monday, January 18, 2016 at 3:25:13 PM UTC-8, mel...@regattamarketing.com wrote: > > We are recruiting Android app creators and sellers to participate in a > 15-minute live phone survey. You

[android-developers] Re: Android app naming with brand name in it

2014-10-28 Thread JackN
If you use their mark fairly (as in fair use (e.g. education, critiques), They don't get to dictate guidelines to you. Of course, if you end up in court, (or they dmca you), it may be more costly to prove your fair use than its worth. On Sunday, October 26, 2014 5:31:14 PM UTC-7, Arshad

[android-developers] Re: Android App is installed twice in Android Device.

2013-02-12 Thread ravi .
Hi Take a look at this link http://stackoverflow.com/questions/8014149/how-to-install-applications-with-same-package-name-in-android -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Android App - Python+Eclipse

2012-09-29 Thread Anthony Prieur
You can use https://code.google.com/p/android-python27/ to embed your project (+Python2.7 interpreter) in an APK. Le jeudi 20 septembre 2012 23:09:33 UTC+2, Prat a écrit : Hello, I am a beginner of android apps. I am using eclipse to develop an android app for samsung galaxy tab. I have

[android-developers] Re: Android App - Python+Eclipse

2012-09-23 Thread Alexandre Carlos
Quinta-feira, 20 de Setembro de 2012 22:09:33 UTC+1, Prat escreveu: Hello, I am a beginner of android apps. I am using eclipse to develop an android app for samsung galaxy tab. I have installed pydev plugin for eclipse too. However, I am unsure of how to bundle my python files and create

Re: [android-developers] Re: Android App Published But Not Visible in Google Play Store even after published

2012-09-22 Thread vinay kumar
Hi, I will take max of 2 hours to update on Google play. On Fri, Sep 21, 2012 at 7:16 PM, RichardC richard.crit...@googlemail.comwrote: 1. Check for email from Google. 2. Tell us the app name (and package name) so we can look 3. Or we can guess :) On Friday, September 21, 2012

[android-developers] Re: Android App Published But Not Visible in Google Play Store even after published

2012-09-21 Thread RichardC
1. Check for email from Google. 2. Tell us the app name (and package name) so we can look 3. Or we can guess :) On Friday, September 21, 2012 12:21:49 PM UTC+1, Nikhil Shah wrote: Hi All, I had published the app on Google Play long back and it was visible on Google Play.

[android-developers] Re: Android App - Python+Eclipse

2012-09-21 Thread RichardC
What makes you think Android can run python? On Thursday, September 20, 2012 10:09:33 PM UTC+1, Prat wrote: Hello, I am a beginner of android apps. I am using eclipse to develop an android app for samsung galaxy tab. I have installed pydev plugin for eclipse too. However, I am unsure of

Re: [android-developers] Re: Android app with google calender

2012-07-09 Thread Michael Chan
Here's a developer guide with code snippets: http://developer.android.com/guide/topics/providers/calendar-provider.html On Mon, Jul 2, 2012 at 2:40 AM, Ali Chousein ali.chous...@gmail.com wrote: Certainly it is possible. Take a look at the CalendarContract interface:

[android-developers] Re: Android app with google calender

2012-07-02 Thread Ali Chousein
Certainly it is possible. Take a look at the CalendarContract interface: http://developer.android.com/reference/android/provider/CalendarContract.html - Ali Chousein https://play.google.com/store/apps/details?id=com.apps.social_nav

Re: [android-developers] Re: Android App

2012-06-01 Thread Oli Wright
From that page: This service has to be started using Android Debug Bridge (ADB) Looks like it depends on having something kicked off over adb first so safe enough. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Android App

2012-05-31 Thread NjZone
check this: http://code.google.com/p/android-screenshot-library/wiki/Usage Android Screenshot Library (ASL) provides means for taking snapshots of phone's screen without the need for signing your application or having privileged (root) access to the Android system. It is intended primarly for

Re: [android-developers] Re: Android App

2012-05-31 Thread Kristopher Micinski
Hm... This makes sense if it's linked into your app, if you can do this for arbitrary apps on the phone then this is a major security hole.. kris On Thu, May 31, 2012 at 1:52 AM, NjZone nimish@gmail.com wrote: check this: http://code.google.com/p/android-screenshot-library/wiki/Usage

[android-developers] Re: Android App resets after device orientation has changed (how to solve?)

2012-04-10 Thread Ali Chousein
Once I wrote a blog on how to handle the screen orientation change. Maybe you'll find it useful: http://android-screen-layout.blogspot.com - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com

[android-developers] Re: Android App resets after device orientation has changed (how to solve?)

2012-04-10 Thread Robin de Mug
Thanks for the post! I've visited your webpage and I found it pretty useful. Robin de Mug On Tuesday, April 10, 2012 3:41:53 PM UTC+2, Ali Chousein wrote: Once I wrote a blog on how to handle the screen orientation change. Maybe you'll find it useful:

[android-developers] Re: Android app as background service

2012-03-30 Thread Ali Chousein
I think this thread is interesting for your case: http://groups.google.com/group/android-developers/browse_thread/thread/483b5fbd8d0dc0f9 - Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com |

[android-developers] Re: Android App label:how to make android app label invisible???

2012-02-21 Thread Seshu
Hi divyateja, android:theme=@android:style/Theme.NoTitleBar so that u can hide the label name for corresponding activity. Thanks and Regards, S.Seshu On Feb 20, 6:51 pm, divya teja loud.te...@gmail.com wrote: Hi everyone, How to make app label invisible when app is

Re: [android-developers] Re: Android App label:how to make android app label invisible???

2012-02-21 Thread teja divya
Thank you Seshu On Tue, Feb 21, 2012 at 2:10 PM, Seshu s.seshu...@gmail.com wrote: Hi divyateja, android:theme=@android:style/Theme.NoTitleBar so that u can hide the label name for corresponding activity. Thanks and Regards, S.Seshu On Feb 20, 6:51 pm, divya teja

[android-developers] Re: Android app with embedded tutorial

2012-01-16 Thread Kookamonga
Wow, sorry... I didn't see that my initial post had actually gotten through. I have since asked the question again and come to some sort of an answer: http://groups.google.com/group/android-developers/browse_thread/thread/9cff804a2d22afa6# Again, apologies for double-posting. :-/ On Jan 16,

[android-developers] Re: Android app to send to C2DM server

2011-12-11 Thread Jacob Nordfalk
On Dec 11, 3:38 pm, smoogli roy.ben.ha...@gmail.com wrote: I bumped in C2DM which is, as far as I understand, the equivalent to iPhone Push. Seehttp://code.google.com/android/c2dm/ It is required that there is a 3rd party server that sends messages to the C2DM server. In theory: No. But

Re: [android-developers] Re: android app throws exception on map overlays tap events

2011-11-24 Thread TreKing
On Thu, Nov 24, 2011 at 12:35 AM, SripadRaj sripadraj1...@gmail.com wrote: the app crashes with null pointer exception. Use your debugger and LogCat to determine what is null. Use your debugger and LogCat to determine why the null object is null. Use your programming skills to prevent the

[android-developers] Re: android app throws exception on map overlays tap events

2011-11-23 Thread SripadRaj
well , i'll edit the code and narrow it, I have a class FestivalEvents which shows a list of events and the click of each item in the list shows a view containing the complete details of the events. the events, details are read from a xml file and the detailed view is given with this method:

[android-developers] Re: android app

2011-09-12 Thread Craig Sparks
Also it involves barcode scanning. On Fri, Sep 9, 2011 at 5:24 PM, Jackie Craig Sparks jackie.craig.spa...@gmail.com wrote: I'm working on a prject that involves image reconignition and need help with getting a app completed. I was wondering if anyone would be interested in helping out. --

[android-developers] Re: [android] app does not show up after wake up

2011-07-08 Thread oochieman
Is your activity still active? You may need an intent to restart it. I did read somewhere that it's not good practice to start an activity from a broadcast receiver. The usual way seems to be to add a notification and let the user choose to start it, like receiving a sms message. I know that if I

[android-developers] Re: [android] app does not show up after wake up

2011-07-07 Thread Jaswant
add the launcher intent filter in your activity which receive broadcast notifications... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-06 Thread Prayag Pathak
-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy Sent: Thursday, May 05, 2011 3:29 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE

[android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-05 Thread Prayag Pathak
Great! You are correct, Mark. I used LogCat The NullPointerException is getting generated on line 34 which has getLastKnowLocation() method. Now I updated the code and even then the same error comes : LocationManager lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE);

[android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-05 Thread Prayag Pathak
Hi Mark, Thanks for the answer. But still its not working. I included the code segment that updates the code. But still not working. Following is the code : LocationManager lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE); LocationListener ll = new

Re: [android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-05 Thread Mark Murphy
requestLocationUpdates() is asynchronous. It may take seconds or more for the location to be determined, depending on the location provider being used and the user's circumstances (e.g., is the user getting a GPS signal?). You cannot simply call getLastKnownLocation() immediately after calling

RE: [android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-05 Thread Tommy
the GPS listener.. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy Sent: Thursday, May 05, 2011 3:29 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Android app crashes when

[android-developers] Re: android app market link is broken on HTC EVO(Sprint)

2011-04-15 Thread Jitesh dedhiya
It gives me this Toast notification: *the linked program is no longer installed* On Fri, Apr 15, 2011 at 5:56 PM, Jitesh dedhiya jitesh.dedh...@gmail.comwrote: Can any one point me how to reinstall android market app plz.. -- --Jitesh .V. Dedhiya--- Don't Learn To Hack but Hack To Learn

[android-developers] Re: Android App Tracker - market rank tool

2011-04-06 Thread Albert
Looks awesome! On Apr 6, 4:28 am, Corey Ledin, LLC coreyledin...@gmail.com wrote: We have really pushed to get the site in perfect working order and after today's hard work the site seems bug free and working better the expected pro app tracking available which updates by the hour plus new

[android-developers] Re: Android App Tracker - market rank tool

2011-04-06 Thread Maps.Huge.Info (Maps API Guru)
...after today's hard work the site seems bug free... Much like a helicopter*, if software appears to be bug free you've missed something... (* If a helicopter appears to be in perfect working order, you've missed something.) -John Coryat -- You received this message because you are

[android-developers] Re: Android App Tracker - market rank tool

2011-04-06 Thread Corey Ledin, LLC
key word seems :) let us know if you find something. On Apr 6, 10:32 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: ...after today's hard work the site seems bug free... Much like a helicopter*, if software appears to be bug free you've missed something... (* If a helicopter

[android-developers] Re: Android App Tracker - market rank tool

2011-04-05 Thread Corey Ledin, LLC
We have really pushed to get the site in perfect owrking order and after todays hard work the site seems bug free and working better the expected new features and more go check it out and any feedback would be great. also ranks by country coming soon. On Mar 22, 9:23 am, Jake Colman

[android-developers] Re: Android App Tracker - market rank tool

2011-04-05 Thread Corey Ledin, LLC
We have really pushed to get the site in perfect working order and after today's hard work the site seems bug free and working better the expected pro app tracking available which updates by the hour plus new features and more go check it out and any feedback would be great! also ranks by country

[android-developers] Re: Android app download stats not updating

2011-04-04 Thread SendOutEmails
Yes, im seeing no data for all my apps now for the last 5 days. It would be good to have a solid update. Please! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Android App Tracker - market rank tool

2011-03-22 Thread Jake Colman
CL == Corey Ledin Corey writes: CL Hi All, CL I have yet to contribute to this group just start off by saying CL hi and if you haven't heard of me I developed Beer Pong Free for CL the android and iPhone etc. Recently I was trying to find a CL decent app rank website for the

[android-developers] Re: Android App Tracker - market rank tool

2011-03-22 Thread Corey Ledin, LLC
we are working on the site today but yes you can track apps . just click track it next to your app when you search for it or see it in the rankings Corey On Mar 22, 9:23 am, Jake Colman col...@ppllc.com wrote: CL == Corey Ledin Corey writes:    CL Hi All,    CL I have yet to contribute to

[android-developers] Re: Android App login

2011-03-15 Thread nehal ahmad
Hi Fares Askndaer : I am developing an app in which I have to make a login form(which I have made earlier and I have to code for further flow) and when user fills his/her username and password, then authenticate it through a webservice (built in ASP) and when authentication is successfull then

[android-developers] Re: Android app download stats not updating

2011-02-22 Thread Peter Webb
The download stats are updated on average about once every 38 hours. They may be updated once or twice per Neptunian day, but definitely not per Earth day. On Feb 23, 10:05 am, Justin Anderson magouyaw...@gmail.com wrote: The stats page only updates once or twice a day... On Sun, Feb 20, 2011

[android-developers] Re: Android app naming policy

2010-11-22 Thread Leon Moreyn-Android Development
Are you trying to run the same app multiple times? What exactly is the result you are trying to achieve or verify? Leon Moreyn On Nov 19, 12:19 pm, vnv nikola1...@gmail.com wrote: Hi, I would like to run multiple instances of same application for dev purpose. How does app define it's name

Re: [android-developers] Re: Android app naming policy

2010-11-22 Thread Kumar Bibek
1 package 1 app. However, if you are trying to create something like (Tabs of a browser), then please put your question in detail. The text really doesn't tell us much. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Nov 20, 2010 at 4:43 AM, Leon Moreyn-Android

[android-developers] Re: Android App Licensing Mechanism Still Easy to Break!!

2010-09-08 Thread Zsolt Vasvari
The artcile is 2 weeks old and it's been extensively discussed here. Maybe changing your nickname should be in order. On Sep 5, 6:30 am, mastermind rinees...@gmail.com wrote: Hey Guys... Just came over this news...and thought of sharing with you people According to Android Police,

Re: [android-developers] Re: Android App Licensing Mechanism Still Easy to Break!!

2010-09-08 Thread Chris Stewart
Haha, nice. :) Even if it is easy to break, it's still night and day more useful than copy protection. -- Chris Stewart http://chriswstewart.com Fantasy Footballhttp://chriswstewart.com/android-applications/fantasy-football/- Android app for MFL fantasy football owners Fantasy Football

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Eric F
You haven't offered anyone in the world enough information to help you. exe program that will allow me to update the app Android apps don't have anything to do with exe files. So I am guessing you have an Android app that does something with a database on the internet. And the .exe program

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Maps.Huge.Info (Maps API Guru)
I think the acronym SOL applies nicely. -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Official
Your Android apps on your website are labeled iphone appsfyi On Jul 8, 6:51 pm, Greg Donald gdon...@gmail.com wrote: On Thu, Jul 8, 2010 at 8:17 PM, Edmund Higgins ehiggins...@gmail.com wrote: And if I continued to need help I would have asked more questions And please stop top-posting.

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Official
Ok so does anyone know of a newbie forum that I can go to to ask questions ? On Jul 8, 7:14 pm, Official ehiggins...@gmail.com wrote: Your Android apps on your website are labeled iphone appsfyi On Jul 8, 6:51 pm, Greg Donald gdon...@gmail.com wrote: On Thu, Jul 8, 2010 at 8:17 PM,

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread metal mikey
I'd be very warey of any .exe file you receive from developers that you've likely underpaid. Could you please let us know what your App is? Its in the public's interest to steer well clear of it due to potential security risks. Regarding how to manage Apps on Android Market:

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Edmund Higgins
It's a database application built in Delphi I believe. It allows the user to update an existing database but the database doesn't automatically refresh in eclipse. That's where we are having the trouble. On Jul 8, 2010 7:42 PM, metal mikey coref...@gmail.com wrote: I'd be very warey of any .exe

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Edmund Higgins
Childish On Jul 8, 2010 7:47 PM, Edmund Higgins ehiggins...@gmail.com wrote: It's a database application built in Delphi I believe. It allows the user to update an existing database but the database doesn't automatically refresh in eclipse. That's where we are having the trouble. On Jul 8,

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Miguel Morales
You might try further questions at the android-beginners group: http://groups.google.com/group/android-beginners?pli=1 or http://stackoverflow.com/questions/tagged/android You might try right clicking and hitting refresh on the folder where the database file is (in eclipse) if something doesn't

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Official
This is an example of the problem I am encountering package com.triplebande.upupdowndown; import java.util.ArrayList; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.util.Log; import android.widget.Toast; public

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Official
btw I am downloaded your apk to test it out lol I can at least install an apk On Jul 8, 8:55 pm, Miguel Morales therevolti...@gmail.com wrote: You might try further questions at the android-beginners group:http://groups.google.com/group/android-beginners?pli=1

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Miguel Morales
That's not an example of your problem, that's just a bunch of code with nothing to go with. In order for people to help you, it's good practice to provide a thorough description of the problem, including the debug log output. Source code if possible, preferably through http://pastebin.com/ The

[android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Official
Makes sense...thanks! On Jul 8, 9:15 pm, Miguel Morales therevolti...@gmail.com wrote: That's not an example of your problem, that's just a bunch of code with nothing to go with. In order for people to help you, it's good practice to provide a thorough description of the problem, including

[android-developers] Re: Android App Presentation

2010-04-13 Thread Mike dg
You could use the emulator. On Apr 13, 1:31 am, Prathamesh Shetye prathamesh.she...@gmail.com wrote: I wanted to make a video presentation of my android application. i know i can make the presentation by holding a camcorder in front of the screen and give walkthrough the application. But is

[android-developers] Re: Android App Presentation

2010-04-13 Thread JP
The emulator plus a screen capture app like CamStudio On Apr 13, 1:46 pm, Mike dg vinb...@gmail.com wrote: You could use the emulator. On Apr 13, 1:31 am, Prathamesh Shetye prathamesh.she...@gmail.com wrote: I wanted to make a video presentation of my android application. i know i can

[android-developers] Re: Android App Presentation

2010-04-13 Thread NoImJosh
+1 for emulator and CamStudio - I used the trial to create some videos for my app.. On Apr 13, 10:00 pm, JP joachim.pfeif...@gmail.com wrote: The emulator plus a screen capture app like CamStudio On Apr 13, 1:46 pm, Mike dg vinb...@gmail.com wrote: You could use the emulator. On Apr 13,

Re: [android-developers] Re: Android app only taking up part of screen

2010-03-12 Thread Adrian Vintu
Also see http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx It seems these resolution questions come every few days... BR, Adrian Vintu http://adrianvintu.com On Wed, Mar 10, 2010 at 11:42 AM, Kumar Bibek coomar@gmail.com wrote: Aah, An example of apps running on

[android-developers] Re: Android app only taking up part of screen

2010-03-10 Thread Kumar Bibek
Aah, An example of apps running on different screen sizes and resolutions. Please have a look at this. http://developer.android.com/intl/de/guide/practices/screens_support.html Kumar Bibek On Mar 9, 1:07 am, Drew zit...@gmail.com wrote: I have an Android application that's seemingly only

[android-developers] Re: Android App Stores:

2009-11-05 Thread admin.androidsl...@googlemail.com
AndAppStore and SlideME are the best. But here's the real deal. 20% of my purchases are declined. I then mail those people to tell them about my app being available on SlideME and less than 1% of those people convert to SlideME sales even though they wanted to buy the app initially. So why is

[android-developers] Re: Android App Stores:

2009-11-05 Thread Al Sutton
We, at AndAppStore, do offer PayPal as a payment option to make the download as instant as possible. Transaction and take place directly between the user and developer so you're at the mercy of PayPals fraud screening system, and if their system wants additional verification measures then there

[android-developers] Re: Android App with Analytics like Flurry

2009-09-12 Thread Mark Murphy
Do we as developers have to tell the user (via pop up at app start or eula or so) if an app is using analytics functionalities, like Flurry's or Admob's? If you are distributing through the Android Market, the Android Market terms and conditions you agreed to has language describing the

[android-developers] Re: Android App Promotions

2009-09-10 Thread Lance Nanek
From what I hear you could try offering your app on multiple stores, e.g. Google Market, SlideME, and AndAppStore. Another option is making it free, if it is currently a pay app, and generating revenue from AdMob instead. I don't have experience with either method yet, so can't say how well they

[android-developers] Re: Android App Promotions

2009-09-10 Thread Jeff
I run Google Ads (AdWords). I run a pretty small daily budget for a niche application (auto racing). It works pretty well and ends up generating forum posts about my product. Jeff On Sep 10, 4:01 pm, Lance Nanek lna...@gmail.com wrote: From what I hear you could try offering your app on