<?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 SDK: troubleshooting apps, advice on implementation, strategies for improving your app&amp;#39;s speed and user experience. This group is for development-related topics only, not for job opportunity announcements, advertisement, debates about devices, etc.</description>
  <language>en</language>
  <item>
  <title>Re: Hello Everybody, i am developing an android App with Bluetooth.</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/d445c05909b3d03d/85bb1ed12ffb064a?show_docid=85bb1ed12ffb064a</link>
  <description>
  Then it sounds like you just answered the question. Can we take this &lt;br&gt; as a general rule, that a ListView should not have another ListView as &lt;br&gt; a child view? What other restrictions are there on what it can have as &lt;br&gt; child views?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/d445c05909b3d03d/85bb1ed12ffb064a?show_docid=85bb1ed12ffb064a</guid>
  <author>
  mej1...@yahoo.com
  (Indicator Veritatis)
  </author>
  <pubDate>Mon, 13 Feb 2012 23:33:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: Why are new apps not featured on Android market anymore?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/a78da31db2b7f7dc/4764f52f3ff1bb92?show_docid=4764f52f3ff1bb92</link>
  <description>
  If you do not have a focused, targeted audience with a clear idea of &lt;br&gt; how you are going to promote your app to that audience, you should not &lt;br&gt; have bothered writing the app in the first place, unless writing Java &lt;br&gt; code is your idea of a fun evening. &lt;br&gt; I have been saying FOR YEARS that developers should not be focused on
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/a78da31db2b7f7dc/4764f52f3ff1bb92?show_docid=4764f52f3ff1bb92</guid>
  <author>
  mmur...@commonsware.com
  (Mark Murphy)
  </author>
  <pubDate>Mon, 13 Feb 2012 23:34:07 UT
