[android-developers] Remove visibility of succesive line in a multiline EditText

2016-09-22 Thread Sivaram SS
Hi, In the attached image, the EditText has a 30dp height and a matching parent width , with multiline property and maxLines = 1 property enabled. I need to show only single line at a time even on scrolling. Is there anyway possible to remove the visibility of successive line in multi

[android-developers] ICS Code Different???

2012-03-13 Thread SS
package www.ssshop.com; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; import javax.xml.parsers.DocumentBuilder; import

[android-developers] Enabling SoundRecorder in Emulator built from GB src code

2011-03-15 Thread ss
Hi I am trying out the emulator from the source code - when I build for the product generic using the following commands: 1. . build/envsetup.sh (2) lunch 1 (3) make -j2 Now, I noticed that there are a few apps in the apps directory under packages, which do not appear on the emulator. I needed

[android-developers] Android Native Code: remote()

2011-02-15 Thread ss
Hi I was going through the code of BpMediaPlayerService (in the NDK). I came across this function several times: remote() Could someone please tell me where I could get some documentation on this function ? What exactly does it return / do? Thanks adn BR S. -- You received this message

Re: [android-developers] StageFright: why are you not using JavaBeans?

2011-02-10 Thread ss
for BeanInfo and the like are not available. So what is the principle behind StageFright as compared to GStreamer? - Or am I comparing apples and oranges here? Are any usage examples available ? - hide quoted text - On Wed, Feb 9, 2011 at 10:48 PM, ss mno...@gmail.com wrote: - show quoted text

[android-developers] StageFright: why are you not using JavaBeans?

2011-02-09 Thread ss
Hello! Im relatively new to Android, and on the verge of using StageFright. I am curious to know why StageFright has been designed the way it is in the GingerBread release. Why have Google NOT used JavaBeans - it would have been so easy to write new codecs and new Media Sinks as JavaBeans, and

[android-developers] Error installing android SDK on windows XP

2009-11-02 Thread SS
I see following error: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings. I tried to play around with the settings, didnt help. Whats the workaround? -- You received this

[android-developers] Plan for setParameter in AudioManager.java

2009-03-10 Thread SS
Hello, We are planning on using setParameter() function in AudioManager.java for turning on/off some audio effects from the UI. This function goes all the way to the HAL layer. However, we see a comment in the code saying the following (pasted at the end of mail). So, my question is it okay to