P
Sent from legacy BB

-----Original Message-----
From: [email protected]
Sender: [email protected]
Date: Sat, 05 May 2012 06:33:55 
To: Digest Recipients<[email protected]>
Reply-To: [email protected]
Subject: [android-developers] Digest for [email protected] -
 11 Messages in 10 Topics

=============================================================================
Today's Topic Summary
=============================================================================

Group: [email protected]
Url: http://groups.google.com/group/android-developers/topics

  - start activity [2 Updates]
    http://groups.google.com/group/android-developers/t/bd7f4f8305576ba3
  - Retrieving list of downloaded apps [1 Update]
    http://groups.google.com/group/android-developers/t/5b9f77d933f60325
  - Filesystem Operation in C [1 Update]
    http://groups.google.com/group/android-developers/t/3510a5ea1bebce75
  - How to build row item child views that can overlap rows, for a custom 
calendar application [1 Update]
    http://groups.google.com/group/android-developers/t/c8266b4a6f7d3e76
  - Consumer closed input channel [1 Update]
    http://groups.google.com/group/android-developers/t/9218f6d91da0fbb
  - After updating the SDK stopped working AdMob and Mobclix [1 Update]
    http://groups.google.com/group/android-developers/t/b8613d9f5ec3baea
  - Sound problems when trying to play same sound very fast [1 Update]
    http://groups.google.com/group/android-developers/t/3e8733ddf5b88bb3
  - HIDE_NAVIGATION does not cause Configuration change? [1 Update]
    http://groups.google.com/group/android-developers/t/fbfd0d8be0591f53
  - Transport endpoint is not connected [1 Update]
    http://groups.google.com/group/android-developers/t/5173d08b19a10de6
  - Imeoptions done button not showing in keyboard in android [1 Update]
    http://groups.google.com/group/android-developers/t/dafd34cc143a82d2


=============================================================================
Topic: start activity
Url: http://groups.google.com/group/android-developers/t/bd7f4f8305576ba3
=============================================================================

---------- 1 of 2 ----------
From: BNReddy <[email protected]>
Date: May 05 09:47AM +0530
Url: http://groups.google.com/group/android-developers/msg/3e0a462beaa0ee30

Yes,
and u dicker the class name in AndroidManifest.xml
 <activity android:name=". nextActivity"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
 so is fine
On Fri, May 4, 2012 at 5:57 PM, Narendra Singh Rathore <

-- 
Regards,
Narayanareddy.B
9032478372


---------- 2 of 2 ----------
From: BNReddy <[email protected]>
Date: May 05 09:48AM +0530
Url: http://groups.google.com/group/android-developers/msg/3ae499d977ffd664


-- 
Regards,
Narayanareddy.B
9032478372



=============================================================================
Topic: Retrieving list of downloaded apps
Url: http://groups.google.com/group/android-developers/t/5b9f77d933f60325
=============================================================================

---------- 1 of 1 ----------
From: Dianne Hackborn <[email protected]>
Date: May 04 06:56PM -0700
Url: http://groups.google.com/group/android-developers/msg/2b2623b36bb8d573

PackageManager.getInstalledApplications() and filter out the ones with
FLAG_SYSTEM set.


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.



=============================================================================
Topic: Filesystem Operation in C
Url: http://groups.google.com/group/android-developers/t/3510a5ea1bebce75
=============================================================================

---------- 1 of 1 ----------
From: Lew <[email protected]>
Date: May 04 05:48PM -0700
Url: http://groups.google.com/group/android-developers/msg/13e79a39f445150

