[android-developers] Playing audio youtube streaming

2012-04-07 Thread Moshik Levi
Hello everyone, I'm trying to develop an application. This application should play just the audio of an YouTube video stream in the build-in android media player. The application will go to an http://www.youtube.com/watch?v=...; or any other way and play it. Can someone help me to figure out how

[android-developers] Android Proguard with external jar

2011-07-29 Thread Moshik Levi
Hello everybody, I'm have added external jar file to the libs folder of mt project and configure it in the build path. When i try to Export Android Package i receive a Proguard error message for a lot of reference classes that aren't found, For example: Warning: com.itextpdf.text.BaseColor: can't

[android-developers] How to add CheckBox to any ListView item?

2010-04-23 Thread Moshik Levi
Hi everybody, I'm writing an app with ListView layout and i want to add to any line in this ListView CheckBox. How can i do this? This is my XML file: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;