[android-beginners] Contents a web site and like the picture partially in the screen real-time display.

2008-06-16 Thread Android . Hand . Feel
sir I want to display the information of the website online in parts like the picture shown. What kind of source do I have to use? http://cfs13.blog.daum.net/image/28/blog/2008/06/16/22/39/48566cf234c49&filename=ka.jpg Contents a web site and like the picture partially in the screen real- t

[android-beginners] IntentDemo

2008-06-16 Thread Damien
Hi I have recorded my second screencast which talks at a very basic level about Intents. here is the link http://blip.tv/file/997147 The sound quality is unfortunately low and I am trying to remedy that for my subsequent demonstrations. Any of your [other] comments / criticisms are most welcome

[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-16 Thread psaltamontes
Hi, I tried to do what you said me and other things, but I have problems that I cannot solve. I tried to do yours steps but... I had some errors. > 1. If it is not there already, use registerIntentReceiver() as I described > above, so it is controlled by the parent activity (in fact, it may wor

[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-16 Thread Mark Murphy
>> 2. In the ProximityIntentReceiver, after you have received the first >> proximity alert intent, call LocationManager#removeProximityAlert() with >> the same Intent object you used in the previous addProximityAlert() call > > This don't work. I try to remove the proximity alert but the proximity

[android-beginners] Audio Processing

2008-06-16 Thread KT
Hi Y'all, I would like to develop audio filters for improving the quality of the sound delivered to the speakers. What it involves is DSP processing of digital audio files and then sending the output to the speaker. Is this possible on Android? I mean, does Android has the APIs to input the audi

[android-beginners] Re: Audio Processing

2008-06-16 Thread KT
Hi, I have seen in one of the posts (http://groups.google.com/group/ android-beginners/browse_thread/thread/677bfb521344b94d/ 3272f14f3da07f86?lnk=gst&q=media+player#) that Megha Joshi says "At this point, we do not have an API to support rendering of data to speaker." Does this mean that I canno

[android-beginners] Re: Reading a Text File From the APK file

2008-06-16 Thread aclelland
I eventually got it working by placing the resources into the assets folder and used AssetManager assetManager = getResources().getAssets(); return assetManager.open(path); Where path was simply the filename. Will try to move it to the raw folder if that's the better way to do it. On Jun 16, 12

[android-beginners] Re: Reading a Text File From the APK file

2008-06-16 Thread Analdin Judy
Hi See the below link http://www.anddev.org/working_with_files-t115.html Regards judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginner