there are four types of components for an App,
How to Package the .so Lib in Android Studio
change build.Gradle like this:
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
What’s Cookie
How to Lock the Screen in Mac
'/System/Library/CoreServices/Menu Extras/User.menu/Contents/Resources/CGSession' -suspend
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
A Glance at App Design Pattern
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