Hello All
I could find information about the test frame in the android SDK but
couldn't find any TEST CASES.(test cases to validate API s as well as test
cases to test
the functionality of the mobile applications). who will be responsible for
these test cases? will google provide all the test case
Hi,
I am not sure what network means here. Are you passing messages between two
android devices, or an android device and your server?
Thanks,
Megha
On Thu, Apr 17, 2008 at 10:58 AM, Pierre <[EMAIL PROTECTED]> wrote:
>
> I want to design an simple multimedia message interface for testing
>
Hi,
Are you using VideoView? Did you call VideoView.requestFocus() ? Did you
check out the media sample code posted on the groups?
Thanks,
Megha
On Fri, Apr 18, 2008 at 1:21 AM, Mi <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have implemented a video player but I have a problem. Playing 3pg
> files
Hi,
Could you post your code to help us debug this issue...did you check the
ApiDemos > SurfaceView example?
Thanks,
Megha
On Thu, Apr 17, 2008 at 6:03 PM, Macro <[EMAIL PROTECTED]> wrote:
>
> At the beginning, the SurfaceView can draw OpenGL scene correct.
> But while I launch another Activity
You can use the TabHost widget for this:
http://code.google.com/android/reference/android/widget/TabHost.html
Some sample code is provided in this thread:
http://groups.google.com/group/android-developers/browse_thread/thread/d680f9bf602c0d1b/ad622d3557aa
Thanks,
Megha
On Fri, Apr 18, 2008
Hi,
You cannot set the listeners for your ListView's items in the Activity's
onCreate(), you should set the OnClickListeners inside the getView() method
of your List's adapter.
Thanks,
Megha
On Fri, Apr 18, 2008 at 8:13 AM, Pzikit Bloo <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
>
> I'm trying to c
I would try reinstalling the sdk and if needed the eclipse plugin.
I have noticed issues with the emulator on both Windows and Linux.
If you have a mac, the emulator is certainly the best on the mac.
-Mike
- Original Message -
From: "Beginner" <[EMAIL PROTECTED]>
To: "Android Developer
Great! I did not recognize that tracker was the way to make feature
requests! I am going there now.
On Apr 17, 2:04 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> That is a good suggestion, though the current SDK does not support voice
> recording. You may want to log this as a feature r
Anybody?
On 13 abr, 12:03, qvark <[EMAIL PROTECTED]> wrote:
> Hello all, I have tobluran image and I have implemented my ownblur
> algorithm (gaussian), but it is too slow (I guess it is due to the
> emulator and the interpreted nature of the Dalvik VM).
>
> I have found the class android.graphic
I'm not sure if this is of any more help, but here we go
[Trace from console]
"failed to read packet from transport socket on fd 103
failed to read packet from transport socket on fd 108
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application
Hi,
It is not possible to get information from one application to another,
unless exposed by contentproviders, due to security concerns.
Browser.SEARCHES_URI only returns strings the user puts in the GOTO box and
picks Google Search. To get all the urls visited, you could use
Browser.BOOKMARKS_URI
Just confirming that I am also seeing this.
On Apr 18, 9:42 am, Beginner <[EMAIL PROTECTED]> wrote:
> I'm seeing the same problem. The Windows message is:
>
> "adb.exe has stopped working
>
> A problem caused the program to stop working correctly.
> Windows will close the program and notify you i
Thank You so much!
I think the problem was with Windows. I upgraded to Windows Vista SP1, the
problem is solved.
Anyways, good piece of advise for the future.
Regards
Nitin Khanna
www.hsc.com
On Fri, Apr 18, 2008 at 10:02 AM, Digit <[EMAIL PROTECTED]> wrote:
> you should be able to get a bette
salut tout le monde
svp j'ai besoin de faire developper un client mail sur android "envoie
et reception des emails" alors j'ai besoin de code source qui peut
m'aider.
merci si quelqun peut m'aider
--~--~-~--~~~---~--~~
You received this message because you are subsc
You should be able to build a longer string with country and carrier
and cell id that is unique.
On Apr 17, 12:23 pm, Rui Martins <[EMAIL PROTECTED]> wrote:
> Cell ID identifies the current GSM cell where the mobile phone is
> using.
>
> Many phones can be using the same cell !
>
> Your phone onl
you should be able to get a better idea of the problem by doing the
following:
- close eclipse
- kill any adb.exe process that is running on your machine
- open a console, go to $SDK/tools
- type "set ADB_TRACE=all"
- type "adb nodaemon server"
this runs the ADB server in the foreground, dumping
I'm seeing the same problem. The Windows message is:
"adb.exe has stopped working
A problem caused the program to stop working correctly.
Windows will close the program and notify you if a solution is
available"
There is no "Details" button or anything of the sort. Only a "Close
Program" button
http://android-developers.blogspot.com/2008/04/android-developers-have-risen-to.html
http://mobeegal.in
find stuff closer.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this gr
Ah, so the xml you posted is notes_list.xml? That might be the
problem. I think the adapter is looking for a layout file describing a
single item in the list, not the layout that contains the listview.
On Apr 17, 5:22 pm, "Fred Janon" <[EMAIL PROTECTED]> wrote:
> > I was looking through your code
Hi guys,
I'm trying to create a ListView, with a TextView and two ImageButton
per row. The problem comes when I try to add an OnClickListener to
each button. I did in this way:
-- row.xml --
-- .java --
...
ImageButton ib1 = (ImageButton) this.findViewById(R.id.button1
Hi, Megha
It seems to me that WebView is to create a new browser in a
application. That's not exactly what I want.
I wonder if I can get the current page from the default web browser, I
want my application just to listen to the default browser and to do
something when the current page interests m
Consider, for example, these situations:
Suppose while you are browsing the Web, you see a phone number on a
page - you'll want to be able to simply click it and call this number,
or you see an address - you would just click and it opens on the Map,
or you see something of interest that you'd like
i'd like to creat multiple tabs by clicking a single button..is it
possbile to create..can anyone tell me how to do that..
thanks..
Ashok..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To
I've tried:
String[] mColumnStrings =
{ Browser.SearchColumns._ID,
Browser.SearchColumns.URL,
Browser.SearchColumns._COUNT,
Browser.SearchColumns.DATE
};
Cursor c = getContentResolver().query(Browser.SEARCHES_URI,
mColumnStr
hello heiko u there? i tried your solution but it doenst work
On Apr 18, 10:06 am, Greg <[EMAIL PROTECTED]> wrote:
> hello guys ??
>
> On Apr 17, 6:03 pm, Greg <[EMAIL PROTECTED]> wrote:
>
> > i tried it but it still doesn't work
> > same it shows old data for 2 secs then it refreshs when i used
At the beginning, the SurfaceView can draw OpenGL scene correct.
But while I launch another Activity , after that close the new-
launched Activity and return to the original Activity.
Then the SurfaceView became empty and cann't draw anything.
That's why?
There are any action must be done in onRes
Hi,
I have implemented a video player but I have a problem. Playing 3pg
files works fine but when I us my player to play mp4 files the image
is ether all black or in strange colors the first time I start the
video. If a stop it and starts the same video again i t works fine.
Has some one a sugges
27 matches
Mail list logo