Android Open Source - App note my-note-application






Project Summary

This repository contains code for mynote mobile app.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of my-note-application.

ItemValue
Java File Count25
Supported screen sizes[mdpi, ldpi, xxhdpi, hdpi, xhdpi]
Target SDK Version21
Minimum SDK Version14
Activity Count10
jar files usedParse-1.5.1.jar
android-support-v4.jar
Required Permissionsandroid.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




Resource Files

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.

null




Java Source Files

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