I have a CustomListActivity which I wish to expose two facets of the same data. For example: I have a list of cars, and would like to list the set of colors, and the set of models. These would be fil
can any one guide me what mistake am i doing in this code??? it not seems to be working.. i have two activies
I\'m in the process of working on an automated test suite for our android app, and running into trouble waiting for activities to fully load.I can call getActivity, but just because it shows the activ
i am n开发者_开发百科ew to android and i have created a login page after verifing login i get results true or false on the bases of user authentication now my goal is to show another screen on succe
How can I make an activity go to background without calling its finish() method and return to the Parent activity that started this? I tried so much but I could not find a solution. So if you guys cou
I have written my application logic in domain objects (to enable multiple user interfaces and porting to other platforms), and am now lookng at implementing Activities for the user interface.
I\'m using Wakelock in my application to prevent the phone from sleeping when the app is visible. The problem comes when there is an orientation change and the system destroys and开发者_StackOverflow
It all started with a simple WebView within an Android app. This view loads info from a public URL. Nothing unusual there.
I\'m using Visual Studio 2010 Beta 2 to get a head start on learning to use WF4.I\'m working in the designer to create a xaml file.I\'ve added a ForEach activity, and inside that ForEach activity have
We\'re designing an Android app that has several activities which are working in a wizard like way - user should pass from the activity #1 to activity #5 to get to the final activity (#6).