</pubDate>
  </item>
  <item>
  <title>Are Android ICS is using JIT compiler by default for performance?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/23454b259021e25e/2d0321665d225c22?show_docid=2d0321665d225c22</link>
  <description>
  Recently, I wondered about the status of JIT compiler support for &lt;br&gt; the high performance &lt;br&gt; on lated Android like ICS(4.0.3). &lt;br&gt; &lt;p&gt; * Without JIT: &lt;br&gt; / mnt / sdcard / build.prop following information has been added &lt;br&gt; to the file, or &lt;br&gt; If you do not have any information that would be JIT Compiler
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/23454b259021e25e/2d0321665d225c22?show_docid=2d0321665d225c22</guid>
  <author>
  lee...@gmail.com
  (Lim,GeunSik)
  </author>
  <pubDate>Mon, 13 Feb 2012 23:20:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Mutithreading in android</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/57f58ec3f1759673/d71b81e265de4559?show_docid=d71b81e265de4559</link>
  <description>
  Only one activity is in the foreground at a time. If you want your current &lt;br&gt; foreground activity to be doing multiple things, you will need to have it &lt;br&gt; controlling those things.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/57f58ec3f1759673/d71b81e265de4559?show_docid=d71b81e265de4559</guid>
  <author>
  hack...@android.com
  (Dianne Hackborn)
  </author>
  <pubDate>Mon, 13 Feb 2012 23:11:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: Why are new apps not featured on Android market anymore?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/a78da31db2b7f7dc/b0c21320256db15d?show_docid=b0c21320256db15d</link>
  <description>
  Oh good lord, no Google is not trying to limit Market to major developers &lt;br&gt; and shut out indies. &lt;br&gt; I am not going to respond further to this thread, but this is just so &lt;br&gt; ridiculous.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/a78da31db2b7f7dc/b0c21320256db15d?show_docid=b0c21320256db15d</guid>
  <author>
  hack...@android.com
  (Dianne Hackborn)
  </author>
  <pubDate>Mon, 13 Feb 2012 23:09:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Reconnect to Service</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/2d341b22e32ea467/4716aaff032840d2?show_docid=4716aaff032840d2</link>
  <description>
  bindService() doesn&#39;t start a second thread. If you unbind and the service &lt;br&gt; is not needed, then the service&#39;s onDestroy() will be called and the next &lt;br&gt; time you bind a new instance created. &lt;br&gt; If what you are trying to do is create a thread that can be used across &lt;br&gt; activity instances, I would suggest not using a Service at all and just
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/2d341b22e32ea467/4716aaff032840d2?show_docid=4716aaff032840d2</guid>
  <author>
  hack...@android.com
  (Dianne Hackborn)
  </author>
  <pubDate>Mon, 13 Feb 2012 23:03:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: Hello Everybody, i am developing an android App with Bluetooth.</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/d445c05909b3d03d/d1d02f7f02bab392?show_docid=d1d02f7f02bab392</link>
  <description>
  14 февраля 2012 г. 2:37 пользователь Indicator Veritatis &lt;br&gt; &amp;lt;mej1...@yahoo.com&amp;gt;написал: &lt;br&gt; He&#39;s not, the framework is -- since the ListView in the XML has children &lt;br&gt; (and one of those is another ListView, oh my).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/d445c05909b3d03d/d1d02f7f02bab392?show_docid=d1d02f7f02bab392</guid>
  <author>
  kmans...@gmail.com
  (Kostya Vasilyev)
  </author>
  <pubDate>Mon, 13 Feb 2012 22:45:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Hello Everybody, i am developing an android App with Bluetooth.</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/d445c05909b3d03d/f6ca5b412fb807da?show_docid=f6ca5b412fb807da</link>
  <description>
  Correction: they are line numbers, just not in YOUR code: e.g., 461 is &lt;br&gt; a line number in AdapterView.java, which doesn&#39;t help much. As for &lt;br&gt; your original logcat listing, what you need to do here is notice that &lt;br&gt; this is a Runtime exception thrown because you don&#39;t have a method for &lt;br&gt; addView(View, LayoutParams) in the view you added, AdapterView.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/d445c05909b3d03d/f6ca5b412fb807da?show_docid=f6ca5b412fb807da</guid>
  <author>
  mej1...@yahoo.com
  (Indicator Veritatis)
  </author>
  <pubDate>Mon, 13 Feb 2012 22:37:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: keyboard pushing the complete screen..?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/24b4f702c4d6c384/869cd60f31343e73?show_docid=869cd60f31343e73</link>
  <description>
  Hi Bimal, &lt;br&gt; The link which you told to refer is working, Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/24b4f702c4d6c384/869cd60f31343e73?show_docid=869cd60f31343e73</guid>
  <author>
  abhilash.androiddevelo...@gmail.com
  (Abhilash baddam)
  </author>
  <pubDate>Mon, 13 Feb 2012 21:33:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: Eclipse Version: 3.7.0 Driving me NUTS</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/4ec7599bf901a8d9/b42b96a11d528b4b?show_docid=b42b96a11d528b4b</link>
  <description>
  13 февраля 2012 г. 12:25 пользователь JJ B &amp;lt;jjbjmanagem...@gmail.com&amp;gt;напи сал: &lt;br&gt; That&#39;s possible if you&#39;ve been editing resources - Android tools &lt;br&gt; occasionally fail to regenerate correct resource identifiers, which can &lt;br&gt; cause your app to crash with mysterious &amp;quot;illegal typecast&amp;quot; exceptions,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/4ec7599bf901a8d9/b42b96a11d528b4b?show_docid=b42b96a11d528b4b</guid>
  <author>
  kmans...@gmail.com
  (Kostya Vasilyev)
  </author>
  <pubDate>Mon, 13 Feb 2012 21:27:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Is it possible to have duplicate company/developer name?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/d3439fb8ef2fa7a8/5bb93faa67244a24?show_docid=5bb93faa67244a24</link>
  <description>
  Yes, it&#39;s possible, from what I recall (unless that has changed). &lt;br&gt; There is no &amp;quot;registration process to prevent this&amp;quot;. That&#39;s not how the &lt;br&gt; Android Market rolls. Instead, if you use a name that is clearly taken &lt;br&gt; (trademarked, copyrighted, whatever), someone, at some point, will complain &lt;br&gt; and eventually you will be hit in the face with a ban hammer with no
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/d3439fb8ef2fa7a8/5bb93faa67244a24?show_docid=5bb93faa67244a24</guid>
  <author>
  treking...@gmail.com
  (TreKing)
  </author>
  <pubDate>Mon, 13 Feb 2012 21:19:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Force close while opening an imageView from a bitmap</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/c966830e6af0e04a/892e225be32fc2ae?show_docid=892e225be32fc2ae</link>
  <description>
  I guess you missed the post where I said it was fixed. :-) &lt;br&gt; And as for debug mode, I looked through every line of the logcat output &lt;br&gt; The first mention of bmp being null was when I tried to load it into &lt;br&gt; the ImageView. &lt;br&gt; But it doesn&#39;t matter anymore...it&#39;s working, and I&#39;m taking the rest of &lt;br&gt; the day off before (once again due to permanent aftermath from cancer #1)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/c966830e6af0e04a/892e225be32fc2ae?show_docid=892e225be32fc2ae</guid>
  <author>
  spooky1...@gmail.com
  (Jim Graham)
  </author>
  <pubDate>Mon, 13 Feb 2012 21:18:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: main,out.xml</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/00cedd13e00a790a/68d0437d864301c1?show_docid=68d0437d864301c1</link>
  <description>
  I faced that couple of times too, do you know how to avoid it? &lt;br&gt; &lt;p&gt;pskink
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/00cedd13e00a790a/68d0437d864301c1?show_docid=68d0437d864301c1</guid>
  <author>
  psk...@gmail.com
  (skink)
  </author>
  <pubDate>Mon, 13 Feb 2012 21:18:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Re: Why are new apps not featured on Android market anymore?</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/a78da31db2b7f7dc/854b68290eaa32d1?show_docid=854b68290eaa32d1</link>
  <description>
  Yep. &lt;br&gt; Depending on the app, there may be other possibilities. For exmaple, for &lt;br&gt; my photo/camera app, when it&#39;s ready, I&#39;m going to try to get it reviewed &lt;br&gt; by various sources, in the hopes that someone will read the reviews. &lt;br&gt; There is at least one forum (in the Android Forums) for new app &lt;br&gt; announcements, but I don&#39;t know how helpful it really is.... There may
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/a78da31db2b7f7dc/854b68290eaa32d1?show_docid=854b68290eaa32d1</guid>
  <author>
  spooky1...@gmail.com
  (Jim Graham)
  </author>
  <pubDate>Mon, 13 Feb 2012 21:12:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: [android-developers] Force close while opening an imageView from a bitmap</title>
  <link>http://groups.google.com/group/android-developers/browse_thread/thread/c966830e6af0e04a/fa82170265096307?show_docid=fa82170265096307</link>
  <description>
  why don&#39;t you just go into debug mode and see where the bmp goes null?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/android-developers/browse_thread/thread/c966830e6af0e04a/fa82170265096307?show_docid=fa82170265096307</guid>
  <author>
  daniele.seg...@gmail.com
  (Daniele Segato)
  </author>
  <pubDate>Mon, 13 Feb 2012 20:52:03 UT
</pubDate>
  </item>
  </channel>
</rss>

