Re: [android-developers] Keeping an activity alive

2011-11-09 Thread Pawan Singh Rathore
The best practice is to launch webview by some user event, Even if you want, then you can maintain a flag inside onDestroy() method of Activity, that activity is destroyed or just gone into background. Hope it helps Thanks BR, Pawan Rathore On Wed, Nov 9, 2011 at 1:26 PM, cipher_neo

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-09 Thread Pawan Singh Rathore
in right direction? Thanks BR, Pawan Rathore 2011/11/8 Francisco Dalla Rosa soares soa...@argo.bz That means they have a partnership with google or some company who has a partnership with google, who gave them access to the source code. 2011/11/8 Pawan Singh Rathore pawan.s.rath

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-09 Thread Pawan Singh Rathore
and foremost, you're on the wrong list. Find a more appropriate one here: http://source.android.com/community/index.html 09.11.2011 16:58, Pawan Singh Rathore пишет: Am I in right direction? -- Kostya Vasilyev -- You received this message because you are subscribed to the Google

Re: [android-developers] hyperlink using textview

2011-11-09 Thread Pawan Singh Rathore
Why are you keep asking such a simple questions. No one gonna write codes for you,and giving you suggestions. Try out yourself. If you'll have some issue thn post your code here. Thanks BR, Pawan Rathore On Wed, Nov 9, 2011 at 6:46 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote:

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-09 Thread Pawan Singh Rathore
to learn what the other changes are, the window manager, along with input handling, etc.. might be the right place to *start* reading. kris On Wed, Nov 9, 2011 at 8:15 AM, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote: You mean to say on wrong group, I have applied to those groups

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-08 Thread Pawan Singh Rathore
Hi Hackborn, You mean to say that they have modified the platform. Was honeycom source ever be available to download? Thanks BR, Pawan Rathore On Tue, Nov 8, 2011 at 1:22 PM, Dianne Hackborn hack...@android.com wrote: On Mon, Nov 7, 2011 at 9:25 PM, Pawan Singh Rathore pawan.s.rath

Re: [android-developers] Fragments

2011-11-08 Thread Pawan Singh Rathore
on this list. On Mon, Nov 7, 2011 at 9:41 PM, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote: Hi All, I want to know that, how can we launch any app present in the device inside a fragment. For better idea about question you can check out this linkhttp://www.onskreen.com/cornerstone

Re: [android-developers] sqlite database

2011-11-08 Thread Pawan Singh Rathore
Try with table layout, And fill different colors for Table and Table row, set margins so that it will show like table with lines. You can easily google it. Thanks BR, Pawan Rathore On Tue, Nov 8, 2011 at 11:42 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: hi frnds, I actually

Re: [android-developers] ManagedQuery for Images returns null

2011-11-08 Thread Pawan Singh Rathore
Have you set permission to access SDCard in manifest file ? These silly mistakes I often do. Thanks BR, Pawan Rathore On Wed, Nov 9, 2011 at 10:09 AM, Ankur Avlani ankuravl...@gmail.com wrote: Hi, The following code returns a null Cursor to me String[] projection =

[android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Hi All, I need to customize Android Source code in a such a way that, It can run multiple Application on the same screen. Is that possible? Please share your thoughts and Ideas... Thanks BR, Pawan -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Development platform

2011-11-07 Thread Pawan Singh Rathore
Best Regards, Pawan Rathore Ubuntu is best one. I am using 11.04 On Sat, Nov 5, 2011 at 4:28 PM, anup anupwattam...@gmail.com wrote: Hello i am newbee for the android development can anyone suggest suitable linux platform to develop application for android phone... -- You received this

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
/topics/fundamentals/fragments.html =android 3.0 2011/11/7 TreKing treking...@gmail.com: On Mon, Nov 7, 2011 at 12:48 AM, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote: I need to customize Android Source code in a such a way that, It can run multiple Application on the same

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Can you please share your idea, that how can I achieve this? Best Regards, Pawan Rathore On Mon, Nov 7, 2011 at 6:17 PM, TreKing treking...@gmail.com wrote: On Mon, Nov 7, 2011 at 12:48 AM, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote: I need to customize Android Source code

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
, Mark Murphy mmur...@commonsware.com wrote: On Mon, Nov 7, 2011 at 8:03 AM, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote: But using fragments how can we run app, inside fragment. You can't. This would require substantial modifications to Android itself. -- Mark Murphy (a Commons Guy

Re: [android-developers] Re: Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
an example of what you are trying to achieve please. On Nov 7, 1:48 am, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote: Hi All, I need to customize Android Source code in a such a way that, It can run multiple Application on the same screen. Is that possible? Please share your

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
Singh Rathore pawan.s.rath...@gmail.com wrote: Can you please share your idea, that how can I achieve this? Ask on a list that's related to modifying the source. You're not going to achieve this with the SDK

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
is get the currentActivity and then call a function in that, hope you'll get some idea. As people have already done it on honeycom. Thanks BR, Pawan Rathore On Tue, Nov 8, 2011 at 9:32 AM, TreKing treking...@gmail.com wrote: On Mon, Nov 7, 2011 at 9:59 PM, Pawan Singh Rathore pawan.s.rath

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-07 Thread Pawan Singh Rathore
... kris On Mon, Nov 7, 2011 at 11:18 PM, Pawan Singh Rathore pawan.s.rath...@gmail.com wrote: Hi TreKing, Please go through this link, hope you'll get some idea. As people have already done it on honeycom. Thanks BR, Pawan Rathore On Tue, Nov 8, 2011 at 9:32 AM, TreKing treking

[android-developers] Fragments

2011-11-07 Thread Pawan Singh Rathore
Hi All, I want to know that, how can we launch any app present in the device inside a fragment. For better idea about question you can check out this linkhttp://www.onskreen.com/cornerstone/ . Hope anyone can help me in figure out this situation, and can give me some directions. Thanks BR,