bold Italic
Nothing matters
| one | two | three |
|---|---|---|
| Four | Five | Six |
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
@Override
public View onCreateView(final LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
// Inflate the layout for this fragment
View view = inflater.inflate(R.layout.fragment_one, container, false);
Button button = (Button) view.findViewById(R.id.button);
button.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
// do something
MainActivity obj = new MainActivity();
obj.trySwitch();
}
});
return view;
} Italic
Italic Only
-
Hello
- Hi
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
I think you should use an
<addr> element here instead.
def foo():
if not bar:
return True
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item
- Definition list
- Is something people use sometimes.
- Markdown in HTML
- Does *not* work **very** well. Use HTML tags.
Hyphens
Asterisks
Underscores
![]() |
![]() |
![]() |



