Android Open Source - Development api memory-helper






Project Summary

Android app to help you remember stuff. The idea is to write some text and store it, and then search in your memories using a filter by content. Using Android 2.1 API..

Web Site / Source Repository

memory-helper is hosted in the following web site
https://github.com/arenaslucas/memory-helper

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

ItemValue
Java File Count10
Minimum SDK Version8
Activity Count4




Java Source Files

memory-helper has the following Java source files.

ar.com.ceritdumbre.com.android.apps.memoryhelper.MemoryHelperApplication.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.activity.BaseCrudMemoryActivity.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.activity.CreateMemoryActivity.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.activity.EditMemoryActivity.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.activity.MainActivity.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.activity.SearchMemoryActivity.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.adapter.MemoryAdapter.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.data.MemoryData.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.model.Memory.java
ar.com.ceritdumbre.com.android.apps.memoryhelper.utils.AndroidUtils.java