My Octopress Blog

A blogging framework for hackers.

Process in Android

there are four types of components for an App, , , and , which support “android:process”.

The Core Objects for App

  • Key objects in a single-window app
  • Key objects in a multi-window app
  • Windows and menus displayed by apps & the system

Markdown Syntax

#h1
###h3
######h6

>this is a
pargraph, haha

* Red
* Blue


markdown paragraph .... between emtpy lines

this is a paragraph

this is a H1
=

this is a H2
-

*  This is a list item with two paragraphs. Lorem ipsum dolor
   sit amet, consectetuer adipiscing elit. Aliquam hendrerit
   mi posuere lectus.

    Vestibulum enim wisi, viverra nec, fringilla in, laoreet
    vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
        sit amet velit.

2.  Suspendisse id sem consectetuer libero luctus adipiscing.

****

*thex*

How to Publish the Blog

rake new_post["title"]
rake generate
rake watch
rake preview
rake deploy

git add .
git commit -m "new blog"
git push origin source

cd _deploy
git push -u gitcafe master:gitcafe-pages