io.vov.vitamio
Class VR

java.lang.Object
  extended by io.vov.vitamio.VR

public class VR
extends java.lang.Object

A resource holder within Vitamio Plugin


Nested Class Summary
static class VR.drawable
           
static class VR.id
           
static class VR.layout
           
static class VR.string
           
 
Constructor Summary
VR()
           
 
Method Summary
static Drawable getDrawable(int id)
           
static java.lang.String getString(int id)
           
static View inflate(int id, ViewGroup root)
           
static void init(Context ctx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VR

public VR()
Method Detail

init

public static void init(Context ctx)
                 throws VitamioInstaller.VitamioNotCompatibleException,
                        VitamioInstaller.VitamioNotFoundException,
                        NameNotFoundException
Throws:
VitamioInstaller.VitamioNotCompatibleException
VitamioInstaller.VitamioNotFoundException
NameNotFoundException

inflate

public static View inflate(int id,
                           ViewGroup root)

getDrawable

public static Drawable getDrawable(int id)

getString

public static java.lang.String getString(int id)