<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Android Developers Google Group</title>
  <link>http://groups.google.com/group/android-developers</link>
  <description>Discuss developing Android applications using the Android framework. Get help with troubleshooting apps, advice on implementation, and strategies for improving your app&amp;#39;s speed and user experience.</description>
  <language>en</language>
  <item>
  <title>[OpenGL ES] Is Shadow Mapping possible in OpenGL ES 1.0 ?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/bfa322bf2c57be67/cebea94681db1067?show_docid=cebea94681db1067</link>
  <description>
  I&#39;ve tried casting shadow following this tutorial (which uses Stencil &lt;br&gt; Buffer method): &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=27&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;The result is a cool shadow effect. But it depends too much on &lt;br&gt; geometry and thus not very flexible. &lt;br&gt; &lt;p&gt;Then I found a much easier way to do shadowing here:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/bfa322bf2c57be67/cebea94681db1067?show_docid=cebea94681db1067</guid>
  <author>
  hzakim...@gmail.com
  (hzakimoto)
  </author>
  <pubDate>Wed, 25 Nov 2009 10:12:34 UT
</pubDate>
  </item>
  <item>
  <title>Android 2.0 Encryption Support</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/382964695a1731f3/1881118c4d94fa10?show_docid=1881118c4d94fa10</link>
  <description>
  Does the Android 2.0 support AES-256 and ECDH ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/382964695a1731f3/1881118c4d94fa10?show_docid=1881118c4d94fa10</guid>
  <author>
  serjan...@gmail.com
  (AndreySerj)
  </author>
  <pubDate>Wed, 25 Nov 2009 10:05:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: Our app is not visible on market for some devices</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/c4dbe8574ae12812/65cb8b6ffe857c2d?show_docid=65cb8b6ffe857c2d</link>
  <description>
  We haven&#39;t got a HTC Tattoo in house to test with, so its hard to supply &lt;br&gt; more data. &lt;br&gt; Our app is called Gigbox, and is available for free. Maybe some one here can &lt;br&gt; see if the app is visible and supply data about their phone? &lt;br&gt; So far we know it is visible with G1, HTC Magic and the Droid. &lt;br&gt; &lt;p&gt;Thanks :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/c4dbe8574ae12812/65cb8b6ffe857c2d?show_docid=65cb8b6ffe857c2d</guid>
  <author>
  kar...@gmail.com
  (Klaus Kartou)
  </author>
  <pubDate>Wed, 25 Nov 2009 10:05:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: layout_marginLeft programmatically</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/8fef605f48c885a4/1110bd72457cc33a?show_docid=1110bd72457cc33a</link>
  <description>
  Hi Jagat, &lt;br&gt; &lt;p&gt;Use setMargins() in the LayoutParams, use &lt;br&gt; android.widget.LinearLayout.La youtParams. Dont use this class, &lt;br&gt; android.view.ViewGroup.LayoutP arams; I use latter one and blown away &lt;br&gt; my time. In the latter one, setMargins() is not there. I dont want &lt;br&gt; anybody else to do the same. &lt;br&gt; &lt;p&gt;Use any layout, but from widget package.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/8fef605f48c885a4/1110bd72457cc33a?show_docid=1110bd72457cc33a</guid>
  <author>
  nithin.war...@gmail.com
  (Nithin)
  </author>
  <pubDate>Wed, 25 Nov 2009 09:44:30 UT
</pubDate>
  </item>
  <item>
  <title>getInstalledApplications of the PackageManager can&#39;t return all of the applicaitons</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/5a5b97767685529a/a97cbb1ce5377cea?show_docid=a97cbb1ce5377cea</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I just found that when I use the &lt;br&gt; getInstalledApplications&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://developer.android.com/reference/android/content/pm/PackageManager.html#getInstalledApplications(int&quot;&gt;[link]&lt;/a&gt;)&amp;gt; &lt;br&gt; of &lt;br&gt; PackageManager, I can&#39;t get all of the applications installed. The code as &lt;br&gt; below: &lt;br&gt; &lt;p&gt;PackageManager pm = context.getPackageManager();
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/5a5b97767685529a/a97cbb1ce5377cea?show_docid=a97cbb1ce5377cea</guid>
  <author>
  gzhh...@gmail.com
  (Zhihong GUO)
  </author>
  <pubDate>Wed, 25 Nov 2009 09:22:43 UT
