<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.handhelds.android.devel">
    <title>gmane.comp.handhelds.android.devel</title>
    <link>http://blog.gmane.org/gmane.comp.handhelds.android.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236877"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236875"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236872"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236870"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236869"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236858"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236854"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236853"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236844"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236839"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236838"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236833"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236831"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236829"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236827"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236809"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236808"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236806"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236794"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236793"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236877">
    <title>expandable list view</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236877</link>
    <description>&lt;pre&gt;Hi friends,
    can someone tell me how to set background color of expandaable listview
when we click on any rowand also should be by default when we click on
other row


pls help me if any one any idea
thnx in advance.



Thanks:
Sadhana

&lt;/pre&gt;</description>
    <dc:creator>Sadhna Upadhyay</dc:creator>
    <dc:date>2013-05-18T08:01:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236875">
    <title>apkbuilder was deleted, how to replace it?</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236875</link>
    <description>&lt;pre&gt;Hello,

I wish to build Android applications in Windows while having to install the 
smallest amount of stuff possible. In particular without installing ant.

So I developed my own batch script which builds the APK. It uses the tools 
that come in the SDK and it has worked great for something like the last 2 
years.

Today, sudenly I was setting up a new computer and found out that my script 
no longer work! Because Google removed the vital apkbuilder script =(

This line in my script stopped working:

call apkbuilder %APK_PROJECT_PATH%\bin\%APP_NAME%-unsigned.apk -v -u -z 
%APK_PROJECT_PATH%\bin\%APP_NAME%.ap_ -f %APK_PROJECT_PATH%\bin\classes.dex 

Does anyone know what is the new command that I should use that is the new 
way to do things according to Google?

I tryed to Google but only found that the new way is some Java class ... 
but I am running a batch script here, so I have no idea how I would call a 
java class from my script.

Any ideas how to make my script start working again?

Not using ant is a must-have requirement for my script, so please no 
solutions which involve using ant.

thanks in advance,

Felipe Monteiro de Carvalho

&lt;/pre&gt;</description>
    <dc:creator>Felipe Monteiro de Carvalho</dc:creator>
    <dc:date>2013-05-18T07:24:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236872">
    <title>Unable to send BroadCast</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236872</link>
    <description>&lt;pre&gt;Hi,

I am having two apps in which one app(AppA) consists only BroadCastReceiver
and another app(AppB) is having an Activity from there I am sending a
broadcast to the AppA.
But I am not getting any event in AppA in which I have implemented the
onReceive function.

*AppA and it's manifest file:*
public class AppA extends BroadcastReceiver{

&amp;lt; at &amp;gt;Override
public void onReceive(Context context, Intent intent) {
if(intent.getAction().equalsIgnoreCase("com.MyAction")){
String s  = intent.getStringExtra("MyValue");
}
}
}

manifestFile:
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.justreceiver"
    android:versionCode="1"
    android:versionName="1.0" &amp;gt;

    &amp;lt;uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="17" /&amp;gt;

    &amp;lt;application
        android:allowBackup="true"
        android:icon="&amp;lt; at &amp;gt;drawable/ic_launcher"
        android:label="&amp;lt; at &amp;gt;string/app_name"
        android:theme="&amp;lt; at &amp;gt;style/AppTheme" &amp;gt;
        &amp;lt;receiver
            *android:name="com.example.AppA"*
            android:label="&amp;lt; at &amp;gt;string/app_name" &amp;gt;
            &amp;lt;intent-filter&amp;gt;
               * &amp;lt;action android:name="com.MyAction" /&amp;gt;*
                &amp;lt;category android:name="android.intent.category.DEFAULT" /&amp;gt;
            &amp;lt;/intent-filter&amp;gt;
        &amp;lt;/receiver&amp;gt;
    &amp;lt;/application&amp;gt;


*Application B from where I am sending the broadcast:*
*
*
public class AppB extends Activity {

    &amp;lt; at &amp;gt;Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);

        Button send = (Button)findViewById(R.id.send);
        send.setOnClickListener(new OnClickListener() {
 &amp;lt; at &amp;gt;Override
public void onClick(View v) {

Intent i = new Intent();
i.setAction("com.MyAction");
i.putExtra("MyValue", "Yahooooooo");
sendBroadcast(i);

}
});
}
}

why I am not getting intent on AppA.... ?Can anyone help me on this.

