[android-beginners] Re: Related To Playing .3gp Videos

2008-06-24 Thread gunaaa
Better wait for the next SDK. Inbuilt media player will be there. jus calling that player using intent is enough for playing video files. Now try with mediaplayer. Its complex compare to videoview. But performance is good. Thanks, Guna. On Jun 20, 3:08 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>

[android-beginners] Re: LinearLayout doesn't arrange all width for its children

2008-06-24 Thread Romain Guy
This has been fixed in later versions of the SDK. On Mon, Jun 23, 2008 at 7:51 PM, Hsun-Cheng Hu <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am new to Android SDK. When I apply the follow main.xml to android, > the children of linear layout don't occupy the whole space, it should > be 320. I had

[android-beginners] Re: Hp IPAQ h4350

2008-06-24 Thread Farooq Mahmood
I think my question is not quite elaborated. Actually I have to develop an application for hp IPAQ h4350. Which has the OS Windows ce 4.2. I just want to ask either can I use Android for my application development? If yes then is there any article which I can read? Farooq Mahmood wrote: > Hi, > >

[android-beginners] What are all the Mobiles that support Android ???

2008-06-24 Thread netizens
Hi Friends ! I am new to Android. I followed the steps over Docs. I able to run the sample applications on Emulator. I have few questions * How to Port Android in to Mobile Devices ? * What are all the Models that support Android ? --~--~-~--~~~---~--~~ You rec

[android-beginners] Streaming in android

2008-06-24 Thread padma prabhavathi
Hi Friends, Can anyone please tell me whether streaming is possible in Android.Till now i saw tutorials on playing audio and video files that are downloaded and played is it possible to play an audio or video without downloading. Thanks in advance --~--~-~--~~~---

[android-beginners] FrameLayout and WebView

2008-06-24 Thread Jell
Hi, I have been trying to implement the demo API "3d Transition" to switch between a custom View of mine and a WebView, and it's working fine, but while scrolling on the WebView, the parts of the WebView that was not on screen at the first place is replaced by a blanck... It's just as if that wa

[android-beginners] Re: Problem in using ImageView

2008-06-24 Thread Fräntz Miccoli
Hello Ravi, I've solved this problem through an Input Stream I give you my code : first how to put this stream in my imageView, mThumbnail: mThumbnail.setImageDrawable(imageOperations(url, "name.jpg")); now my imageOperations method : public static Drawable imageOperations(String url,

[android-beginners] looping a textview in android

2008-06-24 Thread AnuR
Hi frnds , I m new to android.. i want to search for a keyword in a xml file and list the nodes below the search box.. so i think i need to list the result nods using text view.. cos listview cannot be used as it extends ListActivity which cannot be used for textview... pls tel me how can i loop

[android-beginners] how to loop text view

2008-06-24 Thread AnuR
hi frndz I am new to android.. i want to create a list of nodes from an xml file aftr a text box.. i think i cant use the listview as it extends ListActivity and the EditText needs to ectend Activity... so how can i loop a textview... it is to create a search functionality thnks AnuR --~--~--

[android-beginners] Re: Streaming in android

2008-06-24 Thread Fräntz Miccoli
Yes it is possible. One of my frind did it. On Tue, Jun 24, 2008 at 2:13 PM, padma prabhavathi <[EMAIL PROTECTED]> wrote: > Hi Friends, > > Can anyone please tell me whether streaming is possible in > Android.Till now i saw tutorials on playing audio and video files that are > downloaded

[android-beginners] Re: Hp IPAQ h4350

2008-06-24 Thread sacoskun
Hello Mahmood, First of all I do not think there is a Dalvik VM which runs on Windows CE for now. Secondly, even if it is possible, writing your code in C++ or C# with Compact Framework will be much more efficient and result in better performance for Windows CE. Best wishes, sacoskun On Jun 24

[android-beginners] No information about Android

2008-06-24 Thread [EMAIL PROTECTED]
Hy, I just knew the Android project ... there is a lack of information ... Google should post news in the magazines once a Week or two about Android. As a programmer, people only will go with Android if there is a business to be exploited. Google should go for professionals, offer professional a

[android-beginners] Re: Streaming in android

2008-06-24 Thread Megha Joshi
It is possible to play streaming audio and progressive streaming video using the media samples posted to the android-developers group files section. For creating progressive streamable video >>>one of the group users got it working through Quick Time Pro and sent it along: Here are the steps : 1

[android-beginners] Re: Hp IPAQ h4350

2008-06-24 Thread Farooq Mahmood
Thanks sacoskun. sacoskun wrote: > Hello Mahmood, > > First of all I do not think there is a Dalvik VM which runs on Windows > CE for now. > > Secondly, even if it is possible, writing your code in C++ or C# with > Compact Framework will be much more efficient and result in better > performance

[android-beginners] Re: What are all the Mobiles that support Android ???

2008-06-24 Thread jdavidandroid
Hi netizens! There aren´t still any Android compliant devices in the market, so in the moment, you can only do some testing using the emulator. Google anounced there will be some Android compliant devices in the market by the second half of 2.008, but the date hasn´t been confirmed yet. As for

[android-beginners] Re: What are all the Mobiles that support Android ???

2008-06-24 Thread netizens
Hi Juan! Thanks for your kind informations.. Regards Netizens --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To uns