This repository contains code for mynote mobile app.
my-note-application is hosted in the following web site
https://github.com/CMPE-272-Team-6/my-note-application
If you think the Android project my-note-application 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 my-note-application.
Item | Value |
---|---|
Java File Count | 25 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 10 |
jar files used | Parse-1.5.1.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_MOCK_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.example.mynoteapp.permission.MAPS_RECEIVE |
There are 9 image files in my-note-application. The names of the image files are listed as follows.
create.png ic_action_edit.png ic_action_new.png ic_action_refresh.png login.png register.png signup.png submit.png update.png
The following screenshort is generated from the image listed above.
my-note-application has the following Java source files.
com.example.mynoteapp.AddNoteActivity.java com.example.mynoteapp.CreateGroupActivity.java com.example.mynoteapp.EditNoteActivity.java com.example.mynoteapp.LocationTimerTask.java com.example.mynoteapp.LoginActivity.java com.example.mynoteapp.MainActivity.java com.example.mynoteapp.MyLocationListener.java com.example.mynoteapp.NoteAppApplication.java com.example.mynoteapp.PushNotificationUtil.java com.example.mynoteapp.RegisterActivity.java com.example.mynoteapp.ResultActivity.java com.example.mynoteapp.SearchResultServiceClient.java com.example.mynoteapp.SearchResultsListAdapter.java com.example.mynoteapp.SearchResultsParser.java com.example.mynoteapp.Utility.java com.example.mynoteapp.ViewGroupsActivity.java com.example.mynoteapp.ViewNoteDetails.java com.example.mynoteapp.ViewNotesActivity.java com.example.mynoteapp.models.Category.java com.example.mynoteapp.models.GroupDetails.java com.example.mynoteapp.models.Groups.java com.example.mynoteapp.models.Note.java com.example.mynoteapp.models.SearchResults.java com.example.mynoteapp.models.User.java