Android Open Source - Framework Application SampleAndroidApplication






Project Summary

A sample Android application using the Roboguice framework..

Web Site / Source Repository

SampleAndroidApplication is hosted in the following web site
https://github.com/therapjavafest/SampleAndroidApplication

If you think the Android project SampleAndroidApplication 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 SampleAndroidApplication.

ItemValue
Java File Count11
Target SDK Version16
Minimum SDK Version8
Activity Count4
jar files usedguice-3.0-no_aop.jar
javax.inject-1.jar
roboguice-2.0.jar




Java Source Files

SampleAndroidApplication has the following Java source files.

net.therap.friendz.activity.friend.AddEditFriendActivity.java
net.therap.friendz.activity.friend.FriendDetailsActivity.java
net.therap.friendz.activity.friend.FriendListActivity.java
net.therap.friendz.activity.login.LoginActivity.java
net.therap.friendz.app.ApplicationModule.java
net.therap.friendz.app.DbHelper.java
net.therap.friendz.controller.FriendController.java
net.therap.friendz.controller.LoginController.java
net.therap.friendz.domain.Friend.java
net.therap.friendz.util.DatabaseManager.java
net.therap.friendz.util.Validation.java