[android-developers] Re: Two activities in one window

2011-03-19 Thread Paul Shirley
On Mar 3, 1:05 pm, David Caunt dca...@gmail.com wrote: Hi Mika, In my case the GiffGaffAPN app actually doesn't seem to have added an APN successfully, though other users report success in reviews. I'm running a HTC Desire with a Sense ROM (rooted) so perhaps it requires a stock

[android-developers] Re: Two activities in one window

2011-03-03 Thread Mika
Thanks for all the suggestions. Might be that I'll try to do this with putting the values to a notification as TreKing suggested. David I'll check the app you mentioned. In the Android API APN settings are Secure Settings, which means that 3rd party apps are not allowed to write them. But if

Re: [android-developers] Re: Two activities in one window

2011-03-03 Thread David Caunt
Hi Mika, In my case the GiffGaffAPN app actually doesn't seem to have added an APN successfully, though other users report success in reviews. I'm running a HTC Desire with a Sense ROM (rooted) so perhaps it requires a stock Google-experience or AOSP. I'd be interested to know what you find.

[android-developers] Re: Two activities in one window

2011-03-02 Thread Mika
Hi Marcin, Thanks for the reply. :) Yes my idea is to redirect the user to the system settings. The problem is that if I want the user to change for example the internet access pointsettings, I don't think they can remember the acecsspoint name, server, port, username, password, etc. that they

[android-developers] Re: Two activities in one window

2011-03-02 Thread Hari Edo
On Mar 2, 7:20 am, Mika mika.ristim...@gmail.com wrote: So what I would like to do is to have one view open where the user can see the new values and in the same window have also the system settings activity where the user should input the values. And if they have no hardware keyboard, they

Re: [android-developers] Re: Two activities in one window

2011-03-02 Thread TreKing
On Wed, Mar 2, 2011 at 6:20 AM, Mika mika.ristim...@gmail.com wrote: So what I would like to do is to have one view open where the user can see the new values and in the same window have also the system settings activity where the user should input the values. Might be cludgy, but you could

Re: [android-developers] Re: Two activities in one window

2011-03-02 Thread David Caunt
Can't you write APN settings through an Android API? The market app GiffGaffAPN does what you are describing. On 2 Mar 2011 23:03, TreKing treking...@gmail.com wrote: -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,