</pubDate>
  </item>
  <item>
  <title>layout_marginLeft programmatically</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/8fef605f48c885a4/2cdf872ce5b78eb4?show_docid=2cdf872ce5b78eb4</link>
  <description>
  I have an array of buttons. I need to change their &lt;br&gt; android:layout_marginLeft programmatically. This is essential to my &lt;br&gt; logic, without which I am unable to get my layout correct. Any code &lt;br&gt; snippets representing this is appreciated pretty much. &lt;br&gt; &lt;p&gt;//	ViewGroup.MarginLayoutParams lp = new ViewGroup.MarginLayoutParams
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/8fef605f48c885a4/2cdf872ce5b78eb4?show_docid=2cdf872ce5b78eb4</guid>
  <author>
  jag...@gmail.com
  (Jags)
  </author>
  <pubDate>Wed, 25 Nov 2009 09:05:03 UT
</pubDate>
  </item>
  <item>
  <title>why there is no microphone icon besides the Google search widget on my HTC dream android phone?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/f25f31e5b39ce74a/1654cc17d33b8c52?show_docid=1654cc17d33b8c52</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt; I have questions on the Google voice search on HTC dream device: &lt;br&gt; &lt;p&gt;1. I have a HTC dream android phone. The voice dialer works ok on it, &lt;br&gt; and I think the voice recognizer should be working. However I can not &lt;br&gt; see the microphone icon besides the Google search widget? Could Anyone &lt;br&gt; tell me is there anything missing on my phone? (Is it enabled by
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/f25f31e5b39ce74a/1654cc17d33b8c52?show_docid=1654cc17d33b8c52</guid>
  <author>
  xiaofeng.richardwei2...@gmail.com
  (richard)
  </author>
  <pubDate>Wed, 25 Nov 2009 08:23:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Background Service is not working.</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/af7352a5c175163d/67a74e982764f1c6?show_docid=67a74e982764f1c6</link>
  <description>
  Hi all, thx for the reply. i&#39;m trying the localService and the &lt;br&gt; LocalServiceController sample code now. &lt;br&gt; As in the sample code LocalService, i get this log &lt;br&gt; &amp;quot;LocalServiceController]Activi tyManager: java.lang.SecurityException: &lt;br&gt; Permission Denial: starting Intent { flg=0x10000000 &lt;br&gt; cmp=com.example.android.apis/. LocalServiceController } from null
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/af7352a5c175163d/67a74e982764f1c6?show_docid=67a74e982764f1c6</guid>
  <author>
  weijia...@gmail.com
  (Wei Jian)
  </author>
  <pubDate>Wed, 25 Nov 2009 08:15:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: Flashing Android 2.0 on G1</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/d6a7000b2c617b2f/deed1bdd298b6425?show_docid=deed1bdd298b6425</link>
  <description>
  I am looking forward to an offical e-clair build for g1 too. &lt;br&gt; Althought there are plent of unofficial 2.0 builds, but I&#39;m quite &lt;br&gt; doubt about whether they are stable enought to program.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/d6a7000b2c617b2f/deed1bdd298b6425?show_docid=deed1bdd298b6425</guid>
  <author>
  changxiangzh...@gmail.com
  (AGA)
  </author>
  <pubDate>Wed, 25 Nov 2009 08:00:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: AutoCompleteTextView update from thread problem</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/d29c4819561afc38/ebceabd8bc25532d?show_docid=ebceabd8bc25532d</link>
  <description>
  Same problem here. &lt;br&gt; Any solution ? &lt;br&gt; &lt;p&gt;I&#39;ve tried to add &lt;br&gt; textView.performValidation(); &lt;br&gt; textView.showDropDown(); &lt;br&gt; &lt;p&gt;but it does not display drop down.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/d29c4819561afc38/ebceabd8bc25532d?show_docid=ebceabd8bc25532d</guid>
  <author>
  cram.de...@gmail.com
  (Derek)
  </author>
  <pubDate>Wed, 25 Nov 2009 07:56:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Permission denial</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/aa906385ef4b1642/5c23e32ec7153c79?show_docid=5c23e32ec7153c79</link>
  <description>
  Hi all...i&#39;m getting the similar problem..the log says &lt;br&gt; &amp;quot;LocalServiceController]Activi tyManager: java.lang.SecurityException: &lt;br&gt; Permission Denial: starting Intent { flg=0x10000000 &lt;br&gt; cmp=com.example.android.apis/. LocalServiceController } from null &lt;br&gt; (pid=-1, uid=-1) requires &lt;br&gt; android.permission.ACCESS_CHEC KIN_PROPERTIES&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/aa906385ef4b1642/5c23e32ec7153c79?show_docid=5c23e32ec7153c79</guid>
  <author>
  weijia...@gmail.com
  (Wei Jian)
  </author>
  <pubDate>Wed, 25 Nov 2009 07:50:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Random phone restarts, anyone else experience this?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/a6b1d85a5ec23c70/a8cebe1ef4fc2e3f?show_docid=a8cebe1ef4fc2e3f</link>
  <description>
  It&#39;s probably something different, but I had problems like this myself &lt;br&gt; and found it connected to an application aquiring a lot of wakelocks &lt;br&gt; (75.000). You might want to try this out, just to rule the wakelocks &lt;br&gt; out: &lt;br&gt; &lt;p&gt;Connect to your phone with adb -d shell &lt;br&gt; &lt;p&gt;ls -l /data/system/batterystats.bin
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/a6b1d85a5ec23c70/a8cebe1ef4fc2e3f?show_docid=a8cebe1ef4fc2e3f</guid>
  <author>
  rfle...@googlemail.com
  (rflexor)
  </author>
  <pubDate>Wed, 25 Nov 2009 07:40:25 UT
</pubDate>
  </item>
  <item>
  <title>Turning OFF the copy protection on Market. Still any known issues?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/d10057a54d5841c2/a39bf725b3dc7d23?show_docid=a39bf725b3dc7d23</link>
  <description>
  Hi Guys, &lt;br&gt; &lt;p&gt;I guess the title says it all! Are there still any known issues for &lt;br&gt; modifying the copy protection on Market (actually to turn it OFF)? &lt;br&gt; &lt;p&gt;I&#39;ve heard and read some horror stories from developers, and I don&#39;t want to &lt;br&gt; risk my application reputation and rating! &lt;br&gt; &lt;p&gt;Let me know if I can do it without any worry.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/d10057a54d5841c2/a39bf725b3dc7d23?show_docid=a39bf725b3dc7d23</guid>
  <author>
  armond...@yahoo.com
  (Armond Avanes)
  </author>
  <pubDate>Wed, 25 Nov 2009 07:17:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: READ/WRITE HISTORY BOOKMARKS permissions broken???</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/ec725c24c21a71df/22abd2cbeaaf3ff3?show_docid=22abd2cbeaaf3ff3</link>
  <description>
  Thanks for the tip. It&#39;s a shame, but I guess I&#39;ll have to make my app &lt;br&gt; 2.x-only. &lt;br&gt; &lt;p&gt;Vamsee.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/ec725c24c21a71df/22abd2cbeaaf3ff3?show_docid=22abd2cbeaaf3ff3</guid>
  <author>
  vkanak...@gmail.com
  (Vamsee Kanakala)
  </author>
  <pubDate>Wed, 25 Nov 2009 07:09:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: A good idea for collaborative code development...</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/6c86674bc4e80153/ce900ce3414df632?show_docid=ce900ce3414df632</link>
  <description>
  Good idea, probably the wrong group though. If there is a &lt;br&gt; code.google.com group that would likely be more applicable, or the &lt;br&gt; Google wave group perhaps. &lt;br&gt; &lt;p&gt;On Nov 24, 5:04 pm, Kenneth Adam Miller &amp;lt;kennethadammil...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/6c86674bc4e80153/ce900ce3414df632?show_docid=ce900ce3414df632</guid>
  <author>
  mi...@zoltu.net
  (Micah)
  </author>
  <pubDate>Wed, 25 Nov 2009 06:35:13 UT
</pubDate>
  </item>
  </channel>
</rss>