&lt;/pre&gt;</description>
    <dc:creator>Abhilash baddam</dc:creator>
    <dc:date>2013-05-18T03:18:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236870">
    <title>Database Versions</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236870</link>
    <description>&lt;pre&gt;Hi,

I need understand Database version on Android.

Example:

I have a application and have a database for this application right?

In two weeks i need change the database, then a version is change to 2 and
make the change in onUpgrade, right?

I have 100 downloads for my application.
50 have update the application but 50 not.

in more two weeks i change the database to 3 and make the changes in
onUpgrade.

My question is:
I need make a FULL database structure in onCreate and need leave changes
make in 1 version to 2 version and the change in 2 version to 3 versions?

This is make a BIG older changes and big file class. right?

thanks

Atenciosamente,
Gerson Novais

&lt;/pre&gt;</description>
    <dc:creator>Gerson Felipe</dc:creator>
    <dc:date>2013-05-18T03:06:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236869">
    <title>Get APK Signature Date and Time</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236869</link>
    <description>&lt;pre&gt;Hi,
 
In Java, how can I determine the date and time when the APK was signed?
From PackageManager I can get the Signature and the X509Certificate , but I 
did not found a way to know the date and time of when the APK was signed.
 
Thanks

&lt;/pre&gt;</description>
    <dc:creator>Filipe</dc:creator>
    <dc:date>2013-05-18T02:16:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236858">
    <title>Is there an Intent or so when an app is starting?</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236858</link>
    <description>&lt;pre&gt;Hi,

short question: Is it possible to get information about what app is 
launched in foreground respectively which app is starts? 
For example I want to get an information (maybe intent) when google-maps 
starts.

Thanks

&lt;/pre&gt;</description>
    <dc:creator>BearTi</dc:creator>
    <dc:date>2013-05-17T15:09:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236854">
    <title>onLongClickListener  is driving me batshit crazy</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236854</link>
    <description>&lt;pre&gt;I have two activities.  Each activity has a viewpager.  The adapter for 
each viewpager instantiates a number of views.

