This is the twitter like Android application in which you can register yourself using the application and follow your friends to see their tweets on your timeline. I have used parse cloud to implement this application..
Texter is hosted in the following web site
https://github.com/bhargavsurma/Texter
If you think the Android project Texter 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 Texter.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 9 |
Fragment Count | 3 |
jar files used | Parse-1.4.3.jar android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.INTERNET android.permission.MOUNT_UNMOUNT_FILESYSTEMS android.permission.SET_TIME_ZONE android.permission.WRITE_EXTERNAL_STORAGE |
There are 9 image files in Texter. The names of the image files are listed as follows.
ic_action_logout.png ic_action_new.png ic_action_photo.png ic_action_profile.png ic_action_refresh.png ic_action_search.png ic_comment.png ic_likeit.png profile_default.png
The following screenshort is generated from the image listed above.
Texter has the following Java source files.
com.njit.texter.AllCommentAdapter.java com.njit.texter.AllPostAdapter.java com.njit.texter.AllUserAdapter.java com.njit.texter.CameraFragment.java com.njit.texter.Comment.java com.njit.texter.CommentListActivity.java com.njit.texter.LoginSignupActivity.java com.njit.texter.MainActivity.java com.njit.texter.NewPostActivity.java com.njit.texter.NewPostFragment.java com.njit.texter.ParseApplication.java com.njit.texter.Post.java com.njit.texter.PostListActivity.java com.njit.texter.ProfileActivity.java com.njit.texter.ProfileFragment.java com.njit.texter.Signup.java com.njit.texter.UserListActivity.java