Android Open Source - App project LasaLaraAP






Project Summary

Student project to create an Android application for LasaLara..

Web Site / Source Repository

LasaLaraAP is hosted in the following web site
https://github.com/L6mps/LasaLaraAP

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

ItemValue
Java File Count35
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version20
Minimum SDK Version14
Activity Count1
Fragment Count5
jar files usedandroid-support-v4.jar
java-json.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 5 image files in LasaLaraAP. The names of the image files are listed as follows.

ic_action_half_important.png
ic_action_important.png
ic_action_new.png
ic_action_not_important.png
ic_action_refresh.png

The following screenshort is generated from the image listed above.

null

Java Source Files

LasaLaraAP has the following Java source files.

com.lasalara.lasalara.BackupHelper.java
com.lasalara.lasalara.LasaLaraApplication.java
com.lasalara.lasalara.backend.Backend.java
com.lasalara.lasalara.backend.constants.NumericalConstants.java
com.lasalara.lasalara.backend.constants.StringConstants.java
com.lasalara.lasalara.backend.database.BookHelper.java
com.lasalara.lasalara.backend.database.ChapterHelper.java
com.lasalara.lasalara.backend.database.DatabaseHelper.java
com.lasalara.lasalara.backend.database.LogHelper.java
com.lasalara.lasalara.backend.database.QuestionHelper.java
com.lasalara.lasalara.backend.exceptions.FormatException.java
com.lasalara.lasalara.backend.exceptions.InputDoesntExistException.java
com.lasalara.lasalara.backend.exceptions.InputExistsException.java
com.lasalara.lasalara.backend.exceptions.NumericException.java
com.lasalara.lasalara.backend.exceptions.WebRequestException.java
com.lasalara.lasalara.backend.structure.Book.java
com.lasalara.lasalara.backend.structure.Chapter.java
com.lasalara.lasalara.backend.structure.Message.java
com.lasalara.lasalara.backend.structure.Progress.java
com.lasalara.lasalara.backend.structure.Question.java
com.lasalara.lasalara.backend.webRequest.UrlParameters.java
com.lasalara.lasalara.backend.webRequest.WebRequest.java
com.lasalara.lasalara.frontend.activities.MainActivity.java
com.lasalara.lasalara.frontend.adapters.CustomListAdapter.java
com.lasalara.lasalara.frontend.fragments.AddBookFragment.java
com.lasalara.lasalara.frontend.fragments.BookFragment.java
com.lasalara.lasalara.frontend.fragments.ChapterFragment.java
com.lasalara.lasalara.frontend.fragments.PageViewFragment.java
com.lasalara.lasalara.frontend.fragments.ProposeQuestionFragment.java
com.lasalara.lasalara.frontend.fragments.QuestionFragment.java