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
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
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
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. :)
>
>
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
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
> 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
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
> 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
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
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
11 matches
Mail list logo