[android-beginners] How to display data in ListView from MySQL not SQLite?

2010-01-22 Thread hightechartist1
Hi, I am trying to figure out how to retrieve data from website database MySQL not SQLite to display in ListView? I looked everywhere for it and can't find any tutorials or code about it. I know about notepad but it used only SQLite but I really wanted to know how to do with MySQL than SQLite to d

Re: [android-beginners] Generating .java file from .aidl file

2010-01-22 Thread Xavier Ducrohet
This is not needed anymore. Just create your aidl files and Eclipse will automatically compile them. Xav On Thu, Jan 21, 2010 at 11:35 PM, rocky84 rocky84 wrote: > hi, > > i am developing an android application with Eclipse/ADT. > i want to generate .java files from the existing .aidl file for

[android-beginners] Video recording

2010-01-22 Thread Dave Feltenberger
Hi all, Have any of you tried using the MediaRecorder in Android 2.1? I can't get video or audio to record using it. When I set the video or audio source (with MediaRecorder.AudioSource.MIC or MediaRecorder.VideoSource.CAMERA), I keep getting error messages saying it's an invalid parameter/devic

[android-beginners] Re: surfaceview + glsurfaceview + framelayout

2010-01-22 Thread Tze Yun, Glenn Poh
Found out how to solve it... via the java way... just use addContentView instead of using xml well at least its solved. :) On Jan 21, 6:49 pm, "Tze Yun, Glenn Poh" wrote: > Hi, > >    I'm new at this (java and opengl) so please bear with me if the > answer to the question is simple. :) > >  

[android-beginners] How to play sound file...

2010-01-22 Thread Viral Brahmbhatt
Hello, Is there a way to paly sound file without using media player object? Is it compulsory to play the sound from activity class? what if i want to play it from a class which is not extending activity? -- Thanks & Regards, Viral Brahmbhatt (M): +919998999518 -- You received this message b

Re: [android-beginners] Multi activity app

2010-01-22 Thread Vladyslav Namashko
Thanks. Issue can be closed. On Fri, Jan 22, 2010 at 1:13 PM, Mark Murphy wrote: > > Mark, if I understand correctly Android Performance dev guide 'Launch an > > empty activity' means, creating new instance of Activity. > > Yes. > > > So every time > > when > > I want to switch between activities

Re: [android-beginners] Multi activity app

2010-01-22 Thread Mark Murphy
> Mark, if I understand correctly Android Performance dev guide 'Launch an > empty activity' means, creating new instance of Activity. Yes. > So every time > when > I want to switch between activities it will take o lot of time. Not really. It takes a lot of time compared to assigning a value to

Re: [android-beginners] Multi activity app

2010-01-22 Thread Vladyslav Namashko
Mark, if I understand correctly Android Performance dev guide 'Launch an empty activity' means, creating new instance of Activity. So every time when I want to switch between activities it will take o lot of time. Now, when I'm trying to test this situation (app with 3 activity) on my device and em

Re: [android-beginners] Multi activity app

2010-01-22 Thread Mark Murphy
> I have application with several activities and I want to find the best > way to switch between activities. Maybe, the simpliest way is to use > Intent to start one activity from another: > > Intent intent = new Intent(First.this, Second.class); > startActivity(intent); > > It work

[android-beginners] Multi activity app

2010-01-22 Thread Vladyslav Namashko
Hi all. I have application with several activities and I want to find the best way to switch between activities. Maybe, the simpliest way is to use Intent to start one activity from another: Intent intent = new Intent(First.this, Second.class); startActivity(intent); It works fine

[android-beginners] Urgent How can I deploy android application to Google App Engine ????

2010-01-22 Thread QterMgnus
I have made a small android application that I want to test in Google cloud environment. Is it possible to use Google app engine ? if so how ? http://code.google.com/appengine/ -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try aski