I have seen many posts about using ActivityGroups for when you have nested activities used in a tab. In my case, I don\'t want to launch an activity from within an activity, but rather I want to dynam
Sorry for my english. My \"Root\" activity (let\'s call it Activity A) is an activity that asks for a password. If the password is correct it should start another activity (B) with subactivities ands
I have this situation. I have an Activity A that sends an intent to create an Activity B which is a browser to authenticate a user with his twitter account. When credentials are submitted the control
What intent to start to show Manage Accounts / Sync Settings activity? What is the easiest way to lookup intents for such system activities?
In my application, I need to implement password validation. I would like to create a modal activity which cannot be escaped to go inside the app unless password is provided. The tricky part is that th
I\'m trying to build a complex form where almost all of the elements are optional. It starts with just a single field and an \"add element\" button. When you click add, the form shows a Spinner of the
What is the recomendded pratice when i switch to another activity? Lets say I have: Intent switch = new Intent(first.this, second.class);
In my main activity I am having a method that I need to call from a secondary java class. I used the constructor of the secondary java class to receive reference to the main Activity. I then tried to
I have two activities.In activity 1 I write a value to a SQLite database by entering that value into an EditText field.Once I press the submit button, the data is written and I am moved along to anoth
Ok, let me begin by pointing out I\'m an absolute beginner with java and android although I do know php and have dabbled with C, Python and a few other languages. Still, I\'m a bit in over my head at