[android-developers] Any body knows how t ocreate popup Window class

2013-09-12 Thread Amit Mangal
Hi there is any body knows how to create popup window class so that i could call any activity to show drop down popup on some layout ? thanks -- 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] ADT in Eclipse hangs Windows XP

2013-09-12 Thread Yar
Since some version of Android SDK tools (I guess 17) I experience occasional (quite often actualy) hangs of my PC. Outside of Eclipse I have completely no problems with it. Now I have ver. 21 and the problem persists. Can't the Google devs develop a SOLID, well tested software? Don't they care

Re: [android-developers] Is treking knows how to create popup window class

2013-09-12 Thread TreKing
On Thu, Sep 12, 2013 at 11:12 AM, Amit Mangal forum.amit.man...@gmail.comwrote: Is treking knows how to create popup window class i want to display message like toast and disappear after 3 seconds Dude, why are you calling me out and spamming this list? Quit that shit.

Re: [android-developers] Is treking knows how to create popup window class

2013-09-12 Thread Amit Mangal
You wasted my thread i asked some thing and u wasted my thread now no one reply. If u dont know the solution then why do u reply here On 12-Sep-2013 10:15 PM, TreKing treking...@gmail.com wrote: On Thu, Sep 12, 2013 at 11:12 AM, Amit Mangal forum.amit.man...@gmail.com wrote: Is treking

[android-developers] On which version of idea was built android studio?

2013-09-12 Thread Anatoly Korniltsev
Is there any way to figure out on which version was based android stuidio built? By version I mean buildnumber or maybe tagged commit from intellij public repo Anything will be helpfull. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Becoming a Top Developer

2013-09-12 Thread Nathan
On Wednesday, September 11, 2013 5:15:20 PM UTC-7, Brad OHearne wrote: At my own peril, I'll echo the latter comment, speaking primarily to a much younger and more foolish version of myself. While it is always admirable to shoot for the top, and understanding the desire to be recognized

Re: [android-developers] Is treking knows how to create popup window class

2013-09-12 Thread TreKing
On Thu, Sep 12, 2013 at 11:46 AM, Amit Mangal forum.amit.man...@gmail.comwrote: You wasted my thread i asked some thing and u wasted my thread now no one reply. If u dont know the solution then why do u reply here I don't think you understand how threads work. One does not waste a thread by

[android-developers] Understanding android multi user framework [Not app related]

2013-09-12 Thread Giles Ian
I want to understand how the multi user profiles work on data level. Like how the data isolation is maintained, how and where is the data kept for different user. I did google but could not find any detailed document by google or aosp except

[android-developers] Reading all accounts on the device

2013-09-12 Thread Giles Ian
Is it possible to developer a app which can read all the accounts on device like FB/Twitter/gmail etc including password. Can it be 3rd party app if yes what permission will it need. Can it be a system app Any help/link would be greatly appreciated. Thanks -- You received this message

[android-developers] Crash on LG Devices: IllegalArgumentException: Invalid payload item type

2013-09-12 Thread roundhill
I'm wondering if anyone can share the solution that was added to the Gmail app to fix a crash on LG devices, as described in this thread: https://productforums.google.com/forum/#!msg/gmail/lxzmON5kDlc/ToWS2pzrGfgJ We are seeing the exact same crash in our app (only on LG devices) and haven't

[android-developers] Re: Crash on LG Devices: IllegalArgumentException: Invalid payload item type

2013-09-12 Thread Jonathan S
http://stackoverflow.com/questions/7658725/android-java-lang-illegalargumentexception-invalid-payload-item-type On Thursday, September 12, 2013 7:21:19 PM UTC-4, roundhill wrote: I'm wondering if anyone can share the solution that was added to the Gmail app to fix a crash on LG devices, as

[android-developers] http://android.stackexchange.com/questions/53147/getting-all-account-details-including-password-on-rooted-device

2013-09-12 Thread Giles Ian
http://android.stackexchange.com/questions/53147/getting-all-account-details-including-password-on-rooted-device -- 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

[android-developers] Re: ADT in Eclipse hangs Windows XP

2013-09-12 Thread Lew
Yar wrote: Since some version of Android SDK tools (I guess 17) I experience occasional (quite often actualy) hangs of my PC. Outside of Eclipse I have completely no problems with it. Now I have ver. 21 and the problem persists. Can't the Google devs develop a SOLID, well tested software?

[android-developers] Is treking knows how to create popup window class

2013-09-12 Thread Amit Mangal
Is treking knows how to create popup window class i want to display message like toast and disappear after 3 seconds -- 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

Re: [android-developers] Reading all accounts on the device

2013-09-12 Thread TreKing
On Thu, Sep 12, 2013 at 5:58 PM, Giles Ian gilesian@gmail.com wrote: Is it possible to developer a app which can read all the accounts on device like FB/Twitter/gmail etc including password. Including password? Seriously? No. At least I would really hope this is not possible.

Re: [android-developers] Any body knows how t ocreate popup Window class

2013-09-12 Thread Mukesh Srivastav
All you have to do is create a poplayout and in the mainfest file you will have to add the android:theme=@android:style/Theme.Dialog params and in your acitivity just call as normal intent. It opens as pop up window. On Thu, Sep 12, 2013 at 3:41 PM, Amit Mangal