Tagged Questions
The application-lifecycle tag has no wiki summary.
10
votes
5answers
6k views
Using the Android Application class to persist data
I'm working on a fairly complex Android application that requires a somewhat large amount of data about the application (I'd say a total of about 500KB -- is this large for a mobile device?). From ...
6
votes
2answers
207 views
Considering Porting App from .NET to Erlang - need advice
I am looking at Erlang for a future version of a distributed soft-real-time hosted web-based telephony app (i.e. Erlang looks like absolutely the perfect choice for this kind of app). I come from a ...
3
votes
1answer
44 views
What are the typical tools used to get a Rails application from development to production?
As an experienced .NET developer, I am interested in learning the Ruby on Rails development process. I have experience with ASP.NET WebForms and MVC, and I have used PHP as well. I have gone through ...
3
votes
1answer
115 views
Is application:didFinishLaunchingWithOptions: really a good place to initialize cocos2d and its OpenGL ES view?
Cocos2d templates and the usual sample projects initialize cocos openGL ES view and other stuff in the applicationDidFinishLaunching / application:didFinishLaunchingWithOptions: method. In relation to ...
3
votes
1answer
178 views
Recommendation for setting up application lifecycle management and Scrum in a mixed language environment (java/c#)
Looking for recommendations for selecting a setup for ALM (application lifecycle management) using both .net and java and using scrum.
Right now the best setup seems to be:
TFS 2010 with Scrum 1.0 ...
2
votes
2answers
219 views
When does Application's onCreate() method is called on Android?
In my Android application I have a DefaultApplication class which extends android.app.Application and in DefaultApplication onCreate method I bind some services which will be used by my other ...
2
votes
1answer
126 views
Application_Start ASP.NET
If get this from the Microsoft official documentation:
The Application_Start and Application_End methods are special methods that do not represent HttpApplication events. ASP.NET calls them once ...
2
votes
1answer
671 views
ASP.NET Application Level vs. Session Level and Global.asax…confused
The following text is from the book I'm reading, 'MCTS Self-Paced Training Kit (Exam 70-515) Web Applications Development with ASP.NET 4". It gives the rundown of the Application Life Cycle.
A ...
2
votes
1answer
237 views
Sinatra/Rails: Persisting custom class instances during app lifetime
Can I assert rails/sinatra apps are initialized only once and all requests share the same app
instance? or do new requests spawn new app instances?
Is it possible to instance custom classes and ...
2
votes
4answers
496 views
Looking for an Application Lifecycle Management tool
I'm looking for an Application Lifecycle Management tool for a team with about 15 employees. It should provide the following features:
General
Multi-user network system
dashboard for each user
...
2
votes
1answer
1k views
Updated values of JSF UIComponents
I have a page with a radio selection with 3 options and a inputTextArea. When i press the submit button on my page, then i need to do some validations... In order to do so, i put a validator on the ...
2
votes
2answers
504 views
Android: Task or application equivalent of onPause
My application uses a remote service to play audio. I do this so that
no activity owns the playback of the audio - the user can trigger some
audio to be played from one Activity, and the audio will ...
1
vote
2answers
57 views
How should user stories describing aspects of the same task be mapped?
Our team is getting started with using user stories for gathering requirements. We are experiencing some confusion about how they should be mapped to tasks. It seems we have several user stories that ...
1
vote
1answer
73 views
Unit testing application lifecycle events
I created a class that inherits System.Web.UI.Page.
In that class I override some application lifecycle events like page_load and page_init. Before calling the base of those events I check session ...
1
vote
0answers
598 views
Android: Creating a new thread invokes onResume?
I guess this is a more generic question, but my Android program seems to call onResume in the main UI thread in between these two thread-creation-related function calls. This causes other invocations ...
1
vote
1answer
126 views
Best approach to maintain skeleton for my projects with git
For few years I was looking for way to manage multiple projects I'm working on. Every single one is different in some way, but the core of application in common for all. When I implemented some new ...
1
vote
2answers
424 views
How to perform cleanup when application is killed in background?
My application creates some temporary files that I need during its whole lifecycle. I need to dispose of those files eventually, so they don’t take up space on the device. I figured I could delete ...
1
vote
2answers
117 views
Anyone would like to share their experience using TFS for Application life cycle management
we are developing white label web and mobile healthcare application for our clients. our product is evolving rapidly and we are supporting existing clients and going to support new clients.
current ...
1
vote
1answer
644 views
Process management: To be killed or Not to be killed
An observation: While I was developing my app on android, I noticed following two lines in LogCat. These occurred because of too much memory requirements of my own app. I have read that Android can ...
1
vote
3answers
77 views
Development life-cycle for making an application?
I have an idea that I want to make into an application (I have a C/C++, C#, and Java programming background so I will be developing in QT Creator for cross-compilation's sake). So now I am asking you ...
0
votes
1answer
20 views
How to manage bespoke releases and patches?
I work in a team that manages our clients' integration and customisation of our company's software with their in-house systems. Our style is quite loose, with different people working autonomously ...
0
votes
1answer
61 views
When application bring to background,it's static instance may be cleared?
Store application global data
Someone said that android will clear singleton instance when task bring to background.
Is it true?
I realize that when I try to kill a foreground task(by using ...
0
votes
1answer
56 views
Application calls Begin_Request for images, css and js ASP.NET MVC 3
I have this MVC application where I declare the following routings:
routes.RouteExistingFiles = false;
routes.IgnoreRoute("Content/{*pathInfo}");
routes.IgnoreRoute("Scripts/{*pathInfo}");
...
0
votes
1answer
78 views
Android: Activity does not receive focus when dialog is dismissed in background
When i press the home button to push my application to the background, and resume it afterwards, sometimes the app UI elements do not have focus. The entire screen is sort of greyed out (brightness is ...
0
votes
1answer
60 views
Is a Timer disabled automatically when app resigns active on the iphone?
Playing around with Timers, and trying to make them behave right when app is sent to background, killed etc.
Judging by the generated comments in xcode, you should disable/invalidate timers on ...
0
votes
1answer
45 views
Android lifecycle with remote services and threads
I have an application with remote services and threads that will be started eventually in the services, and I was wondering: should I implement the lifecycle methods such as onPause(), onResume(), ...
0
votes
4answers
286 views
Best way for a Grails Service class to detect application shutdown?
I have a Grails service class that needs to do some cleanup when my Tomcat application server is shut down.
I don't see anything in the Grails docs about a service.stop() or destroy() method, or a ...
0
votes
1answer
70 views
restoring segmenedControl's selected index after application being terminated
so i have this segmented control in the interface i am using user defaults to store the selected segment in applications view controller's applicationDidEnterBackground and restoring it in
- ...
0
votes
5answers
603 views
0
votes
1answer
439 views
Application_End and background processes, exiting ASP.Net application gracefully
I have an ASP.Net application which fires off some background workers using ThreadPool.QueueUserWorkItem(). Most of the time there will be zero background threads running, however it's possible that ...
0
votes
1answer
161 views
Wich method is called when my activity get's the focus? (after a phone call, back key, home key, etc…)
i have a problem with my app, it haves a lot of activitys, two of them haves googlemap views. My A activity haves a full mapview and my B activity haves a small map view. OK, when i am on the B ...
0
votes
3answers
463 views
Android App/Activity To Start Fresh Completely every time it starts or resumes?
I have a kid's app for Android and there are some unique considerations for this application since the app has basically no navigation (it's for young kids). I do not want to break my app UI (which ...
0
votes
1answer
326 views
Windows Phone 7: Establishing which page is being activated during the Application_Activated event
I am following the general best practice principles of restoring my persistent and none persistent state and objects when a tombstoned app is re-activated. Which can be found in this very good ...
0
votes
1answer
777 views
Android Activity Testing Example Has Confusing OnPause Expectations
I'm trying to understand the Activity Testing tutorial on the Android site. One of the tests sets a spinner in the SpinnerActivity example, forces a pause, then resets the spinner, forces a resume, ...
0
votes
1answer
460 views
Slickest way to use BroadcastReceiver in a singleton and more
I have a singleton which stores some prudent information about the user of my application. At the moment, it stores the user's login and the user's location.
1)
The location is found via a Service. ...
0
votes
1answer
198 views
Android live wallpaper doesn't seem to quit?
I've tried running a variety of live wallpapers. When I set a different one to be live, the old one still shows up in the adb shell when I type 'ps':
app_37 12107 1870 125356 16932 ffffffff ...
0
votes
1answer
237 views
Application Lifecycle Event Not Fired when Server.Transfer
I have a custom rewrite module and when specific query string parameters are passed i need to be able to call a server.transfer and not a response.redirect due to adserve software and tracking
in the ...
0
votes
1answer
698 views
How to handle activity life cycle involving sockets in Android?
I have an Android activity which in turn starts a thread.
In the thread I open a persistent TCP socket connection.
When the socket connects to the server dynamic data is downloaded.
The thread sends ...
0
votes
2answers
63 views
What are the options in open source world for application lifecycle, fault and performance monitoring for .Net applications?
What are my options in open source world for application lifecycle, fault and performance monitoring for .Net applications? A good commercial benchmark for my need is Avicode (http://www.avicode.com)
...
0
votes
1answer
417 views
what happens to asp.net web application (asmx ws) on IIS 6.0 when it's idle for hours or so?
I have an asmx web service and I load bunch of system data to internal data structures. This system data is used to check the validity of requests. However when there is no requests for say 3 hours ...
0
votes
1answer
990 views
Overriding the Activity/Task behavior in Android
I'm writing a simple Android app, and I'd like better control over the navigation/relationship between the activities. I don't want my activities to act like android activities...I don't want them to ...