Android Open Source - Development activity ApplicationSessionActivity






Project Summary

Android does not provide a native way to be notified of applications starting and stopping. This project solves that problem. Make your Activities inherit from ApplicationSessionActivity, and you can run code when the app starts and stops..

Web Site / Source Repository

ApplicationSessionActivity is hosted in the following web site
https://github.com/apptentive/ApplicationSessionActivity

If you think the Android project ApplicationSessionActivity listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of ApplicationSessionActivity.

ItemValue
Java File Count3
Minimum SDK Version7
Activity Count2
Required Permissionsandroid.permission.GET_TASKS




License

The license information of ApplicationSessionActivity is as follows:

Copyright (C) 2012 Apptentive Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the So...

Java Source Files

com.apptentive.android.application.ApplicationSessionActivity.java
com.apptentive.android.example.ChildExampleActivityApplication.java
com.apptentive.android.example.MainExampleActivityApplication.java