Project Android for Supinfo, with Alexandre Vaast, Robin Lebert, webservice on 3jva-supcrowdfunder.
3jva-supcrowdfunder-android is hosted in the following web site
https://github.com/Nainterceptor/3jva-supcrowdfunder-android
If you think the Android project 3jva-supcrowdfunder-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of 3jva-supcrowdfunder-android.
Item | Value |
---|---|
Java File Count | 30 |
Minimum SDK Version | 8 |
Activity Count | 10 |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\.gitkeep |
3jva-supcrowdfunder-android has the following Java source files.
com.supinfo.supcrowdfunder.activity.AddProjectActivity.java com.supinfo.supcrowdfunder.activity.CategoryActivity.java com.supinfo.supcrowdfunder.activity.ContributeActivity.java com.supinfo.supcrowdfunder.activity.EditUserActivity.java com.supinfo.supcrowdfunder.activity.IndexActivity.java com.supinfo.supcrowdfunder.activity.LoginActivity.java com.supinfo.supcrowdfunder.activity.LogoutActivity.java com.supinfo.supcrowdfunder.activity.ProjectDetailsActivity.java com.supinfo.supcrowdfunder.activity.RegistrationActivity.java com.supinfo.supcrowdfunder.activity.ViewUserActivity.java com.supinfo.supcrowdfunder.entity.Category.java com.supinfo.supcrowdfunder.entity.Project.java com.supinfo.supcrowdfunder.entity.User.java com.supinfo.supcrowdfunder.util.DateTool.java com.supinfo.supcrowdfunder.util.Global.java com.supinfo.supcrowdfunder.util.SuperActivity.java com.supinfo.supcrowdfunder.util.SuperLoggedActivity.java com.supinfo.supcrowdfunder.util.TextHelper.java com.supinfo.supcrowdfunder.util.rest.AbstractLoggedRestClient.java com.supinfo.supcrowdfunder.util.rest.AbstractRestClient.java com.supinfo.supcrowdfunder.util.rest.AddProjectRestClient.java com.supinfo.supcrowdfunder.util.rest.AllCategoriesRestClient.java com.supinfo.supcrowdfunder.util.rest.AllProjectsRestClient.java com.supinfo.supcrowdfunder.util.rest.CategoryProjectsRestClient.java com.supinfo.supcrowdfunder.util.rest.ContributeRestClient.java com.supinfo.supcrowdfunder.util.rest.ContributionsRestClient.java com.supinfo.supcrowdfunder.util.rest.EditUserRestClient.java com.supinfo.supcrowdfunder.util.rest.LoginRestClient.java com.supinfo.supcrowdfunder.util.rest.RegistrationRestClient.java com.supinfo.supcrowdfunder.util.rest.UserRestClient.java