Skip to content

farseer002/SimpleKnife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleKnife

a simple java tool to generator java code with xml as its input:

<Button
  android:id="@+id/btn_ok"
  android:width="wrap_content"
  android:height="wrap_content"
  />

Button btn_ok;

btn_ok = (Button)findViewById(R.id.btn_ok);

btn_ok.setOnClickListener(this);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages