Student project to create an Android application for LasaLara..
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.
The following table is the detailed list of LasaLaraAP.
Item | Value |
---|---|
Java File Count | 35 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 20 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 5 |
jar files used | android-support-v4.jar java-json.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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.
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