Android Open Source - Android_Speech_To_Text_Clipboard_Widget L






From Project

Back to project page Android_Speech_To_Text_Clipboard_Widget.

License

The source code is released under:

GNU General Public License

If you think the Android project Android_Speech_To_Text_Clipboard_Widget listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.pgmacdesign.speechtotextclipboardwidget;
/*from w w  w  . j a  va 2 s.c  om*/
import android.content.Context;
import android.util.Log;
import android.widget.Toast;

public class L {

  public static void m(String message){
    Log.d("Patrick Note", message);
  }
  
  public static void makeToast(Context context, String message){
    Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
  }
}




Java Source Code List

com.pgmacdesign.speechtotextclipboardwidget.L.java
com.pgmacdesign.speechtotextclipboardwidget.MainActivity.java
com.pgmacdesign.speechtotextclipboardwidget.MyWidget1.java
com.pgmacdesign.speechtotextclipboardwidget.SadPanda.java
com.pgmacdesign.speechtotextclipboardwidget.SharedPrefs.java
com.pgmacdesign.speechtotextclipboardwidget.SpeechToText.java
com.pgmacdesign.speechtotextclipboardwidget.Splash.java
com.pgmacdesign.speechtotextclipboardwidget.WidgetConfig.java