Android application to learn foreign languages by Pimsleur approach..
Booklet is hosted in the following web site
https://github.com/iliavivanov/Booklet
If you think the Android project Booklet 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 Booklet.
Item | Value |
---|---|
Java File Count | 30 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 7 |
Activity Count | 3 |
Fragment Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 16 image files in Booklet. The names of the image files are listed as follows.
default_course_cover.png drawer_shadow_left.9.png drawer_shadow_right.9.png ic_course_proxy_cover.png ic_courselist.png ic_drawer.png ic_forward.png ic_next.png ic_pause.png ic_play.png ic_previous.png ic_rewind.png ic_stop.png ic_tracklist.png seek_thumb.png stripe_bg.png
The following screenshort is generated from the image listed above.
Booklet has the following Java source files.
com.silentz.booklet.BookletApp .java com.silentz.booklet.activities.Dashboard .java com.silentz.booklet.activities.DownloadCourseList .java com.silentz.booklet.activities.Player .java com.silentz.booklet.activities.Settings .java com.silentz.booklet.controllers.Controller.java com.silentz.booklet.controllers.ControllerState.java com.silentz.booklet.controllers.PlayerController .java com.silentz.booklet.daos.CourseCRUD.java com.silentz.booklet.daos.ModelDao.java com.silentz.booklet.list.CourseAdapter .java com.silentz.booklet.list.CourseList.java com.silentz.booklet.list.TrackAdapter .java com.silentz.booklet.list.TrackList.java com.silentz.booklet.preferences.Preferences.java com.silentz.booklet.utilities.HeadsetConnectionReceiver .java com.silentz.booklet.utilities.PixelUtil.java com.silentz.booklet.utilities.StorageUtils.java com.silentz.booklet.utilities.TrackUtil.java com.silentz.booklet.vos.Course .java com.silentz.booklet.vos.CourseProxy .java com.silentz.booklet.vos.EasyObservable.java com.silentz.booklet.vos.Model .java com.silentz.booklet.vos.OnChangeListener.java com.silentz.booklet.vos.SimpleObservable.java com.silentz.booklet.vos.Track.java com.silentz.booklet.vos.TrackProxy.java