One of the views (let's call it ViewA) is a custom listview which populates 
itself with data from the internet.  ViewA is instantiated in each 
Activity's ViewPager's Adapter and shown correctly.  It pulls data from the 
internet and updates its display correctly.   ViewA also includes a 
onLongClickListener, which is added to each row in the ListView by the 
ListView's adapter.


Now this is the batshit crazy part.   In Activity 1, the 
onLongClickListener works.  In Activity 2, it does not get called.  However 
both ViewPager's Adapters instantiate ViewA (which is fully self contained).

For debugging, I can directly overlay a onLongClickListener after ViewA 
instantiation in the ViewPager Adapter, and that works.  However, lower 
down in my custom view, it never recieves the longClick... but ONLY when 
instantiatiated in Activity 2.  Activity1 works fine.


Hopefully this makes sense to someone and you can give me some pointers on 
how to debug this ?

&lt;/pre&gt;</description>
    <dc:creator>Mind</dc:creator>
    <dc:date>2013-05-17T14:05:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236853">
    <title>No Intent to selection Contact Groups ?</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236853</link>
    <description>&lt;pre&gt;Is it necessary to code a custom activity to select a group of contacts? 
 Is there no build in activity that can handled ACTION_PICK for  

Groups.CONTENT_URI?  Does anyone have an open source recommendation for 
this?  Certainly wouldn't be hard to implement, just seems like something 
that's probably been done before.


w.

&lt;/pre&gt;</description>
    <dc:creator>Deepwinter</dc:creator>
    <dc:date>2013-05-17T10:08:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236844">
    <title>Android Studio running slow...</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236844</link>
    <description>&lt;pre&gt;I was wondering if anyone else is  experiencing Android Studio running 
really slow..It appears to also be  starting to effect my whole system.   
But then it may be something else, but did not start until I installed 
Android Studio...

&lt;/pre&gt;</description>
    <dc:creator>Tone</dc:creator>
    <dc:date>2013-05-16T21:20:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236839">
    <title>GLES20Canvas</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236839</link>
    <description>&lt;pre&gt;Can someone help me understand why I can't find GLES20Canvas in my 
android.jar?

I see it here:

http://grepcode.com/file_/repository.grepcode.com/java/ext/com.google.android/android/4.2.2_r1/android/view/GLES20Canvas.java/?v=source

But, it's not here:

&amp;lt;https://lh3.googleusercontent.com/-Lq8ZI3GiXYw/UZU82_wyI4I/AAAAAAAAAeY/r8ICEQL35v0/s1600/gles20.png&amp;gt;


Thanks.

&lt;/pre&gt;</description>
    <dc:creator>bob</dc:creator>
    <dc:date>2013-05-16T20:09:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236838">
    <title>Error installing Android Studio Preview version</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236838</link>
    <description>&lt;pre&gt;I am following the instructions for installing Android Studio Preview on 
Linux. I am running Ubuntu 12.10 64 bit. This is the specific message I got:

'tools.jar' is not in the Android Studio classpath.


I then tried:

export JAVA_HOME=/usr/lib/jvm/default-java


based on advice on askubuntu.com, to no avail. Does anyone know what the 
issue might be, or how I can go resolving this? I would really like to try 
out Android Studio, since it looks really cool based on the presentation 
during the IO keynote.

&lt;/pre&gt;</description>
    <dc:creator>Matt Kevins</dc:creator>
    <dc:date>2013-05-16T19:50:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236833">
    <title>Phone does not update an app from google store</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236833</link>
    <description>&lt;pre&gt;Hello,

I am experiencing a strange issue with one of my customers.  Their Android 
phone does not download updates from the google play store.

They have PlayStore app configured to "Auto-update apps at any time." 
 However, even though the new update is online it would not install it for 
some reason.  

I am noticing on my own phone that some applications are not auto-updating 
either.  I have the same setting "Auto-update apps at any time." set but 
there are a few apps (YouTube, TeleNav GPS, Expedia app, etc.) that show up 
under "Manual Updates" in the play store app and would not update 
automatically.

Do you know what the reason may be?

Thank you.


&lt;/pre&gt;</description>
    <dc:creator>gt8887b</dc:creator>
    <dc:date>2013-05-16T17:26:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236831">
    <title>Android Studio bug tracer</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236831</link>
    <description>&lt;pre&gt;Hello,

where can you submit bugs for newly released Android Studio?

&lt;/pre&gt;</description>
    <dc:creator>Filip Zymek</dc:creator>
    <dc:date>2013-05-16T16:59:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236829">
    <title>License for Google Volley</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236829</link>
    <description>&lt;pre&gt;I caught the steaming video for Google Volley yesterday.  Seems
impressive. Forgive the silly question, but what are the Terms of
Service / licensed used for Volley?
--
http://www.opgenorth.net

&lt;/pre&gt;</description>
    <dc:creator>Tom Opgenorth</dc:creator>
    <dc:date>2013-05-16T16:44:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236827">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236827</link>
    <description>&lt;pre&gt;hello evrybody, im newbie in android developping that s why i need your
help to solve this issue:
i have a mapview that contains overlays , evry one presents a location of a
product and it s price at that point ( all the informations are got from
web services) and i can display theses informations on clicking on the
overlay.
Now my object is to add the selected product to the shopping list , i don't
know if there exist a way like right click on the point and launch an
action which get theses informations
help please

&lt;/pre&gt;</description>
    <dc:creator>asma rezgui</dc:creator>
    <dc:date>2013-05-16T16:11:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236809">
    <title>ClassNotFoundException after upgrading to latest SDK tools v 22 and ADT v 22</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236809</link>
    <description>&lt;pre&gt;I just updated SDK tools and ADT to the latest v22 and now I can't run any 
of my applications. The exception is the same: main activity class is not 
found

05-16 12:12:33.137: D/AndroidRuntime(11138): Shutting down VM
05-16 12:12:33.137: W/dalvikvm(11138): threadid=1: thread exiting with 
uncaught exception (group=0x40a13300)
05-16 12:12:33.157: E/AndroidRuntime(11138): FATAL EXCEPTION: main
05-16 12:12:33.157: E/AndroidRuntime(11138): java.lang.RuntimeException: 
Unable to instantiate activity 
ComponentInfo{au.com.classbreak.peshake/au.com.classbreak.peshake.MainActivity}: 
java.lang.ClassNotFoundException: au.com.classbreak.peshake.MainActivity
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1983)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.app.ActivityThread.access$600(ActivityThread.java:130)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.os.Handler.dispatchMessage(Handler.java:99)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.os.Looper.loop(Looper.java:137)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.app.ActivityThread.main(ActivityThread.java:4745)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
java.lang.reflect.Method.invokeNative(Native Method)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
java.lang.reflect.Method.invoke(Method.java:511)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
dalvik.system.NativeStart.main(Native Method)
05-16 12:12:33.157: E/AndroidRuntime(11138): Caused by: 
java.lang.ClassNotFoundException: au.com.classbreak.peshake.MainActivity
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
java.lang.ClassLoader.loadClass(ClassLoader.java:501)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
java.lang.ClassLoader.loadClass(ClassLoader.java:461)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.app.Instrumentation.newActivity(Instrumentation.java:1053)
05-16 12:12:33.157: E/AndroidRuntime(11138): at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1974)
05-16 12:12:33.157: E/AndroidRuntime(11138): ... 11 more

