Android Open Source - Video library Ribbit






Project Summary

A Self Destructing Message app to send photos and videos to your friends that will self-destruct after 10 seconds. Implementing Fragments, AsyncTasks to a Parse Back-End, Picasso library for Image Viewing, Commons-IO library for Image Resizing..

Web Site / Source Repository

Ribbit is hosted in the following web site
https://github.com/TimB0/Ribbit

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

ItemValue
Java File Count16
Supported screen sizes[xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi]
Activity Count7
Fragment Count3
jar files usedParse-1.5.1.jar
commons-io-2.4.jar
picasso-2.2.0.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE
com.google.android.c2dm.permission.RECEIVE
com.racecondition.ribbitsdm.app.permission.C2D_MESSAGE




Resource Files

There are 23 image files in Ribbit. The names of the image files are listed as follows.

apptheme_btn_default_disabled_focused_holo_light.9.png
apptheme_btn_default_disabled_holo_light.9.png
apptheme_btn_default_focused_holo_light.9.png
apptheme_btn_default_normal_holo_light.9.png
apptheme_btn_default_pressed_holo_light.9.png
apptheme_textfield_activated_holo_light.9.png
apptheme_textfield_default_holo_light.9.png
apptheme_textfield_disabled_focused_holo_light.9.png
apptheme_textfield_disabled_holo_light.9.png
apptheme_textfield_focused_holo_light.9.png
avatar_empty.png
avatar_selected.png
ic_action_camera.png
ic_action_picture.png
ic_action_play_over_video.png
ic_action_send_now.png
ic_menu_camera.png
ic_menu_overflow.png
ic_menu_send.png
ic_picture.png
ic_tab_friends.png
ic_tab_inbox.png
ic_video.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Ribbit has the following Java source files.

com.racecondition.ribbitsdm.app.adapters.MessageAdapter.java
com.racecondition.ribbitsdm.app.adapters.SectionsPagerAdapter.java
com.racecondition.ribbitsdm.app.adapters.UserAdapter.java
com.racecondition.ribbitsdm.app.ui.EditFriendsActivity.java
com.racecondition.ribbitsdm.app.ui.ForgotPasswordActivity.java
com.racecondition.ribbitsdm.app.ui.FriendsFragment.java
com.racecondition.ribbitsdm.app.ui.InboxFragment.java
com.racecondition.ribbitsdm.app.ui.LoginActivity.java
com.racecondition.ribbitsdm.app.ui.MainActivity.java
com.racecondition.ribbitsdm.app.ui.RecipientsActivity.java
com.racecondition.ribbitsdm.app.ui.SignUpActivity.java
com.racecondition.ribbitsdm.app.ui.ViewImageActivity.java
com.racecondition.ribbitsdm.app.utils.FileHelper.java
com.racecondition.ribbitsdm.app.utils.ImageResizer.java
com.racecondition.ribbitsdm.app.utils.MD5Util.java
com.racecondition.ribbitsdm.app.utils.ParseConstants.java