On Friday, May 4, 2012 3:39:42 PM UTC-7, mm w wrote:
> concern, then you are a stubborn boy, trying to sell me I should use 
> java (thing I said in my first post don't to hear about), not fitting 
> my exercise. 

Well, you are a real putz. You call people "boy", you get all snarky 
when they help you, you argue with the answers when you aren't 
flippantly spouting non sequiturs, and you get all egotistically 
arrogant when people call you on your bullshit.

And they were even nice about it. Which you weren't.

Plus you spelled "Java" wrong. Tricky, since it's only four letters long.

 -- 
Lew



=============================================================================
Topic: How to build row item child views that can overlap rows, for a custom 
calendar application
Url: http://groups.google.com/group/android-developers/t/c8266b4a6f7d3e76
=============================================================================

---------- 1 of 1 ----------
From: Michael Chan <[email protected]>
Date: May 04 05:48PM -0700
Url: http://groups.google.com/group/android-developers/msg/e8a3cc60fb29d290

Hi,

Have a look at:
http://developer.android.com/guide/topics/ui/dialogs.html
http://developer.android.com/guide/topics/ui/notifiers/notifications.html
http://developer.android.com/guide/topics/ui/menus.html

Thanks,
Mike

On Fri, May 4, 2012 at 3:31 PM, David Ozersky



=============================================================================
Topic: Consumer closed input channel
Url: http://groups.google.com/group/android-developers/t/9218f6d91da0fbb
=============================================================================

---------- 1 of 1 ----------
From: Lew <[email protected]>
Date: May 04 05:30PM -0700
Url: http://groups.google.com/group/android-developers/msg/e978b50e03210508

Ready4Android wrote:

> Any help would be greatly appreciated. And as the OP I gotta admitt, that 
> I have 
> no idea what "fd" means? 

"fd" is standard programmerese for "file descriptor".

It's sort of important to know how a computer works to program for it. 
Android runs on Linux, and "fd" is a standard Linux (and Unix, and Windows)
term.

-- 
Lew



=============================================================================
Topic: After updating the SDK stopped working AdMob and Mobclix
Url: http://groups.google.com/group/android-developers/t/b8613d9f5ec3baea
=============================================================================

---------- 1 of 1 ----------
From: dvpt <[email protected]>
Date: May 04 05:21PM -0700
Url: http://groups.google.com/group/android-developers/msg/500715def3e8d0d0

Suggested, AdMob.jar library should be in the folder libs. This
innovation from 17 sdk.




=============================================================================
Topic: Sound problems when trying to play same sound very fast
Url: http://groups.google.com/group/android-developers/t/3e8733ddf5b88bb3
=============================================================================

---------- 1 of 1 ----------
From: Lew <[email protected]>
Date: May 04 05:16PM -0700
Url: http://groups.google.com/group/android-developers/msg/249b3203fb777002

Fran wrote:
> quality, and with this approach at maximum rotation speed is working 
> fine, and I think that for the first release of the game is good 
> enough. 


Thank you very much for sharing your solution with us.

-- 
Lew



=============================================================================
Topic: HIDE_NAVIGATION does not cause Configuration change?
Url: http://groups.google.com/group/android-developers/t/fbfd0d8be0591f53
=============================================================================

---------- 1 of 1 ----------
From: Dianne Hackborn <[email protected]>
Date: May 04 04:49PM -0700
Url: http://groups.google.com/group/android-developers/msg/ce2524ce487006bd

This is a temporary state.  The screen size is (as of ICS) always reported
with the nav bar excluded.  Having the screen size change and result in a
configuration change would make it very difficult to do clean transitions
between these states, and is just not needed.  All that will happen is the
foreground application will temporarily get a little more space in which to
place its UI...  and it is the one that requested this, so it should be
happy to deal with it.  (Even if it didn't instigate this, and is written
in a bad way where it isn't using standard layout managers that know how to
adjust to changes in window size, worst case it just won't use the
temporarily available extra screen space.)


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.



=============================================================================
Topic: Transport endpoint is not connected
Url: http://groups.google.com/group/android-developers/t/5173d08b19a10de6
=============================================================================

---------- 1 of 1 ----------
From: TreKing <[email protected]>
Date: May 04 06:44PM -0500
Url: http://groups.google.com/group/android-developers/msg/84c6a2c99c7d7c8c


> I'm getting this error in some devices when using sockets. It occurs
> with 3G and wifi connections. The error is intermitent.

> Is anyone aware of the problem and maybe for a fix?

If you Google '*"Transport endpoint is not connected" android*' you get
this:

http://stackoverflow.com/questions/6296352/android-java-net-sockettimeoutexception-transport-endpoint-is-not-connected

Does that help?

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices



=============================================================================
Topic: Imeoptions done button not showing in keyboard in android
Url: http://groups.google.com/group/android-developers/t/dafd34cc143a82d2
=============================================================================

---------- 1 of 1 ----------
From: Perumss Naren <[email protected]>
Date: May 04 12:20PM +0530
Url: http://groups.google.com/group/android-developers/msg/2812b6e87c283717

HI all,

                  Imeoptions done button not showing in keyboard instead it
showing enter button but functionality work like done button. i need to
replace that enter button to done button.

                  i tried:  android:imeOptions="actionDone" in xml file can
you help how to display done image in virtual android keyboard. i tried in
htc and Samsung devices



-- 
Regards,

Perumal.N




-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to