I\'m trying to rehost the designer, but every time I slap a workflow into the designer: _workflowDesigner = new WorkflowDesigner();
So I was trying a hack to put a quick bandaid on an issue I\'m having that\'s described in another question I have posted.
I want to show my next activity withing my previous activity layout "LinearLyout". But it is not working. Can any one help?
This question has been asked [numerous times] before, but I have not seen any definitive answers, or examples of code that actually works.
hi i am developing an application that read data from sensors and write those data to an XML file when you press a key.
So I\'ve been searching around for a week or so, and it appears to be quite possible to start an Activity from a Service, the general order of things going like this:
I got a question about Activity.finish(). In my Android code, there are 4 activities (A, B, C, D). The starting activity A calls startActivityForResult(intent, reqCode) to start activity B. B starts
I\'m writing tests for an activity (my test class extends ActivityInstrumentationTestCase2), I\'ve got some basic tests written and working fine.
I have a PreferenceActivity with settings for my app and I want to refresh activity if some preferences was changed.
I need to delete the user data (username, password) of both the native Facebook app (com.facebook.katana) and the stock browser on Android (com.android.browser) on a rooted phone via command line (whi