[android-developers] task in tab from TabHost

2009-04-20 Thread Benny
Hi everybody, is it possible to load a hole android-task in a single tab from the TabHost widget? --~--~-~--~~~---~--~~ 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] android-task in tab from TabHost widget

2009-04-20 Thread Benny
Hi everybody, is it possible to load a whole android-task in a single tab from the TabHost widget? --~--~-~--~~~---~--~~ 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] Binding a GridView to a provider?

2008-11-22 Thread Benny
i'm trying to bind a GridView to a collection of image thumbnails from the MediaStore provider. my impression is that i need to create a cursor via a managed query, then create an adapter from that, and assign that adapter to the GridView. can anyone show me how to do this? the documentation is

[android-developers] group views in Layouts and set states of children

2010-06-01 Thread Benny
Hi folks, is it possible to group the content of a layout and set the state of every view if one of the hole group was touched or focused? ListView rows theme to do so but i don't know how to to that with a RelativeLayouts Thank you so much and cheerio Benny -- You received this message

Re: 回复: [android-developers] Re: Probl em with setTheme() method

2009-06-12 Thread Benny
style name=Theme.MyDialog parent=android:style/Theme.Dialog item name=android:backgroundDimAmount0/item item name=android:windowNoTitletrue/item /style works for me ... greet On Apr 18, 4:24 pm, agirardello andrea.girarde...@gmail.com wrote: I have the very

[android-developers] Launch browser with Intent and post parameters

2009-06-29 Thread Benny
Is it possible to fire up an Intent to start the browser and put some parameters to this Intent which where send by post method if the browser do the request to the server? I would like to do something like this: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(http://

[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-15 Thread Benny
Hi there, is there a possibility to debug via wlan? On Jul 14, 8:35 pm, Da Yang daboil...@googlemail.com wrote: OK. There is only one way to test my camera application. use any APK Installer install the apk, though it's not handy, it's the solution in the moment. But thank you for your

[android-developers] Is it possible to embed an app widget in an activity?

2010-03-22 Thread Benny
Hi, I want to embed the analog clock in my application. I use AnalogClock android:layout_width=wrap_content android:layout_height=wrap_content / in my layout XML file, but the clock's appearance is different from the one added in Home screen. I know I can copy the

[android-developers] Re: Is it possible to embed an app widget in an activity?

2010-03-25 Thread Benny
Actually I want to write a Home, and put some widgets on it when it starts, not need user to choose. -- 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

[android-developers] Make My CustomCamera App appear on the Select files to upload Dialog when click on input type='file' control on a webpage

2012-07-31 Thread Benny Chan
Hi, As mentioned in the subject line, can you please advice how I can achieve that? Thank you. Regards, Benny -- 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

[android-developers] Android MVVM framework write in kotlin

2015-12-18 Thread Benny Wang
I'm work on a project KBinding(https://github.com/BennyWang/KBinding.git) which work on the binding between View and ViewModel. Views are created by Anko DSL like class MainActivityUI : ViewBinderComponent { override fun builder(): AnkoContext<*>.() -> Unit = { verticalLayout {

[android-developers] Kotlin for Android, MVVM framework, simple but powerful

2015-12-23 Thread Benny Wang
https://github.com/BennyWang/KBinding.git -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this

[android-developers] Urgent :: [Geocoder] What is the percentage of devices NOT supporting Geocoder API ?

2016-11-30 Thread Benny Zemmour
As part of my development feature development I need to know the location of the device based on the GPS coordinates. For this I am planning to use the *Geocoder*. getFromLocation() API. https://developer.android.com/reference/android/location/Geocoder.html. I see in the documentation