Re: [android-developers] Is it possible to split only some items into the bottom with split ActionBar?

2014-01-27 Thread Xi Shen
when using google, i only check the first 2 hits...damn google...lol thanks man xD On Wed, Jan 22, 2014 at 3:26 PM, TreKing wrote: > > On Tue, Jan 21, 2014 at 10:54 PM, davidshe...@googlemail.com < > davidshe...@gmail.com> wrote: > >> I am trying to implement a action bar style like >> https:/

[android-developers] Android Studio does not see compile dependencies added in project.afterEvaluate

2014-01-27 Thread Alexander Osmanov
Hi, I am writing a Gradle plugin that would add compile dependencies based on values I declare in extension. More specifically in extension I declare a version of a lib I want to be added. So like this: awslibs { awslib1 { version '1.0.0' } } However in plugin "apply" method this ext

Re: [android-developers] Scrolling framelayout in TabHost

2014-01-27 Thread TreKing
On Mon, Jan 27, 2014 at 6:58 AM, Rahul Kaushik wrote: > i am creating tabhost dynamically i want all the tabs to be fixed and > framelayout tob scrolling > Please suggest > Please explain your problem in more detail. ---

[android-developers] Re: how to Check mobile data on/off in the device settings.

2014-01-27 Thread 12169
Hi, I just want to check ,mobile data on/off in the device settings. On Sunday, January 26, 2014 9:52:19 AM UTC-8, 12169 wrote: > > Hi, > I want to check whether mobile data is on/off, and for this I use the > below code > > ConnectivityManager cm = (ConnectivityManager) context > .

[android-developers] Scrolling framelayout in TabHost

2014-01-27 Thread Rahul Kaushik
i am creating tabhost dynamically i want all the tabs to be fixed and framelayout tob scrolling Please suggest Thanks RK -- 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.c

[android-developers] Re: how to Check mobile data on/off in the device settings.

2014-01-27 Thread lbendlin
What do you actually need to accomplish? Normally you would try to reach a well known host like 8.8.8.8 and if that succeeds you're connected (on whatever network connection). On Monday, January 27, 2014 4:06:58 AM UTC-5, 12169 wrote: > > Hi, > > is there any way to check ,mobile data on/off in

[android-developers] Scrollable COntent

2014-01-27 Thread Rahul Kaushik
I am dynamically creating tabs and there contant but i am not to able scroll the cotent of tabs pls sugges below is my code TabHost tabHost ; TabSpec ts1 = tabHost.newTabSpec(value); TabWidget tabWidget = new TabWidget(frmAudit.this); tabWidget.setId(android.R.id.tabs); tabWidget.setBackgroundC

[android-developers] Re: how to Check mobile data on/off in the device settings.

2014-01-27 Thread 12169
Hi, is there any way to check ,mobile data on/off in the settings. On Sunday, January 26, 2014 11:22:19 PM UTC+5:30, 12169 wrote: > > Hi, > I want to check whether mobile data is on/off, and for this I use the > below code > > ConnectivityManager cm = (ConnectivityManager) context >