[android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread superpsycho
) that is what Android uses. On Thursday, 13 September 2012 08:40:42 UTC+3, superpsycho wrote: Does Button.getBackgroundDrawable() on a original Android button give me a normal drawable or the AndroidOS specific nine-patch drawable? - Or how can i test it by my self cause I think any method to display

Re: [android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread superpsycho
I think you ahve to open you own thread... Under this headline nobody will will find you. Am Donnerstag, 13. September 2012 12:23:37 UTC+2 schrieb sravanthi dadu: hi, can any one please solve my problem regarding Facebook for android... i got an error in logcat as follows..

Re: [android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread superpsycho
U are wrong in here. Stop trolling, write your own Fb (with better API i hope) and stfu. Am Donnerstag, 13. September 2012 12:48:12 UTC+2 schrieb sravanthi dadu: how can i import facebook_sdk in our sample progrm -- You received this message because you are subscribed to the Google Groups

[android-developers] Button.getBackgroundDrawable() return value?

2012-09-12 Thread superpsycho
Does Button.getBackgroundDrawable() on a original Android button give me a normal drawable or the AndroidOS specific nine-patch drawable? - Or how can i test it by my self cause I think any method to display a drawable hints the nine-patch elements at the sides... Thx for all the helpful rplyZ.

[android-developers] Re: Serial BluetoothSTREAM without packaging

2012-07-23 Thread superpsycho
encapsulation etc. Is that possible with Android? Am Freitag, 20. Juli 2012 13:51:01 UTC+2 schrieb superpsycho: Hey devs, i would like to know if it´s possible to sent data over bluetooth without interruption. With the source below i got fragmented packages on the reciverside. CODE: OutputStream

[android-developers] Re: Serial BluetoothSTREAM without packaging

2012-07-22 Thread superpsycho
your data into one big buffer and do one send of the big buffer? On Friday, July 20, 2012 6:51:01 AM UTC-5, superpsycho wrote: Hey devs, i would like to know if it´s possible to sent data over bluetooth without interruption. With the source below i got fragmented packages on the reciverside

[android-developers] Re: Sole Trader in Germany?

2012-07-20 Thread superpsycho
I´m a german dev-beginner and i can tell you, our taxsystem is as complex as hell... I think you have a german giro-account right? So the way i would go is to contact the local depatment of taxes where your bank is located. They might help you much better than any dev because the whole thing

[android-developers] Serial BluetoothSTREAM without packaging

2012-07-20 Thread superpsycho
Hey devs, i would like to know if it´s possible to sent data over bluetooth without interruption. With the source below i got fragmented packages on the reciverside. CODE: OutputStream outStream = serialSocket.getOutputStream(); Log.d(TAG,outStream created

[android-developers] Dialog with dynamic ListView content

2012-07-17 Thread superpsycho
I would like to build an Alertdialog containing a ListView with dynamic changing content in the ListView. All I build is an AlertDialog and I don´t know what to implement next. ListView, ListAdapter, Activitys or w00t? Anyway the all mighty google gave me answers to questions i didn´t ask. I

[android-developers] Bound Bluetoothdevices in my app

2012-07-17 Thread superpsycho
Is that possibly in general cause i searched for it a several time without a result. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] SeekBars in ListView with crosslink/interlock

2012-06-15 Thread superpsycho
MagouyaWare: The values of your Seekbars need to be stored in your adapter... You can then query the adapter for the information you need. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 14, 2012 at 8:11 AM, superpsycho s.thues...@gmx.de wrote

[android-developers] SeekBars in ListView with crosslink/interlock

2012-06-14 Thread superpsycho
I have a Problem with my customized ListView. Most of my Listviews recommend a seekbar, so I created a custom layout with one and create a arrayadapter that matches to it. If I undestood right, every row in the ListView is an own View. So far everything work fine. \o/ New recommendations let me

[android-developers] call an Activity by intend and callbyvalue

2012-05-21 Thread superpsycho
Hi, i´ll want to call the NextActivity, give an integer to its creation and identify whats to create by the given int. My existing code is like: 1. Intent dosth = new Intent(ThisActivity.this, NextActivity.class); 2. startActivity(dosth); what i simply want to have is: 1. Intent dosth = new