Coluld anyone help me to resolve this?

&lt;/pre&gt;</description>
    <dc:creator>DennisG</dc:creator>
    <dc:date>2013-05-16T12:15:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236808">
    <title>Losing OpenGL context when home button is pressed! How to fix?</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236808</link>
    <description>&lt;pre&gt;I am trying to fix my apps OpenGL context loss whe the home button is 
pressed or when a call is received. How do I retreive the previous OpenGL 
states?? I am using OpenGL ES 2 and make sure to reload all the textures 
when a SurfaceCreated() is detected but it still isn't working. I assume I 
have to reload my shaders in the SurfaceCreated() and do I have to recall 
things like glViewport()?? Because all I am getting at the moment is a 
black screen. My shaders were moved to where the textures are loaded (as 
static objects) but unfortunately they don't work when I try to assign 
matrix handles to the shaders. I get java io exception errors. Null pointer 
exception etc. Will fixing this problem fix the overall context loss 
issue?? Thanks for your help.

&lt;/pre&gt;</description>
    <dc:creator>reaktor24</dc:creator>
    <dc:date>2013-05-16T12:13:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236806">
    <title>Generate Barcode</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236806</link>
    <description>&lt;pre&gt;Hi,
How can i create a simple bar code create example in android.
here when enter number in edit text that number will convert into bar code
image.
Please give me suggestion how can i implement this.

&lt;/pre&gt;</description>
    <dc:creator>sree android</dc:creator>
    <dc:date>2013-05-16T12:13:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236794">
    <title>ListView with "selected" state does not work when list item view has a background</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236794</link>
    <description>&lt;pre&gt;Hi!

I'm trying to understand the mechanics behind "highlighting" the "selected" 
list item. I have a list fragment, which might display with a secondary 
"details fragment" if the screen width allows it. In that case, I want to 
highlight the selected list item. In order to do so, the listview has 
defined choice mode of single, and also a defined selector:

listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
listView.setSelector(R.drawable.listitem_selector);

The list uses a custom view for layout, and when the view does not set the 
"android:background", the listitem_selector works -- it shows on the 
screen. When the row layout has a background set to a drawable (in my case, 
it is selector, consisting of colors), the listitem_selector does not work. 
I tried the methods explained in the stackoverflow post&amp;lt;http://stackoverflow.com/questions/2562051/listview-item-background-via-custom-selector&amp;gt;, 
but the approach does not work, at least not in my case.

I'm obviously missing a part of the puzzle and I would appreciate any 
insight into this matter.

One possible solution I see is modifying the backing adapter implementation 
and providing a different view based on the state of the item, but that 
seems like wrong approach -- I would have to update the adapter with 
information on the selected item and call notifyDataSetChanged, which would 
(I suppose) result in an unnecessary re-drawing of the whole list.

Regards,
 Miha.

&lt;/pre&gt;</description>
    <dc:creator>Miha</dc:creator>
    <dc:date>2013-05-16T09:14:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236793">
    <title>Updated to ADT 22: 'R cannot be resolved to a variable'</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236793</link>
    <description>&lt;pre&gt;Since the update, I have this error in all my projects (including when 
creating a new Android project from scratch).
I am stuck.
Does anybody have this issue?
Is there an easy way to downgrade to the previous version?

Thanks a lot=

&lt;/pre&gt;</description>
    <dc:creator>BoD</dc:creator>
    <dc:date>2013-05-16T09:11:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.android.devel/236792">
    <title>Android Studio for IntelliJ - Plugin</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.android.devel/236792</link>
    <description>&lt;pre&gt;Morning,

Does anybody know (or is it reasonable to expect) Android Studio to be 
available as a plugin for existing license holders of IntelliJ 12?

&lt;/pre&gt;</description>
    <dc:creator>Andrew Weir</dc:creator>
    <dc:date>2013-05-16T09:01:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.handhelds.android.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.handhelds.android.devel</link>
  </textinput>
</rdf:RDF>
