[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