Android Context Get getStringFromXml(Context context, int resId)

Here you can find the source of getStringFromXml(Context context, int resId)

Description

get String From Xml

License

Apache License

Declaration

public static String getStringFromXml(Context context, int resId) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

import android.content.Context;

public class Main {
    public static String getStringFromXml(Context context, int resId) {
        return context.getString(resId);
    }/*from   www . j  a v a 2s.  c o m*/
}

Related

  1. getVersionName(Context context)
  2. getRawInteger(Context c, int resId)
  3. getBitmapFromAssert(Context thisContext, String name)
  4. getString(Context context, int id)
  5. getString(Context context, int resId, Map replacement)
  6. getBoolean(ContentValues alarm, String key)
  7. findOne(Context context, Uri uri)
  8. getCurrentTimeString(Context aContext, long aDate)
  9. getCurrentTimeString(Context context)